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

Fallback to temp_set for some thermostats plus new features #50

Merged
merged 3 commits into from
Dec 12, 2022

Conversation

jnxxx
Copy link
Contributor

@jnxxx jnxxx commented Dec 6, 2022

Changes:

  • Fallback to use temp_set when manual_mode_fast, at_home_setting, leaving_home_setting, pause_setting and holiday_setting are not available.
    This is probably the case for some older radiator thermostats.
    Issue climate control unavailable for Danfoss Ally radiator termostat after update to 1.1.0 #44 (apparently API refuses to switch mode, so this does not work)

  • Re-added floor temperature sensor for Icon room sensors with floor sensor.
    (it disappeared during the merge of the last version)

  • Made the binary sensor "Connectivity" appear for all devices which have the information, and moved it to the Diagnostic section. Previously it was only available for the gateway and Zigbee module.

  • Added two configuration switches: Pre-Heat on/off and Open-window detection on/off
    These are disabled by default, to avoid accidental change in the UI.

  • Added a binary sensor to indicate when it is pre-heating.
    It is not the same as the configuration switch, but indicates when it seems to actually do pre-heating (some time ahead of switching scheduled to "home" setting)

  • Added service call "Set window open state".
    With this a Home Assistant automation can tell a radiator thermostat that a window is open or closed, before it detects it based on temperature drop.
    Icon does not support this, as floor heating reacts much slower anyway.

@MTrab MTrab added the enhancement Enhancement of the integration label Dec 12, 2022
@MTrab MTrab merged commit c96d526 into MTrab:master Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants