Open
Conversation
Author
|
FYI, failing as I'm honestly not sure what to do about the sequence number in manufacturer_specific.xml, given that I'm far behind the main on this one. Just need to update that to whatever it's supposed to be (?). |
Contributor
|
Wouldn't you change the revision number to 133? Excuse my brevity here, I'm just wondering. It's certainly not my area of expertise. |
Author
|
I guess. But 133 was used previously in the master (which is now on something like 154), so I wasn't sure the proper number to use ... Anyhow, the XML compiles fine, it's just this one check, that I guess should be set to whatever the final master # is if this is accepted, + 1. (?). |
Contributor
|
Well, a clean slate on the check will get faster/better attention than a failing one. Good luck! |
Add Minoston MS11Z (NEI)
Closed the Product element and added MetaData.
Create ms11z.xml
Update manufacturer_specific.xml
Adding Inovelli LZW45 Light Strip
Adding support for heatit TF021 with FW >= 1.92, fixing z-dim bug
…io_dimmer_10002020_13X Added new product ID 0000 for Simon S100 10002020 dimmer.
Add Hank smartplug so08 configuration
…hermostat Use supervision to set thermostat setpoint
…n_thermostat_mode Making use of the Supervision CC to set the thermostat mode.
…n_Switch_Binary Supervision CC support for SwitchBinary
…n_Switch_MultiLevel Supervision CC support for SwitchMultiLevel
Added support for Heatit ZM Single Relay 16A
new device fibaro/fgwceu201 - Fibaro Walli Controller
Second fix of lifeline group 1.1 receives no update. Tested and works as expected
Removed name
Update ZMNHCDx.xml
add notice
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added support for RGBGenie switch (which should also improve support for other Sunricher switches, and maybe others). The RGBGenie is a rebranded Sunricher switch. It's wall-mounted, and offers a variety of controls for controlling RGB lights, including color setting, dimming, transition speed, and setting scenes. The version I have (ZW-3004) allows setting groups of devices, as well as three global scenes.
"Normal" mode for this switch would be to associate with your Z-Wave devices, and send them commands. It's supposed to be pretty quick and good at this. I wanted to use it to control a bunch of wifi lights, however, which meant I needed to receive its commands. I'm using python-openzwave + open-zwave.
The prior code expected to be SENDING commands to lights (and multi-association devices), so I needed to extend a bunch of the command classes so that they'd anticipate RECEIVING commands for color, etc.
I had to add a new configuration option -- MultiChannelSenderOnly -- to allow the code to behave properly when we have a device that will send us multi-channel commands, but does not expect to receive them.
I made three associated bug fixes or enhancements along the way:
I'll be separately adding a pull request to python-openwave to support these changes there.