-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Device (Heatit thermostat) doesn't report binary switch as it should with updated firmware #4688
Comments
It seems to actually report correctly when using the "Refresh" button in zwavejs2mqtt. I'm puzzled by why it wouldn't update automatically? Are my groups/associations off? |
If the new firmware changed capabilities, you might need to exclude and re-include the device. I won't be able to look at this before Monday, so please make sure to capture the inclusion and/or an interview in the driver log. I'm on mobile so I Can't verify that the posted log is sufficient right now. |
Thanks, but it was always at 1.92 when I added it to zwavejs |
It seems like configuration (parameters) introduced in this firmware isn't supported either. Parameter 14-18 in the documentation linked in OP |
As for this issue I think the solution should be fairly simple. I've forked and created a commit here. I do need some guidance on how I can test it though? How can I move that device-json into my zwavejs2mqtt container to give it a go? EDIT: I've manually moved it into the container and it seems to work as expected. Will test a bit more and create a pr for this. This doesn't solve my other problem though. It seems related to this issue with related fix, that user ran with fw 1.8 |
There is documentation on testing device files in the zwavejs2mqtt repo. |
Yea I just found it and that makes testing significantly easier :) I imagine with FW >= 1.9 it's possible to drop I'm still unable to get it to update the binary switch current value by itself, I have to manually trigger the refresh and then I get the correct information immediately. Any ideas about this? Attached is a log file in which I at Is there an assiciation group or endpoint I'm missing? If so, where would I start to look for it? |
Thanks so much for getting back to me @AlCalzone ! I started a new log and did the following:
I still have to manually refresh to get the new values. Note that this is without disableBasicMapping Any way I can get this to automatically report? Thanks! |
I'm still not seeing any unsolicited Basic reports from the thermostat, only the Binary Switch Set commands. You'll have to ask the Heat It support how the thermostat needs to be configured so it sends the Basic Reports mentioned in the device manual. They should be able to tell you. |
This issue has not seen any recent activity and was marked as "stale 💤". Feel free to reopen if the issue persists. |
Official information about the Heatit TRM2 TF021 v1.92 can be found here: I do believe that Heatit TRM2 TF021 with firmware versions less that v1.92 are behaving different and having different configurations i the drivers. Most like I think that the v1.92 should have it's own device. |
Do you have an actual manual for that firmware? |
Yes, I got this from the manufacturer this morning when asking for v1.92 documentation(even though it says v1.9 on the front page) |
Here is the an allegedly working config file from Open-Zwave: https://github.com/OpenZWave/open-zwave/blob/master/config/thermofloor/heatit021-v1.92.xml |
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 ZWaveJS2MQTT?
YES, BUT a ZWaveJS2MQTT developer has told me to come here
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
What causes the bug?
Unclear. Maybe the device was set up using documentation of a previous firmware version of the device that didn't support the binary switch?
What do you observe?
The thermostat reports setpoints as expected, but the new firmware is also capable of reporting wether or not the relay is open which is the feature I want.
What did you expect to happen?
That binary switch for heating status is correctly reported
Steps to reproduce the behavior:
I've tried re-interviewing the nodes multiple time. I've got two identical thermostats. They reported correctly using Homeseers implementation so I know it's actually possible.
I turn up the setpoint above current temperature, see the red LED-indicator light up, and look for changes in the events tab, but all I get is the new setpoint.
I have attached the documentation of this firmware version if that could be of any use.
HeatIt_1v9.pdf
Device information
Manufacturer: HeatIt
Model name: Z-trm2fx
Firmware: 1.92
Node ID in your network: 96
It's added as "Thermofloor Thermostat TF016 / TF021" in Zwavejs2mqtt
How are you using
node-zwave-js
?zwavejs2mqtt
Docker image (latest)zwavejs2mqtt
Docker image (dev)zwavejs2mqtt
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:
node-zwave-js
branch:zwavejs2mqtt
branch:Did you change anything?
no
If yes, what did you change?
No response
Did this work before?
No, it never worked anywhere
If yes, where did it work?
It worked in Homeseer before I migrated to zwavejs2mqtt and Homeassistant
Attach Driver Logfile
zwavejs_2022-06-04.log
The text was updated successfully, but these errors were encountered: