| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- name: Thermostat
- products:
- - id: snflej6i7rpqnmhv
- manufacturer: Emmeti
- model: Zona
- entities:
- - entity: climate
- translation_key: thermostat
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heat
- - id: 2
- type: integer
- name: temperature
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 4
- type: string
- name: preset_mode
- mapping:
- - dps_val: "1"
- value: home
- - dps_val: "2"
- value: away
- - dps_val: "3"
- value: program
- - dps_val: "4"
- value: manual
- - id: 105
- type: boolean
- name: hvac_action
- mapping:
- - dps_val: false
- value: idle
- - dps_val: true
- value: heating
- - id: 107
- type: string
- name: mcu_date
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 6
- type: boolean
- name: lock
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 12
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 12
- type: bitfield
- name: fault_code
- - entity: sensor
- name: Floor temperature
- class: temperature
- category: diagnostic
- dps:
- - id: 101
- type: integer
- name: sensor
- unit: C
- class: measurement
- mapping:
- - scale: 10
- - entity: select
- name: Temperature sensor
- icon: "mdi:home-thermometer"
- category: config
- dps:
- - id: 102
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: Internal
- - dps_val: "1"
- value: External
- - dps_val: "2"
- value: Both
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 103
- type: integer
- name: value
- unit: °
- range:
- min: -9
- max: 9
- - entity: number
- name: Temperature hysteresis
- category: config
- icon: "mdi:thermometer-plus"
- dps:
- - id: 104
- type: integer
- name: value
- unit: °
- range:
- min: 1
- max: 9
- - entity: text
- name: Temporary program
- category: config
- icon: "mdi:home-clock"
- hidden: true
- dps:
- - id: 106
- type: base64
- optional: true
- name: value
- - entity: switch
- name: Optimum startup
- icon: "mdi:progress-check"
- category: config
- dps:
- - id: 108
- type: boolean
- name: switch
- - entity: switch
- name: Geofencing
- icon: "mdi:map-marker-radius"
- category: config
- dps:
- - id: 109
- type: boolean
- name: switch
- - entity: switch
- name: Boost
- icon: "mdi:rocket-launch"
- category: config
- dps:
- - id: 110
- type: boolean
- name: switch
- - entity: number
- name: Boost time
- class: duration
- category: config
- icon: "mdi:clock-end"
- dps:
- - id: 111
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 24
- - entity: number
- name: Boost temperature
- class: temperature
- category: config
- dps:
- - id: 112
- type: integer
- name: value
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- - entity: switch
- name: Holiday
- icon: "mdi:beach"
- category: config
- dps:
- - id: 113
- type: boolean
- name: switch
- - entity: number
- name: Holiday length
- class: duration
- category: config
- icon: "mdi:airplane-clock"
- dps:
- - id: 114
- type: integer
- name: value
- unit: d
- range:
- min: 0
- max: 300
- - entity: number
- name: Holiday temperature
- category: config
- icon: "mdi:home-thermometer-outline"
- dps:
- - id: 115
- type: integer
- name: value
- unit: C
- range:
- min: 50
- max: 350
- mapping:
- - scale: 10
- - entity: select
- name: Program mode
- icon: "mdi:calendar-expand-horizontal"
- category: config
- dps:
- - id: 116
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: "7 days"
- - dps_val: "1"
- value: "5+2 days"
- - dps_val: "2"
- value: "6+1 days"
|