-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add Danfoss Ally Thermostat #1737
Conversation
Added Danfoss Ally Thermostat
Typo
Fixed all the comments from the review. Note that the exposes are added but not tested as i am not using Home Assistant. Also added a converter for the Bitron 902010/29 outdoor siren. This was tested earlier today and should work fine. It can only be used to report on battery error or to send an alert to the siren. |
Hi, the Ally is really slow to respond to setpoint attribute changes, and according to their documentation you should be able to make it move immediately with this command: So what i did was added this to zigbee-herdsmans cluster.js hvacthermostat:
and this to zigbee-herdsman-converters toZigbee.js:
and under devices.js
I am able to execute this command, without errors, but it has no effect. Any Ideas? :) |
Can you link the documentation this was taken from ? I only had access to the cluster definition when building the support. I found that my thermostat reacted reasonably quickly (within 30 seconds) to a set point change. Also - I was able to confirm that the thermostat does not accept any mode change commands. The one thing I am still uncertain of is the function of the “heat available” datapoint. A. |
Without this document, i will have to concede that i have done what i can. How are the chances of this getting merged ? |
Added Danfoss Ally Thermostat