Replies: 1 comment 4 replies
-
This is not supposed to update a value. Some older devices use this message to tell the driver to query it again. Not sure this is happening, since the log is truncated. Please re-interview the device, so I can see all relevant information about it, then toggle it again manually. Afterwards, post the logfile here. |
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
-
Is it possible to create a new notification event to be sent out for the web socket?
The specific example I have is:
I have a Domitec dimming light bulb that is in a desk lamp that has a manual switch to turn on / off.
When the lamp is turned on, I see the following in the
zwavejs
logs .However, that does not trigger a notification message for websocket. I would like to get that triggered as a notification such as
value updated
. In the openzwave implementation that triggers theSIGNAL_VALUE
message .It is also possible that I am overlooking something.
Beta Was this translation helpful? Give feedback.
All reactions