Replies: 1 comment 4 replies
-
You cannot use configuration params to control a stick connected via USB. You can try sending a custom message via the driver function feature in zwavejs2mqtt. This example highlights your exact use case: https://zwave-js.github.io/node-zwave-js/#/usage/custom?id=send-a-custom-message-to-the-controller You might have to add additional imports before the shown code (@robertsLando is that correct?): const { Message, MessageType, MessagePriority} = this.require("zwave-js") |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using a ZW090 AEON Labs / Z‐Stick Gen5 USB.
Looking at the Control Board in ZWaveJS2MQTT, I correctly see the controller. However, I am not able to see (and change) the configuration parameters I should normally see, according to the documentation https://devices.zwave-js.io/?jumpTo=0x0086:0x0001:0x005a:0.0
My expectation is to have access to e.g. configuration parameter 81 to disable the LED indicator.
Is there something I am missing or doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions