Hi,
I’ve updated to commit 7d82fd0
2018-02-14 22:22:18.788956 INFO heaty: --- Heaty id is: 'default'
2018-02-14 22:22:18.764350 INFO heaty: --- heaty v0.10.2 initialization started
2018-02-14 22:22:18.808332 INFO heaty: --- Running plausibility checks on the configuration.
2018-02-14 22:22:18.825089 WARNING heaty: !!! [salon] Thermostat climate.danfoss_z_thermostat_heating_1 has no attribute named 'operation_mode'. Available attributes are ['current_temperature', 'friendly_name', 'icon', 'max_temp', 'min_temp', 'new_entity_id', 'node_id', 'old_entity_id', 'supported_features', 'temperature', 'unit_of_measurement', 'value_id', 'value_index', 'value_instance']. Please check your config!
2018-02-14 22:22:18.839518 WARNING heaty: !!! [salon] Attributes for thermostat climate.danfoss_z_thermostat_heating_1 contain no operation_list, Consider disabling operation mode support.
2018-02-14 22:22:18.854957 WARNING heaty: !!! [salon] Thermostat climate.danfoss_z_thermostat_heating_1_2 has no attribute named 'operation_mode'. Available attributes are ['current_temperature', 'friendly_name', 'icon', 'max_temp', 'min_temp', 'new_entity_id', 'node_id', 'old_entity_id', 'supported_features', 'temperature', 'unit_of_measurement', 'value_id', 'value_index', 'value_instance']. Please check your config!
2018-02-14 22:22:18.868905 WARNING heaty: !!! [salon] Attributes for thermostat climate.danfoss_z_thermostat_heating_1_2 contain no operation_list, Consider disabling operation mode support.
2018-02-14 22:22:18.883975 WARNING heaty: !!! [salon] Thermostat climate.danfoss_z_thermostat_heating_1_3 has no attribute named 'operation_mode'. Available attributes are ['current_temperature', 'friendly_name', 'icon', 'max_temp', 'min_temp', 'new_entity_id', 'node_id', 'old_entity_id', 'supported_features', 'temperature', 'unit_of_measurement', 'value_id', 'value_index', 'value_instance']. Please check your config!
2018-02-14 22:22:18.898002 WARNING heaty: !!! [salon] Attributes for thermostat climate.danfoss_z_thermostat_heating_1_3 contain no operation_list, Consider disabling operation mode support.
in apps.yaml I’ve setup thermostats as follows
rooms:
# Define such a block for each room you want to control.
salon:
thermostats:
climate.fibaro_system_fgt001_heat_controller_heating:
climate.danfoss_z_thermostat_heating_1:
supports_opmodes: false
climate.danfoss_z_thermostat_heating_1_2:
supports_opmodes: false
climate.danfoss_z_thermostat_heating_1_3:
supports_opmodes: false
replicate_changes: true
I’ve decied to move supports_opmodes: false to thermostat defaults and then no plausibility warnings
2018-02-14 22:27:11.163600 INFO heaty: --- heaty v0.10.2 initialization started
2018-02-14 22:27:11.186841 INFO heaty: --- Heaty id is: 'default'
2018-02-14 22:27:11.200921 INFO heaty: --- Running plausibility checks on the configuration.
2018-02-14 22:27:11.218308 INFO heaty: --- Importing modules for temperature expressions.
2018-02-14 22:27:11.231949 INFO heaty: --- Getting current temperatures from thermostats.
2018-02-14 22:27:11.248513 INFO heaty: --> [salon] climate.fibaro_system_fgt001_heat_controller_heating: attribute operation_mode is Heat
2018-02-14 22:27:11.263807 INFO heaty: --> [salon] climate.fibaro_system_fgt001_heat_controller_heating: attribute temperature is 21.0
2018-02-14 22:27:11.280083 INFO heaty: --> [salon] Received target temperature 21.0 from thermostat.
2018-02-14 22:27:11.295930 INFO heaty: <-- [salon] Propagating the change to all thermostats in the room.
2018-02-14 22:27:11.312930 INFO heaty: <-- [salon] Temperature set to 21.0. <manual>
2018-02-14 22:27:11.330061 INFO heaty: --- [salon] Not sending temperature to climate.fibaro_system_fgt001_heat_controller_heating redundantly.
2018-02-14 22:27:11.349231 INFO heaty: --- Called update_publish_state_timer.
2018-02-14 22:27:11.357286 INFO heaty: --- Called update_publish_state_timer.
2018-02-14 22:27:11.364062 INFO heaty: --- Registering event listener for heaty_reschedule.
2018-02-14 22:27:11.371199 INFO heaty: --- Registering event listener for heaty_set_temp.
but stil not able to control group
2018-02-14 22:27:12.077066 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1_3: temperature=21.0, operation_mode=Heat, left retries=10
2018-02-14 22:27:12.088157 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1: temperature=21.0, operation_mode=Heat, left retries=10
2018-02-14 22:27:12.110387 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1_2: temperature=21.0, operation_mode=Heat, left retries=10
2018-02-14 22:27:12.473460 INFO heaty: --- [salon] Re-sending to climate.danfoss_z_thermostat_heating_1_3 in 60 seconds.
2018-02-14 22:27:12.626371 INFO heaty: --- [salon] Re-sending to climate.danfoss_z_thermostat_heating_1_2 in 60 seconds.
2018-02-14 22:27:12.628236 INFO heaty: --- [salon] Re-sending to climate.danfoss_z_thermostat_heating_1 in 60 seconds.
2018-02-14 22:28:12.027444 INFO heaty: --- [salon] Cancelled resend timer for climate.danfoss_z_thermostat_heating_1.
2018-02-14 22:28:12.034953 INFO heaty: --- [salon] Cancelled resend timer for climate.danfoss_z_thermostat_heating_1_3.
2018-02-14 22:28:12.038759 INFO heaty: --- [salon] Cancelled resend timer for climate.danfoss_z_thermostat_heating_1_2.
2018-02-14 22:28:12.052012 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1_3: temperature=21.0, operation_mode=Heat, left retries=9
2018-02-14 22:28:12.074373 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1: temperature=21.0, operation_mode=Heat, left retries=9
2018-02-14 22:28:12.098873 INFO heaty: <-- [salon] Setting climate.danfoss_z_thermostat_heating_1_2: temperature=21.0, operation_mode=Heat, left retries=9