Missing humidity sensor and temperature reports being ignored for newer ZXT-800 model #7532
Unanswered
jbarreiros
asked this question in
Request Support / Investigate Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
Hello. I originally reported this in Home Assistant, but was instructed to report it here instead.
Thank you in advance.
What's the problem?
I picked up a Remotec ZXT-800 about a year and a half ago, integrated it into Home Assistant (the standard Z-Wave integration), 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.
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 in Home Assistant, 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".
Log File Notes
32
is the older ZXT-800.38
is the newer problematic ZXT-800.2024-12-25T00:00:52.779Z
, that's an example of the driver asking for values every six hours.2024-12-24 23:46:39.097
.Software versions
Driver (node-zwave-js): 13.10.3
Z-Wave JS UI: NA
Home Assistant Z-Wave Integration: 1.39.0
Home Assistant Z-Wave JS Addon: (Is this the same as the Z-Wave Integration?)
ioBroker.zwave2 Adapter: NA
If you are using something non-standard, tell us here: NA
Z-Wave Controller (Stick/Dongle/...)
Nortek HUSBZB-1 USB Z-Wave & ZigBee Adapter
Home Assistant reports the firmware version:
4.32
Device information
Manufacturer: Remotec
Model name: ZXT-800
Node ID: BW8493
https://products.z-wavealliance.org/products/4788?selectedFrequencyId=2
https://remotec.co/wp-content/uploads/2023/08/ZXT-800_USER_MANUAL_V1.0.pdf
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
home-assistant_zwave_js_2024-12-25T04-47-12.168Z.log
Beta Was this translation helpful? Give feedback.
All reactions