| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- name: Air conditioner
- products:
- - id: 0ithwpdwkgyqfx54
- name: Suntec Wellness Coolfixx
- primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- constraint: mode
- conditions:
- - dps_val: Cool
- value: cool
- - dps_val: Dyr
- value: dry
- - dps_val: Fan
- value: fan_only
- - dps_val: Heat
- value: heat
- mapping:
- - constraint: model_id
- conditions:
- - dps_val: C
- hidden: true
- invalid: true
- - id: 2
- type: integer
- name: temperature
- range:
- min: 16
- max: 32
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_set_f
- range:
- min: 61
- max: 90
- - id: 3
- type: integer
- name: current_temperature
- mapping:
- - constraint: temperature_unit
- conditions:
- - dps_val: f
- value_redirect: temp_current_f
- - id: 4
- type: string
- name: mode
- hidden: true
- - id: 5
- type: string
- name: fan_mode
- mapping:
- - dps_val: Low
- value: low
- - dps_val: Mid
- value: medium
- - dps_val: High
- value: high
- - id: 15
- type: string
- name: swing_mode
- mapping:
- - dps_val: "OFF"
- value: "off"
- - dps_val: "ON"
- value: "on"
- - id: 19
- type: string
- name: temperature_unit
- mapping:
- - dps_val: c
- value: C
- - dps_val: f
- value: F
- - id: 22
- type: bitfield
- name: fault_code
- - id: 23
- type: integer
- name: temp_set_f
- optional: true
- range:
- min: 61
- max: 90
- - id: 24
- type: integer
- name: temp_current_f
- optional: true
- - id: 101
- type: boolean
- name: preset_mode
- mapping:
- - dps_val: true
- value: sleep
- - dps_val: false
- value: comfort
- - id: 103
- type: string
- name: model_id
- mapping:
- - dps_val: C
- value: Cooling
- - dps_val: C_H
- value: Cool+Heat
- secondary_entities:
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 22
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - dps_val: 4
- value: false
- - value: true
- - entity: binary_sensor
- name: Tank full
- class: problem
- category: diagnostic
- dps:
- - id: 22
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 4
- value: true
- - value: false
- - entity: select
- name: Temperature unit
- icon: "mdi:temperature-celsius"
- category: config
- dps:
- - id: 19
- type: string
- name: option
- mapping:
- - dps_val: c
- value: Celsius
- - dps_val: f
- value: Fahrenheit
-
|