Controller node values #81
Replies: 1 comment 1 reply
-
Hi @pnpebeling, Controllers don't have values, they don't have the same Firmware/APIs as End Nodes. OZW however, treated them like Values (I wont get into if that is right or wrong 😅 ) Zwave-JS exposes this area via "RAW" commands See also my explanation here (for my Node RED module) And you can see both explanations share the same payload message. BUT! Sorry I couldn't say, "sure here is how" - but sending RAW messages, needs to be supported at the server first |
Beta Was this translation helpful? Give feedback.
-
I'm porting an application based on the old OpenZWave project. In that project, the controller node exposed values just like any other node. For example, my Z-Stick Gen 5 has a value to control the LED configuration. Since the controller node is not in the list of nodes (driver.controller.nodes), is there a way to access the controller node values?
-paul
Beta Was this translation helpful? Give feedback.
All reactions