| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- name: Beok TR8B thermostat
- entities:
- - entity: climate
- translation_only_key: combo_floor
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: preset_mode
- conditions:
- - dps_val: cool
- value: cool
- - dps_val: ventil
- value: fan_only
- - dps_val: heat
- value: heat
- - dps_val: floor
- value: cool
- - dps_val: floor_heat
- value: heat
- - id: 2
- type: string
- name: preset_mode
- mapping:
- - dps_val: cool
- value: cool
- - dps_val: ventil
- value: fan_only
- - dps_val: heat
- value: heat
- - dps_val: floor
- value: floor_cool
- - dps_val: floor_heat
- value: floor_heat
- - id: 16
- type: integer
- name: temperature
- range:
- min: 50
- max: 2000
- mapping:
- - scale: 10
- step: 5
- constraint: temperature_unit
- conditions:
- - dps_val: f
- step: 10
- - id: 19
- type: integer
- name: max_temperature
- mapping:
- - scale: 10
- - id: 23
- type: string
- name: temperature_unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 24
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- - id: 26
- type: integer
- name: min_temperature
- mapping:
- - scale: 10
- - id: 28
- type: string
- name: fan_mode
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: low
- value: low
- - dps_val: middle
- value: medium
- - dps_val: high
- value: high
- - id: 36
- type: string
- name: hvac_action
- mapping:
- - dps_val: open
- value: idle
- constraint: preset_mode
- conditions:
- - dps_val: [cool, floor]
- value: cooling
- - dps_val: [heat, floor_heat]
- value: heating
- - dps_val: close
- value: idle
- - id: 101
- type: bitfield
- name: features
- - id: 102
- type: integer
- name: temperature_step
- mapping:
- - scale: 10
- - id: 104
- type: bitfield
- name: valid_modes
- - id: 105
- type: string
- name: model
- - id: 106
- type: string
- name: light_mode
- - entity: switch
- translation_key: anti_frost
- category: config
- dps:
- - id: 10
- type: boolean
- name: switch
- - 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: number
- name: Maximum temperature
- category: config
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 19
- type: integer
- name: value
- range:
- min: 50
- max: 2000
- mapping:
- - scale: 10
- step: 10
- - id: 23
- type: string
- name: unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - entity: number
- name: Minimum temperature
- category: config
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 26
- type: integer
- name: value
- range:
- min: 50
- max: 2000
- mapping:
- - scale: 10
- step: 10
- - id: 23
- type: string
- name: unit
- 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: Weekdays+weekend
- - dps_val: "6_1"
- value: Mon-Sat+Sun
- - dps_val: "7"
- value: Daily
- - id: 30
- type: string
- name: week_program
- - id: 103
- type: string
- name: schedule
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 40
- type: boolean
- name: lock
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 45
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 45
- type: bitfield
- name: fault_code
- - entity: sensor
- class: battery
- dps:
- - id: 107
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: number
- name: Temperature calibration
- category: config
- icon: "mdi:thermometer-check"
- dps:
- - id: 109
- type: integer
- name: value
- range:
- min: -99
- max: 99
- mapping:
- - scale: 10
- - id: 108
- type: integer
- name: step
- mapping:
- - scale: 10
|