| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- name: Salcar T9W thermostat
- primary_entity:
- entity: climate
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: auto
- value: auto
- - dps_val: manual
- value: heat
- - id: 2
- name: mode
- type: string
- hidden: true
- - id: 16
- name: temperature
- type: integer
- range:
- min: 50
- max: 10000
- mapping:
- - scale: 10
- step: 5
- - id: 19
- name: max_temperature
- type: integer
- mapping:
- - scale: 10
- - 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:
- - scale: 10
- - id: 26
- name: min_temperature
- type: integer
- mapping:
- - scale: 10
- - id: 36
- name: hvac_action
- type: string
- mapping:
- - dps_val: open
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heating
- - dps_val: close
- constraint: hvac_mode
- conditions:
- - dps_val: false
- value: "off"
- - dps_val: idle
- - id: 45
- name: fault_code
- type: bitfield
- mapping:
- - dps_val: 0
- value: OK
- - dps_val: 1
- value: E1
- - dps_val: 2
- value: E2
- - dps_val: 4
- value: E3
- secondary_entities:
- - entity: switch
- name: Anti-frost
- category: config
- icon: "mdi:snowflake"
- dps:
- - id: 10
- type: boolean
- name: switch
- - entity: number
- name: Maximum temperature
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 19
- type: integer
- name: value
- range:
- min: 50
- max: 10000
- mapping:
- - scale: 10
- step: 5
- - id: 23
- name: unit
- type: string
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - entity: select
- name: Temperature unit
- icon: "mdi:temperature-celsius"
- category: config
- dps:
- - id: 23
- type: string
- name: option
- mapping:
- - dps_val: c
- value: Celsius
- - dps_val: f
- value: Fahrenheit
- - entity: number
- name: Minimum temperature
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 26
- type: integer
- name: value
- range:
- min: 50
- max: 10000
- - id: 23
- name: unit
- type: string
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - entity: select
- name: Schedule
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 31
- type: string
- name: option
- mapping:
- - dps_val: "5_2"
- value: 5 day work week
- - dps_val: "6_1"
- value: 6 day work week
- - dps_val: "7"
- value: Daily
- - entity: lock
- name: Child lock
- icon: "mdi:hand-back-right-off"
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 45
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
|