Cześć
Potrzebuje stworzyć termostaty dla trzech pomieszczeń.
Pierwszy termostat stworzyłem bez problemu dopisując kod znaleziony na jednej ze stron. termostat skonfigurowałem sobie tak jak potrzebowałem. Kiedy chciałem stworzyć kolejny dla Salonu dopisując kod znów do pliku configuration.yaml konfiguracje drugiego termostatu wystąpił błąd. Ktoś zerknie i powie co zmam zmienić aby drugi termostat dla Salonu pojawił się.
Widzę podpowiedz, że jest duplikat, ale gdzie i co mam zmienić aby ten błąd ustąpił. ??
climate:
platform: generic_thermostat
unique_id: combi_boiler_generic_thermostat
name: Termostat CO
heater: switch.satel_75_test_3
target_sensor: sensor.temp_salon_kuba_adam_srednia
target_temp: 21.2
cold_tolerance: 0.2
hot_tolerance: 0.3
precision: 0.1
min_cycle_duration:
seconds: 120
initial_hvac_mode: "heat"
comfort_temp: 21.2
home_temp: 21.2
sleep_temp: 15
platform: generic_salon_thermostat
unique_id: combi_salon_generic_thermostat
name: Termostat Salon
heater: switch.satel_74_test_2
target_sensor: sensor.temp_salon
target_temp: 21.2
cold_tolerance: 0.2
hot_tolerance: 0.3
precision: 0.1
min_cycle_duration:
seconds: 120
initial_hvac_mode: "heat"
comfort_temp: 21.2
home_temp: 21.2
sleep_temp: 15