#anyone know how I can see or inspect the
1 messages · Page 1 of 1 (latest)
or I guess the alternative, I'd like to see the raw message received by zwave-js. but it feels like seeing it before it is sent from HA would be a better first step
you can turn on HA debug logs for the integration but I don't think that's going to help you much. The driver takes care of validating input and sending it to the node.
"over the wire" would be in the driver debug logs.
yea, good message: https://gist.github.com/josh-m-sharpe/87b680ac824abc4b7d5203947bdea060
message looks more or less identical - syntactically the same
that's not what the node sees/is sent to the node. To know what can't be decoded, you have to look at driver logs on debug