Dualmode_generic thermostat

Good morning,
I have 16 room thermostats
this is a configuration of 1 of 16


  - platform: dualmode_generic
    unique_id: climate.Armadio
    name: Armadio
    away_temp: 
      value_template:"{{ state_attr('cliamate.Casa','temperature') }}"
    heater: light.sth001
    cooler: light.sth001
    target_sensor: sensor.th_001_temperature
    reverse_cycle: cooler, heater
    enable_heat_cool: True
    min_temp: 16
    max_temp: 30
    cold_tolerance: 0.5
    hot_tolerance: 0.5
    min_cycle_duration:
        minutes: 1

and I created 1 master thermostat.

  - platform: dualmode_generic
    unique_id: climate.Casa
    name: Casa
    heater: switch.esphome_web_234580_estateon_inverno_off
    cooler: switch.esphome_web_234580_estateon_inverno_off
    target_sensor: sensor.media_interna_degc
    reverse_cycle: cooler, heater
    enable_heat_cool: True
    min_temp: 16
    max_temp: 30
    cold_tolerance: 0.5
    hot_tolerance: 0.5
    min_cycle_duration:
        minutes: 1

I need to make the desired temperature of the Generic thermostat the away temperature of the secondary thermostats. to set all basic thermostat at the master set the other 16

I also need to check the heating on two outlets

 heater: light.sth001,light.sth001ta

There is very little from your post that makes any sense.
Can you explain what you are trying to do.

1 Like

I assume this?
Maybe ask there? It’s a custom integration so supported there I assume…

I think I wasn’t clear.

I need to automatically adjust the “climate.Armadio” temperature to match the “climate.Casa” thermostat.