Skip to content
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

Open
jensjakobandersen opened this issue Dec 15, 2024 · 4 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@jensjakobandersen
Copy link

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)

@jensjakobandersen jensjakobandersen added the bug Something isn't working label Dec 15, 2024
@jensjakobandersen
Copy link
Author

Looking in the log.
024-12-15 12:39:13.848 DEBUG (SyncWorker_2) [custom_components.danfoss_ally.climate] Setting hvac mode to auto
**-> Seems to be this is changing between Auto and Heat **

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}
2024-12-15 12:39:57.597 DEBUG (MainThread) [custom_components.danfoss_ally] bf56e63421cd25885cpthd: {'isThermostat': True, 'name': 'Soveværelse', 'online': True, 'update': 1733701020, 'model': 'Danfoss Ally™ Radiator Thermostat', 'floor_sensor': False, 'switch': False, 'mode': 'manual', 'work_state': 'NoHeat', 'temp_set': 23.0, 'upper_temp': 31.0, 'temperature': 23.2, 'window_open': False, 'lower_temp': 5.0, 'child_lock': False, 'battery': 26, 'fault': 0, 'setpointchangesource': 'Externally', 'manual_mode_fast': 23.0, 'window_toggle': False, 'at_home_setting': 23.0, 'leaving_home_setting': 22.0, 'pause_setting': 5.0, 'holiday_setting': 19.0, 'switch_state': False}

@MTrab
Copy link
Owner

MTrab commented Dec 17, 2024

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

@jensjakobandersen
Copy link
Author

Ah yes, I see, the problem is on the latest release.
The reason I mentioned 1.07 was that it was the version i had run for a long time, since it worked.

@jensjakobandersen
Copy link
Author

Workaround - in the scripts controlling the radiator valves, added this in the top for each valve.

  • action: climate.set_hvac_mode
    metadata: {}
    data:
    hvac_mode: heat
    target:
    device_id: 5d6fa5cba95f846db393a307432ea2f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants