| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- name: Heater
- products:
- - id: 20qAGCEd0AxowwTA
- name: Eurom Alutherm 2000
- - id: awnds45afwineiul
- name: Eurom Alutherm 2500
- primary_entity:
- entity: climate
- translation_only_key: heater
- dps:
- - id: 1
- name: hvac_mode
- type: boolean
- mapping:
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: m
- value: heat
- - dps_val: p
- value: auto
- - dps_val: false
- value: "off"
- - id: 2
- name: temperature
- type: integer
- range:
- min: 0
- max: 37
- - id: 3
- name: current_temperature
- type: integer
- - id: 4
- name: mode
- type: string
- hidden: true
- - id: 12
- name: fault_code
- type: bitfield
- - id: 101
- name: fan_mode
- type: string
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: low
- value: low
- - dps_val: mid
- value: medium
- - dps_val: high
- value: high
- - id: 102
- name: preset_mode
- type: boolean
- mapping:
- - dps_val: false
- value: comfort
- - dps_val: true
- value: eco
- secondary_entities:
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 12
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - entity: select
- name: Schedule
- icon: "mdi:calendar-clock"
- category: config
- dps:
- - id: 104
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: holiday
- value: Holiday
- - dps_val: program
- value: Program
- - id: 103
- type: string
- name: schedule_data
- optional: true
|