trying to get the little led’s on my homeseer dimmer lit. https://homeseer.com/wp-content/uploads/2019/11/HS-WD200-Manual-6.pdf. in node red, im doing a call service, domain: zwave_js, service: set_value, entity id: light.kitchen_lights. I’m not sure how to format data to get the small status led lit. for example, the documentation shows 23 Sets the Status mode LED 3 color, and 3 = blue. it also says 31 Sets LED(s) 1-7 to Blink in Status mode. How would i format the expression to turn on led 3, blue, blinking?
I’m using these in a different scenario, so I cannot be of much help. But, perhaps this will help.
The status lights are in 1 of 2 modes: normal (lights go up to indicate the dimmer value) or status mode. You have to send a command to the dimmer to let it know you what those lights as status, and not dimmer. It is command 13 I think.
Hope this helps.
Kirk