homeassistant/GreeClimateComponent-climate.yaml
2025-08-06 22:43:18 +02:00

85 lines
3.2 KiB
YAML

- platform: gree
name: ac_bedroom
host: 192.168.88.61
port: 7000
mac: "50:2C:C6:98:D2:6E"
target_temp_step: 1
encryption_key: "f9TaIpX5M0B4Pw6l" #<OPTIONAL: custom encryption key>
#uid: #<some kind of device identifier. NOTE: for some devices this is optional>
temp_sensor: sensor.bedroom_thermometer_hygrometer_temperature
lights: input_boolean.ac_bedroom_panel_light
xfan: input_boolean.ac_bedroom_xfan
health: input_boolean.ac_bedroom_health
sleep: input_boolean.ac_bedroom_sleep
powersave: input_boolean.ac_bedroom_eco
eightdegheat: input_boolean.ac_bedroom_eightdegheat
air: input_boolean.ac_bedroom_air
- platform: gree
name: ac_childrensroom
host: 192.168.88.62
port: 7000
mac: "50:2C:C6:C0:65:70"
target_temp_step: 1
encryption_key: "6Ehr3YVie7iTuJ0Y" #<OPTIONAL: custom encryption key>
#uid: #<some kind of device identifier. NOTE: for some devices this is optional>
temp_sensor: sensor.childrensroom_thermometer_hygrometer_temperature
lights: input_boolean.ac_childrensroom_panel_light
xfan: input_boolean.ac_childrensroom_xfan
health: input_boolean.ac_childrensroom_health
sleep: input_boolean.ac_childrensroom_sleep
powersave: input_boolean.ac_childrensroom_eco
eightdegheat: input_boolean.ac_childrensroom_eightdegheat
air: input_boolean.ac_childrensroom_air
- platform: gree
name: ac_guestroom
host: 192.168.88.63
port: 7000
mac: "50:2C:C6:C0:64:FC"
target_temp_step: 1
encryption_key: "6kvK9e5284zLQVQi" #<OPTIONAL: custom encryption key>
#uid: #<some kind of device identifier. NOTE: for some devices this is optional>
temp_sensor: sensor.guestroom_thermometer_hygrometer_temperature
lights: input_boolean.ac_guestroom_panel_light
xfan: input_boolean.ac_guestroom_xfan
health: input_boolean.ac_guestroom_health
sleep: input_boolean.ac_guestroom_sleep
powersave: input_boolean.ac_guestroom_eco
eightdegheat: input_boolean.ac_guestroom_eightdegheat
air: input_boolean.ac_guestroom_air
- platform: gree
name: ac_livingroom
host: 192.168.88.64
port: 7000
mac: "50:2C:C6:B2:74:AF"
target_temp_step: 1
encryption_key: "u0g1VcUuzZAJkR8a" #<OPTIONAL: custom encryption key>
#uid: #<some kind of device identifier. NOTE: for some devices this is optional>
temp_sensor: sensor.livingroom_thermometer_hygrometer_temperature
lights: input_boolean.ac_livingroom_panel_light
xfan: input_boolean.ac_livingroom_xfan
health: input_boolean.ac_livingroom_health
sleep: input_boolean.ac_livingroom_sleep
powersave: input_boolean.ac_livingroom_eco
eightdegheat: input_boolean.ac_livingroom_eightdegheat
air: input_boolean.ac_livingroom_air
- platform: gree
name: ac_bathroom
host: 192.168.88.65
port: 7000
mac: "50:2C:C6:C0:65:B6"
target_temp_step: 1
encryption_key: "4HrqjyoLGJArCu0z" #<OPTIONAL: custom encryption key>
#uid: #<some kind of device identifier. NOTE: for some devices this is optional>
temp_sensor: sensor.bathroom_thermometer_hygrometer_temperature
lights: input_boolean.ac_bathroom_panel_light
xfan: input_boolean.ac_bathroom_xfan
health: input_boolean.ac_bathroom_health
sleep: input_boolean.ac_bathroom_sleep
powersave: input_boolean.ac_bathroom_eco
eightdegheat: input_boolean.ac_bathroom_eightdegheat
air: input_boolean.ac_bathroom_air