-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
[bug] Thermofloor Z-TRM2FX not identified as climate in HASS #202
Comments
@jkaberg Could you try removing it from devices.js? |
@robertsLando I tried that just now, and when I do zwavejs2mqtt hangs on the first Thermostat it tries to interview. Adding it back lets z2m start like normal There where no errors: it just stops logging and the UI is none-responsive |
@jkaberg Are you using |
@robertsLando No, I'm building the container myself using Dockerfile.contrib:
|
@jkaberg COuld you try to rebuild it now? Because I submitted a fix an hour ago about climate discovery that caused an infinite loop in some cases. So it may work now :) |
Sure, built now with (as the fix-ztrm2fx was merged to zwave-js master): with compose:
and:
And now they all exist in HASS 😄 So my local changes to hass/devices.js consists of removing these lines. This with master of both zjs and z2m makes my Thermostats finaly work 😄 |
…) (#203) This fixes #202 by removing blocking configuration. The the issue for more information. Co-authored-by: Daniel Lando <[email protected]>
Perfect! Thanks :) |
Version
Build/Run method
zwavejs2mqtt version: master branch (zwave-js from branch fix-ztrm2 - now merged into master)
Describe the bug
In Home Assistant my Thermofloor z-trm2fx aka Heatit Thermostat TF 056 is not properly identified on the climate plattform. I see all the sensors and switches, but no climate controll. Might this be related to this?
To Reproduce
It's consistent with all 6 of my thermostats, I did also try to exclude and include but no change in HASS.
However I do notice an error in the logs:
Expected behavior
An climate entity for each thermostat in HASS
Let me know how I can help! As this device already is present in hass/devices.js I'm all out of clues?
The text was updated successfully, but these errors were encountered: