Can't read Air temperature and humidity on Remotec's zxt800 #6599
-
Checklist
Describe the issueHello, What is happening? However, I'm using a zwave sniffer in parralel and can see that when I blow on the device, both temperature and humidity is being sent (see screenshot). I also tried this device with an everspring zwave developpement usb dongle, and it works correctly. What did you expect to happen instead? Steps to reproduce the behavior: Anything else we should know? I saw this issue #1181 where it seem related but the answer is a fix on a more recent version of zwaveJS, but I would prefer not update my current version. Software versionsDriver (node-zwave-js): 10.10.0 Z-Wave JS UI: 8.8.5 Device informationManufacturer: Remotec Checklist
Upload Logfilezwave-js-ui-store (4).zip Find attached the log where I include the device, then I force the temperature and humidity to be sent (by blowing on it), and then after sending a refresh from zwave js ui. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You may have to update to at least v10.18.0, which includes #5747. In 10.10, this endpoint may be incorrectly considered to be unnecessary and therefore hidden/ignored. |
Beta Was this translation helpful? Give feedback.
I couldn't make
preserveEndpoints
norremoveEndpoints
works (strange because I already made it by the past for an other device).But
preserveRootApplicationCCValueIDs
to true duplicated me the endpoint 0 and it works now.Thanks for you help !