-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing humidity sensor and temperature reports being ignored for newer ZXT-800 model #134510
Comments
Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zwave_js documentation |
You'll need to report this to node-zwave-js. The temperature unsolicited reports are reported on endpoint 0 but HA only knows about endpoint 1. Similarly, the humidity values never make it to HA. |
Thank you @kpine, will do. |
Is there a remedy to this yet? Is the error on the configuration side or the Firmware side? |
You should ask at zwave-js/node-zwave-js#7532. |
The problem
Greetings. I'm having trouble with a zwave device.
I picked up a Remotec ZXT-800 about a year and a half ago, and it's been a great little device. It reliably controls my mini-split, and consistently reports both temperature and humidity every 15 minutes.
Recently, I purchased another ZXT-800 for my other mini-split. It controls the mini-split just fine, but...
It should be noted that Remotec did release an updated model. My original ZXT-800 is model BW8492 and this new one is model BW8493.
++
Please let me know if there is additional information I should be providing. I was originally going to open a discussion over at node-zwave-js, but the page suggested starting with Home Assistant.
Thank you.
What version of Home Assistant Core has the issue?
core-2024.12.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Z-Wave
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zwave_js
Diagnostics information
This is the diagnostics file for the original ZXT-800 (the one that completely works):
zwave_js-1fa7134c2dbbfb5d5586e8a68bec2252-IR AC & AV Extender-17f18d7fc95cebb1dbd8e59428fbda09.json
This is the diagnostics file for the new ZXT-800 (the buggy one):
zwave_js-1fa7134c2dbbfb5d5586e8a68bec2252-IR AC & AV Extender-0012b6099dfcf8c50172cc111bb7e4ed.json
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Issue 1: Temperature (and humidity) values not being recorded every 15 minutes
The device appears to be sending the temperature every 15 minutes (which is what I want):
But, when I look at the sensor's graph, it is showing data points only every six hours.
Later on in the logs, I see the following, which does show up in the sensor's graph.
It appears those every-15-minute reports are not being recorded, and the temperature is only recorded when Zwave explicitly queries for it.
Issue 2: Missing humidity sensor and values
Unlike temperature, there are no incoming reports for humidity.
The following seems interesting:
I'm not sure if it is related, but the original device's Humidity sensor uses a scale of "Percentage value".
Additional information
I'm using a HUSBZB-1 Nortek QuickStick Combo for my z-wave gateway/coordinator.
The text was updated successfully, but these errors were encountered: