This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Z-Wave: zipato RGBW bulb
I 'm trying to create an app for the Zipato RGBW bulb. The capabities "onoff " and "dim" are working. But i cannot change the color. The bulb does not change from warm white to a RGB color (or cold white).
The implementation (i think) is simular to the Aeotec_Z-Wave_LED_Bulb:
https://github.com/athombv/com.aeotec/blob/master/drivers/ZW098/driver.js
Because the Zipato RGBW bulb does also work with the 'COMMAND_CLASS_SWITCH_COLOR'.
The implementation (i think) is simular to the Aeotec_Z-Wave_LED_Bulb:
https://github.com/athombv/com.aeotec/blob/master/drivers/ZW098/driver.js
Because the Zipato RGBW bulb does also work with the 'COMMAND_CLASS_SWITCH_COLOR'.
Is there any documentation available for zwave on homey? Or can i debug zwave (so i can see what it is sending or how homey converts the args from "command_set_parser")?
Comments