-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
No response if thermostat in Autoi mode - must be in Heat mode #193
Comments
Looking in the log. And looking below - seems to be that "Auto" translate to in Ally "mode: 'at_home' and "Heat" translates to "mode: manual" 2024-12-15 12:39:57.596 DEBUG (MainThread) [custom_components.danfoss_ally] bfbf4427a70315cda2fvax: {'isThermostat': True, 'name': 'JJ kontor', 'online': True, 'update': 1733701020, 'model': 'Danfoss Ally™ Radiator Thermostat', 'floor_sensor': False, 'switch': False, 'mode': 'at_home', 'work_state': 'NoHeat', 'temp_set': 22.5, 'upper_temp': 31.0, 'temperature': 23.0, 'window_open': False, 'lower_temp': 5.0, 'child_lock': False, 'battery': 25, 'fault': 0, 'setpointchangesource': 'Externally', 'manual_mode_fast': 23.0, 'window_toggle': False, 'at_home_setting': 22.5, 'leaving_home_setting': 6.0, 'pause_setting': 5.0, 'holiday_setting': 19.0, 'switch_state': False} |
v1.0.7 is an OLD integration, and the API have changed since then - will see what I can do, but not sure I can as I do not have Ally myself, and as such have no access to either app or hardware. Maybe someone with access to those can make a fix and a PR for this |
Ah yes, I see, the problem is on the latest release. |
Workaround - in the scripts controlling the radiator valves, added this in the top for each valve.
|
Describe the issue
IF the thermostat is set to AUTO mode, then the integration does work - i.e. does not change the temp of the thermostat.
If the thermostat is set to HEAT mode, then the integration works.
What version of Home Assistant Core has the issue?
2014-12-3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Diagnostics information
No response
Anything in the logs that might be useful for us?
No response
Additional information
Both when set to HEAT asa well as AUTO, the temp change done from HA is visible in ALLY APP.
BUt only when thermostat is set to HEAT (aka manual mode in the APP), then does the change on the screens also actually change the status of the thermostats.
The behaviour (bug) came at some point after 1.0.7 of the integration (that version works)
The text was updated successfully, but these errors were encountered: