| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- name: ETOP CH7100 thermostat
- products:
- - id: evklbfoqwp4dygts
- primary_entity:
- entity: climate
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: cold
- value: cool
- - dps_val: hot
- value: heat
- - dps_val: aux
- value: heat
- - dps_val: auto
- value: heat_cool
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: cold
- value: Cool
- - dps_val: hot
- value: Heat
- - dps_val: aux
- value: Auxiliary Heat
- - dps_val: auto
- value: Auto
- - id: 3
- name: hvac_action
- type: string
- mapping:
- - dps_val: cooling
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: cooling
- - dps_val: heating
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heating
- - dps_val: idle
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: idle
- - id: 16
- name: thermostat_set_temp
- type: integer
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: thermostat_set_temp_f
- - id: 17
- name: thermostat_set_temp_f
- type: integer
- hidden: true
- - id: 23
- name: temperature_unit
- type: string
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 24
- name: current_temperature
- type: integer
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: current_temp_f
- - id: 27
- name: temperature_calibration
- type: integer
- optional: true
- - id: 28
- name: fan_mode
- type: string
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: "on"
- value: "on"
- - id: 29
- name: current_temp_f
- type: integer
- hidden: true
- - id: 45
- name: unknown_45
- type: integer
- - id: 101
- name: unknown_101
- type: boolean
- - id: 104
- name: target_temp_high
- type: integer
- range:
- min: 6
- max: 40
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_high_f
- range:
- min: 33
- max: 104
- - id: 106
- name: temp_high_f
- type: integer
- range:
- min: 33
- max: 104
- hidden: true
- - id: 105
- name: target_temp_low
- type: integer
- range:
- min: 5
- max: 39
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_low_f
- range:
- min: 32
- max: 103
- - id: 107
- name: temp_low_f
- type: integer
- range:
- min: 32
- max: 103
- hidden: true
- secondary_entities:
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 23
- type: string
- name: option
- mapping:
- - dps_val: c
- value: celsius
- - dps_val: f
- value: fahrenheit
- - entity: sensor
- class: humidity
- dps:
- - id: 34
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: switch
- name: Schedule
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 102
- type: boolean
- name: switch
- - entity: number
- name: Temporary hold time
- icon: "mdi:timer"
- category: config
- dps:
- - id: 103
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 1440
- - entity: climate
- name: Temporary hold
- category: config
- dps:
- - id: 1
- name: power
- type: boolean
- hidden: true
- - id: 103
- name: hvac_mode
- type: integer
- mapping:
- - dps_val: 0
- value: "off"
- - constraint: power
- conditions:
- - dps_val: true
- value: heat_cool
- - dps_val: false
- value: "off"
- - id: 111
- name: temperature
- type: integer
- range:
- min: 5
- max: 40
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_f
- - id: 112
- name: temp_f
- type: integer
- range:
- min: 32
- max: 104
- hidden: true
- - id: 23
- name: temperature_unit
- type: string
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 24
- name: current_temperature
- type: integer
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: current_temp_f
- - id: 29
- name: current_temp_f
- type: integer
- hidden: true
|