| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- name: Radiator valve
- products:
- - id: b6wax7g0
- manufacturer: Moes
- model: Zigbee BRT-100-TRV
- entities:
- - entity: climate
- translation_key: thermostat
- dps:
- - id: 1
- type: string
- optional: true
- name: hvac_mode
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: manual
- value: heat
- - value: heat
- hidden: true
- - id: 2
- type: integer
- optional: true
- name: temperature
- unit: C
- range:
- min: 0
- max: 45
- mapping:
- - constraint: preset_mode
- conditions:
- - dps_val: true
- value_redirect: eco_temp
- - id: 3
- type: integer
- optional: true
- name: current_temperature
- mapping:
- - scale: 10
- - id: 4
- type: boolean
- name: boost_mode
- hidden: true
- - id: 7
- type: string
- optional: true
- name: hvac_action
- mapping:
- - dps_val: opened
- value: heating
- - dps_val: closed
- value: idle
- - id: 106
- type: boolean
- optional: true
- name: preset_mode
- mapping:
- - dps_val: true
- value: eco
- - dps_val: false
- constraint: boost_mode
- conditions:
- - dps_val: true
- value: boost
- - dps_val: false
- value: comfort
- - dps_val: null
- value: comfort
- hidden: true
- - dps_val: null
- constraint: boost_mode
- conditions:
- - dps_val: true
- value: boost
- hidden: true
- - dps_val: false
- value: comfort
- hidden: true
- - dps_val: null
- value: comfort
- hidden: true
- - id: 107
- type: integer
- optional: true
- name: eco_temp
- range:
- min: 5
- max: 35
- - id: 108
- type: integer
- optional: true
- name: max_temperature
- - id: 109
- type: integer
- optional: true
- name: min_temperature
- - entity: switch
- name: Holiday mode
- icon: "mdi:caravan"
- category: config
- dps:
- - id: 1
- type: string
- name: switch
- optional: true
- mapping:
- - dps_val: holidays
- value: true
- - dps_val: auto
- value: false
- - value: false
- hidden: true
- - entity: number
- name: Boost timer
- icon: "mdi:timer"
- class: duration
- category: config
- dps:
- - id: 5
- type: integer
- optional: true
- name: rapid_countdown
- unit: min
- range:
- min: 0
- max: 720
- mapping:
- - step: 15
- - id: 101
- type: base64
- optional: true
- name: schedule
- - id: 103
- type: integer
- optional: true
- name: value
- unit: s
- range:
- min: 100
- max: 900
- - entity: switch
- name: Window open detection
- category: config
- dps:
- - id: 8
- type: boolean
- optional: true
- name: switch
- - entity: binary_sensor
- class: window
- category: diagnostic
- dps:
- - id: 9
- type: string
- name: sensor
- mapping:
- - dps_val: opened
- value: true
- - dps_val: closed
- value: false
- - entity: lock
- translation_key: child_lock
- category: config
- dps:
- - id: 13
- type: boolean
- optional: true
- name: lock
- - entity: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 14
- type: integer
- name: sensor
- unit: "%"
- - entity: valve
- dps:
- - id: 104
- type: integer
- optional: true
- name: valve
- readonly: true
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 105
- type: integer
- name: value
- optional: true
- unit: °
- range:
- min: -9
- max: 9
- - entity: number
- name: Maximum temperature
- category: config
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 108
- type: integer
- optional: true
- name: value
- unit: C
- range:
- min: 15
- max: 45
- - entity: number
- name: Minimum temperature
- category: config
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 109
- type: integer
- optional: true
- name: value
- unit: C
- range:
- min: 0
- max: 15
|