|
|
@@ -0,0 +1,258 @@
|
|
|
+name: Beok TR8B thermostat
|
|
|
+primary_entity:
|
|
|
+ entity: climate
|
|
|
+ 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
|
|
|
+ constraint: preset_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: [ cool, floor ]
|
|
|
+ value: cooling
|
|
|
+ - dps_val: [ heat, floor_heat ]
|
|
|
+ value: heating
|
|
|
+ - value: idle
|
|
|
+ - dps_val: close
|
|
|
+ constraint: hvac_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: false
|
|
|
+ value: "off"
|
|
|
+ - dps_val: true
|
|
|
+ value: idle
|
|
|
+ - id: 45
|
|
|
+ type: bitfield
|
|
|
+ name: fault_code
|
|
|
+ - 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
|
|
|
+secondary_entities:
|
|
|
+ - entity: switch
|
|
|
+ name: Anti-frost
|
|
|
+ icon: "mdi:snowflake"
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 10
|
|
|
+ type: boolean
|
|
|
+ name: switch
|
|
|
+ - entity: select
|
|
|
+ name: Temperature units
|
|
|
+ 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: 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
|
|
|
+ value: week_program
|
|
|
+ - id: 103
|
|
|
+ type: string
|
|
|
+ value: schedule
|
|
|
+ - 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
|
|
|
+ - entity: sensor
|
|
|
+ name: Battery
|
|
|
+ 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
|