-
-
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
fix: ensure the normal Basic CC values are only exposed if they should be, even with the compat event
enabled
#6485
Conversation
@zwave-js-bot automerge |
### Features * Allow disabling the unresponsive controller recovery feature (#6480) ### Bugfixes * Do not abort timed out `Send Data` commands twice (#6484) * Ensure the default Basic CC values are only exposed if they should be, even with the compat `event` enabled (#6485) * Auto-remove failed SmartStart nodes when bootstrapping times out (#6483) * Do not attempt to poll values from nodes that are considered dead (#6470) * Fixed an issue where the send queue was blocked when recovering controller from missed Send Data callback failed (#6473) * Instead of restarting the driver, the serial port is now reopened if controller is still missing ACKs after soft-reset (#6477) * Do not attempt to recover an unresponsive controller before fully initializing (#6480) ### Config file changes * Tweak Heatit Z-TRM6 options (#6464) * Add Ring Alarm Panic Button Gen2 (#6453) * Update fingerprints for Vesternet devices (#6460) ### Changes under the hood * Added a `mock-server` hook to run code after initializing mocks (#6478) * Changed the headline in the logs from "ZWAVE-JS" to "Z-WAVE JS" (#6462) * Lint device config files as part of CI (#6471) * The `enableSoftReset` driver option is now deprecated in favor of `features.softReset` (#6480)
Hello, |
Did you get to the bottom of this @kjetilsn ? I also have the TF021 (v1.92) with no relay status to the controller. There is a issue #4688 that also handles this issue if still interested? |
Yes, |
The highlighted association seems to be between the thermostat itself and an external device(eg wallplug for Panelovn (Stue))? |
Tried those group settings now (and several times before), no luck. Could it be that the changes applies to the TF016 only(019b 0001 0001 is the one you have), it just that v1.92 behaves different to v1.8. The advantage with v1.92 is the capability to control update rate. |
Hmm, |
Your screenshot shows Basic CC support on the other endpoints, which means endpoint 0 is hidden automatically. |
You could possibly "take" group 2 (denoted as Endpoint1 in Zwave JS UI) if you need an endpoint for a fix? |
Pleae note that what was fixed in this issue was for the Thermostat TF016, but the I have is TF021(with fw v1.92). Interview logs etc for TF021 v1.92 can be found here #4688 |
@AlCalzone I have established communicaton of sorts with Heatit support, and asked them for details on how they have implemented the "relay reporting". Do you have any spesific questions you say would help making the v1.92 work if answered by Heatit? |
This goes in the direction I would probably have taken, too. |
Ah, exactable, this one: "removeEndpoints": "*" instantly looking better. |
@nesheimt |
I made a config-file tailored to my use that works for the 1.92 using floor sensor, and it seems to work fine. Drop the file inside the zip into the config-folder in zwave js iu, and restart the z-wave controller and do a re-interview. This config file will "over-rank" the original config file as long as it's present in the config folder. You will be able to control the temperature report rate, and get temperature and relay-state reports. The relay state in Homeseer doesn't quite work(no child device is made, and their support don't seem to respond to such issues), but fine as I'm going over to ioBroker at some point anyway. |
Thank you for sharing! |
fixes: #5784