-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Heatit Thermostat Z-TRM3 lost Multilevel Sensor capability #6215
Comments
👋 Hey @sjarvela! It looks like you attached a logfile, but its filename doesn't look like it a driver log that came from Z-Wave JS. Please make sure you upload the correct one. |
The endpoint that sends the reports does support Multilevel Sensor CC, but the check only considers the node's capabilities:
|
I'm having the same issue with Z-Wave JS UI and a Fibaro Universal Binary Sensor CNTRLR does not support CC Multilevel Sensor - discarding received command |
Same problem as described above with 2 Fibaro universal binary sensor (2 ch on/off + 1 temp) in Z-Wave JS UI v1.15.7 |
+1 Same problem with heatit trm3 and some fibaro units. |
I updated to ZWave JS UI 8.23.2 to get the fix, but my temperature sensor on the FGK101 immediately stopped updating. |
8.23.2 doesn't include the fix yet: https://zwave-js.github.io/which-version/
That is in v11.13.1 |
Oh ! My mistake. I saw a node release before an UI release and thought it was included 😂 |
I'm getting the same with a Fibaro FGS221. Logs are being spammed with: CNTRLR [Node 054] does not support CC Meter - discarding received command... Here are the logs on an include:
|
Please make a driver log, loglevel That log should include a re-interview. |
I turned the driver log to log level 'debug' before I did my re-interview with the debug log open, but as I am using the built in Z-Wave JS in home assistant, I can't find where the actual logs are. |
The log you posted above looks a lot like Z-Wave JS UI though? The link I posted also explains how to retrieve the files at the bottom. Make sure to put the driver log on If you're really not using Z-Wave JS UI, check https://www.home-assistant.io/integrations/zwave_js#how-to-access-the-z-wave-logs |
Thank you, that's were it was. :) |
I found another debug log that hopefully is of use as well:
|
The communication from the device seems completely off - like the capability reports don't make any sense whatsoever. I'd start by power cycling the thermostat, if that doesn't work power cycle the stick (pull out, put back), |
sorry, I think I've given you a misdirection. I found this error by googling the same error message, but it's not the same device. It's actually a Fibaro binary switch, but I'm not sure of the model, because it's in the wall, and it no longer identifies properly: it just gives "unknown device". Should I open a new issue, despite the same error? |
Doesn't matter which device it is, the troubleshooting steps from my previous post still apply |
Is your problem within Home Assistant (Core or Z-Wave JS Integration)?
NO, my problem is NOT within Home Assistant or the ZWave JS integration
Is your problem within Z-Wave JS UI (formerly ZwaveJS2MQTT)?
NO, my problem is NOT within Z-Wave JS UI
Checklist
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.
Describe the bug
Since updating to latest version (11.13.0), all my Heatit Z-TRM3 thermostats stopped reporting multilevel sensor values, ie thermostat floor and air temperatures. Log is showing "[Node nnn] does not support CC Multilevel Sensor - discarding received command", which seems to relate to change #6178.
All thermostats had multilevel sensor shown in node, they were just not updating due to this change. Now that I re-interviewed two of these thermostats, multilevel sensor is lost in UI as well.
What might be the reason zwave-js now thinks these devices don't support this? Attached driver log has interview of node 024, and for me it seems to say it does, for example
In version 11.6.0 there was no problems, and with another zwave-js instance running with older version, Z-TRM3 still operates without problems.
Device information
Manufacturer:
Model name:
Node ID in your network:
How are you using
node-zwave-js
?zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (latest)zwave-js-ui
(formerlyzwavejs2mqtt
) Docker image (dev)zwave-js-ui
(formerlyzwavejs2mqtt
) Docker manually built (please specify branches)ioBroker.zwave2
adapter (please specify version)HomeAssistant zwave_js
integration (please specify version)pkg
node-red-contrib-zwave-js
(please specify version, double click node to find out)Which branches or versions?
version: 11.13.0
Did you change anything?
yes (please describe)
If yes, what did you change?
No response
Did this work before?
Yes (please describe)
If yes, where did it work?
In earlier version 11.6.0
Attach Driver Logfile
zwave-driver.log
The text was updated successfully, but these errors were encountered: