| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- name: Thermostat
- products:
- - id: gdusjavy8i4dpjlt
- manufacturer: Multi-leaf
- model: DY-107
- entities:
- - entity: climate
- translation_key: thermostat
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: true
- value: heat
- - dps_val: false
- value: "off"
- icon: "mdi:radiator-disabled"
- icon_priority: 1
- - id: 2
- name: preset_mode
- type: string
- mapping:
- - dps_val: auto
- value: program
- - dps_val: manual
- value: manual
- - id: 16
- type: integer
- name: temperature
- unit: C
- range:
- min: 5
- max: 90
- - id: 19
- type: integer
- name: max_temperature
- - id: 24
- type: integer
- name: current_temperature
- - id: 26
- optional: true
- type: integer
- name: min_temperature
- - id: 36
- type: string
- name: hvac_action
- mapping:
- - dps_val: close
- icon: "mdi:radiator-disabled"
- icon_priority: 2
- value: idle
- - dps_val: open
- icon: "mdi:radiator"
- icon_priority: 2
- value: heating
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 27
- type: integer
- name: value
- unit: °
- range:
- min: -9
- max: 9
- - entity: switch
- translation_key: anti_frost
- category: config
- dps:
- - id: 10
- type: boolean
- name: switch
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- optional: true
- type: boolean
- name: lock
- - entity: select
- name: Sensor selection
- category: config
- dps:
- - id: 43
- type: string
- name: option
- mapping:
- - dps_val: in
- icon: "mdi:gauge"
- value: Internal
- - dps_val: out
- icon: "mdi:thermometer-chevron-down"
- value: External
- - dps_val: all
- icon: "mdi:thermometer"
- value: Both
- - entity: binary_sensor
- category: diagnostic
- class: problem
- dps:
- - id: 45
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 45
- name: fault_code
- type: bitfield
- - entity: number
- translation_key: maximum_temperature
- category: config
- class: temperature
- dps:
- - id: 19
- type: integer
- name: value
- unit: C
- range:
- min: 30
- max: 90
- - entity: number
- translation_key: minimum_temperature
- category: config
- class: temperature
- dps:
- - id: 26
- optional: true
- name: value
- type: integer
- unit: C
- range:
- min: 5
- max: 20
- - entity: button
- name: Reset
- category: config
- class: restart
- dps:
- - id: 39
- name: button
- type: boolean
- optional: true
- - entity: select
- name: Working week
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 31
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "00"
- value: "Off"
- - dps_val: "5_2"
- value: "5 days"
- - dps_val: "6_1"
- value: "6 days"
- - dps_val: "70"
- value: "7 days"
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 44
- type: integer
- name: brightness
- optional: true
- range:
- min: 0
- max: 100
|