|
|
@@ -0,0 +1,115 @@
|
|
|
+name: Air conditioner
|
|
|
+products:
|
|
|
+ - id: uhczsyv4vdrcscwv
|
|
|
+ manufacturer: MeacoCool
|
|
|
+ model: MC Series 10000 Pro CH
|
|
|
+entities:
|
|
|
+ - 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
|
|
|
+ available: support_heat
|
|
|
+ value: heat
|
|
|
+ - id: 2
|
|
|
+ type: integer
|
|
|
+ name: temperature
|
|
|
+ range:
|
|
|
+ min: 16
|
|
|
+ max: 32
|
|
|
+ unit: C
|
|
|
+ - id: 3
|
|
|
+ type: integer
|
|
|
+ name: current_temperature
|
|
|
+ - id: 4
|
|
|
+ type: string
|
|
|
+ name: mode
|
|
|
+ hidden: true
|
|
|
+ - id: 5
|
|
|
+ type: string
|
|
|
+ name: fan_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: Low
|
|
|
+ value: low
|
|
|
+ - dps_val: High
|
|
|
+ value: high
|
|
|
+ - id: 15
|
|
|
+ type: boolean
|
|
|
+ name: swing_mode
|
|
|
+ mapping:
|
|
|
+ - dps_val: false
|
|
|
+ value: "off"
|
|
|
+ - dps_val: true
|
|
|
+ value: "on"
|
|
|
+ # The following may be required if C dps above are blank when set to F
|
|
|
+ # 23: temp_set_f 61-90
|
|
|
+ # 24: temp_current_f
|
|
|
+ # based on log, both seem available in C, but current has incorrect data
|
|
|
+ - id: 102
|
|
|
+ type: integer
|
|
|
+ name: client_id
|
|
|
+ - id: 103
|
|
|
+ type: string
|
|
|
+ name: support_heat
|
|
|
+ mapping:
|
|
|
+ - dps_val: C_H
|
|
|
+ value: true
|
|
|
+ - value: false
|
|
|
+ - entity: lock
|
|
|
+ translation_key: child_lock
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 14
|
|
|
+ type: boolean
|
|
|
+ name: lock
|
|
|
+ - entity: select
|
|
|
+ translation_key: temperature_unit
|
|
|
+ category: config
|
|
|
+ dps:
|
|
|
+ - id: 19
|
|
|
+ type: string
|
|
|
+ name: option
|
|
|
+ mapping:
|
|
|
+ - dps_val: c
|
|
|
+ value: celsius
|
|
|
+ - dps_val: f
|
|
|
+ value: fahrenheit
|
|
|
+ - entity: binary_sensor
|
|
|
+ class: problem
|
|
|
+ category: diagnostic
|
|
|
+ dps:
|
|
|
+ - id: 22
|
|
|
+ type: bitfield
|
|
|
+ name: sensor
|
|
|
+ mapping:
|
|
|
+ - dps_val: 0
|
|
|
+ value: false
|
|
|
+ - value: true
|
|
|
+ - id: 22
|
|
|
+ type: bitfield
|
|
|
+ name: fault_code
|
|
|
+ - entity: switch
|
|
|
+ translation_key: sleep
|
|
|
+ dps:
|
|
|
+ - id: 101
|
|
|
+ type: boolean
|
|
|
+ name: switch
|
|
|
+ - entity: switch
|
|
|
+ translation_key: ionizer
|
|
|
+ dps:
|
|
|
+ - id: 104
|
|
|
+ type: boolean
|
|
|
+ name: switch
|