Closed bruvv closed 2 years ago
i didn't tried it. but i think about it.
because the different TRV have different local temperaturs its not good to group them.
but. it should be working if you create for each of your TRV a ai TRV and groupe them.
Also to update here: as mentioned in the issue: grouping is not working.
okay if the other way of grouping dosn't work i must debug it. i'll build up a test Bench with two Spirits soon.
@bruvv I test it with my Spirits and Moes, and it worked in that way i described you, to make it clear i have a basic config demo:
- platform: ai_thermostat
name: Ai - TRV - Office - 1
thermostat: climate.real_trv_office_1
temperature_sensor: sensor.temperatur_office_temperature
window_sensors: group.office_windows
weather: weather.home
off_temperature: 20
unique_id: 1
- platform: ai_thermostat
name: Ai - TRV - Office - 2
thermostat: climate.real_trv_office_2
temperature_sensor: sensor.temperatur_office_temperature
window_sensors: group.office_windows
weather: weather.home
off_temperature: 20
unique_id: 2
- platform: climate_group
name: "TRV - Office"
temperature_unit: C
entities:
- climate.ai_trv_office_1
- climate.ai_trv_office_2
For some weird reason it was all messy with my unique_ids that I didn't bother changing since I do not use google home. Removing them like in your example fixed it for me. Added a PR to elaborate on this: https://github.com/KartoffelToby/ai_thermostat/pull/77
TL:DR;
Grouping thermostats isn't working.
Prerequisites
Description
I have multiple thermostats in my different rooms. Since I want to adjust 2 at the same time I use this addon: https://github.com/daenny/climate_group
I have setup groups us followed:
And this is the ai setup:
Now only the first one is being changed. Is there perhaps an option to use ai_thermostat to group different thermostats?
Steps to Reproduce
Expected behavior:
All of them change.
Actual behavior:
only 1 changes
Versions
Home Assistant:
2021.11.5
Zigbee2mqtt:1.22.1-1