-
-
Notifications
You must be signed in to change notification settings - Fork 915
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
Rgbgenie #2531
base: master
Are you sure you want to change the base?
Rgbgenie #2531
Conversation
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 (?). |
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. |
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. (?). |
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
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.