| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- name: Thermostat
- # products: T5E-WF
- entities:
- - entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cool
- - dps_val: hot
- value: heat
- - id: 2
- type: string
- name: temp_mode
- hidden: true
- - id: 3
- type: string
- name: hvac_action
- mapping:
- - dps_val: auto
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: auxiliary_heat
- value: preheating
- - dps_val: cold
- value: cooling
- - dps_val: comfortable
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: dry
- value: drying
- - dps_val: eco
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: energy
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: floor_heat
- value: heating
- - dps_val: holiday
- value: idle
- - dps_val: hot
- value: heating
- - dps_val: manual
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: program
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: sleep
- constraint: temp_mode
- conditions:
- - dps_val: cold
- value: cooling
- - dps_val: hot
- value: heating
- - dps_val: wind
- value: fan
- - dps_val: wait
- value: idle
- - id: 4
- type: boolean
- name: preset_mode
- mapping:
- - dps_val: true
- value: eco
- - dps_val: false
- value: comfort
- - id: 16
- type: integer
- name: temperature
- range:
- min: 0
- max: 400
- mapping:
- - scale: 10
- step: 5
- constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_set_f
- step: 10
- - id: 17
- type: integer
- name: temp_set_f
- range:
- min: 320
- max: 1040
- mapping:
- - scale: 10
- step: 10
- hidden: true
- - id: 18
- type: integer
- name: upper_temp_f
- mapping:
- - scale: 10
- hidden: true
- - id: 19
- type: integer
- name: max_temperature
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: upper_temp_f
- - id: 20
- type: integer
- name: lower_temp_f
- mapping:
- - scale: 10
- hidden: true
- - id: 24
- type: integer
- name: current_temperature
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: curr_temp_f
- - id: 26
- type: integer
- name: min_temperature
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: lower_temp_f
- - id: 29
- type: integer
- name: curr_temp_f
- - id: 43
- type: string
- name: temperature_unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 58
- type: string
- name: unknown_58
- - id: 43
- type: boolean
- name: unknown_43
- - entity: number
- name: Maximum temperature
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 18
- type: integer
- name: upper_temp_f
- range:
- min: 370
- max: 1040
- mapping:
- - scale: 10
- step: 10
- hidden: true
- - id: 19
- type: integer
- name: value
- range:
- min: 25
- max: 400
- mapping:
- - scale: 10
- step: 5
- constraint: unit
- conditions:
- - dps_val: f
- value_redirect: upper_temp_f
- step: 10
- - id: 43
- type: string
- name: unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - entity: number
- name: Minimum temperature
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 20
- type: integer
- name: lower_temp_f
- range:
- min: 330
- max: 1000
- mapping:
- - scale: 10
- step: 10
- hidden: true
- - id: 26
- type: integer
- name: value
- range:
- min: 5
- max: 380
- mapping:
- - scale: 10
- step: 5
- constraint: unit
- conditions:
- - dps_val: f
- value_redirect: lower_temp_f
- step: 10
- - id: 43
- type: string
- name: unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 43
- type: string
- name: option
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: sensor
- name: Working status
- category: diagnostic
- icon: "mdi:cogs"
- dps:
- - id: 3
- type: string
- name: sensor
- - entity: switch
- name: Window check
- category: config
- icon: "mdi:window-closed-variant"
- dps:
- - id: 8
- type: boolean
- name: switch
- - entity: switch
- translation_key: anti_frost
- category: config
- dps:
- - id: 10
- type: boolean
- name: switch
- - entity: sensor
- category: config
- class: power
- dps:
- - id: 22
- type: integer
- name: sensor
- unit: W
- mapping:
- - scale: 10
- - entity: binary_sensor
- name: Window sensor
- category: diagnostic
- class: window
- dps:
- - id: 25
- type: string
- name: sensor
- mapping:
- - dps_val: close
- value: false
- - dps_val: open
- value: true
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 27
- type: integer
- name: value
- unit: °
- range:
- min: -10
- max: 10
- - entity: select
- name: Schedule
- category: config
- icon: "mdi:calendar-clock"
- dps:
- - id: 31
- type: string
- name: option
- mapping:
- - dps_val: 5_2
- value: 5 + 2
- - dps_val: 6_1
- value: 6 + 1
- - entity: button
- translation_key: factory_reset
- category: config
- dps:
- - id: 39
- type: boolean
- name: button
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 44
- type: integer
- name: brightness
- range:
- min: 10
- max: 100
- mapping:
- - step: 10
- - entity: binary_sensor
- category: diagnostic
- class: problem
- dps:
- - id: 45
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 45
- type: bitfield
- name: fault_code
|