-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements and addition of various devices #2668
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cf82575
Added support for further Heiman temp./hum. sensors
SwoopX ae67836
Added initial support for Sengled PAR38 bulbs
SwoopX 90dbcf3
Updated Centralite thermostat model ID
SwoopX b0dcad6
Identified purpose of another Xiaomi specific attribute
SwoopX 2100d64
Expose voltage and current for Xiaomi smart plug lumi.plug.mmeu01
SwoopX 82d8e9a
Added initial support for Tuya smart plug (TS0121)
SwoopX 491f8c7
Added support for innr SP 220 smart plug
SwoopX 87e7538
Added IAS ACE cluster
SwoopX 50df2ad
Added initial support for Heiman remote control HS1RC-M
SwoopX 703cb1f
Added support for Immax NEO ZB3.0 smart plug 07048L
SwoopX da6d1d5
Corrected Sengled PAR38 Bulbs consumption unit
SwoopX 5a16086
Prevent consumption sensor to expose power for certain devices
SwoopX c468b46
Enable light bindings for additional manufacturers
SwoopX 0a41cc4
Minor corrections for already supported devices
SwoopX 749bd2a
Whitelist Xiaomi smart plugs with Xiaomi MAC address
SwoopX 46d4ef3
Identified purpose of another Xiaomi specific attribute
SwoopX 0151f6f
Enable bindings and attribute reporting for IKEA Fyrtur and Kadrilj d…
SwoopX e91f53a
Enable IAS warning devices to automatically enroll
SwoopX acd7d49
Added support for Sercom siren SZ-SRN12N
SwoopX 0d1ee63
Added initial support for WAXMAN LeakSMART v2
SwoopX 8bdc35e
Update for Sercomm Siren SZ-SRN12N
SwoopX d36234d
Consider IKEA smart blinds with new mac prefix
SwoopX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Want one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:) Not to bad that you can see how log it has been turned on.
Hace silently hoped for something that can turn it off as well automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s standard On/Off cluster functionality. Try a PUT to the
state
with a body of{"on": true, "ontime": 60}
. Not sure if that’s in seconds or 0.1 seconds, though. This sends the On with Timed Off command (also used by the Trådfri motion sensors).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, tend to always overlook that, but I meant based on current power usage. Off after 5 mins < 5W.