Seems like a model up from the Daewoo OL-A011 that is already supported, as it differs only by swing mode and one additional fan speed. Issue #946
@@ -337,3 +337,4 @@ Further device support has been made with the assistance of users. Please consi
- [maxupunk](https://github.com/maxupunk) for assistance with support for Kabum Smart 700 vacuum cleaners.
- [thugseus](https://github.com/thugseus) for assistance with support for HU06 Bluetooth smart locks.
- [jaydensmith](https://github.com/jaydensmith) for assistance with support for Cadence aroma diffusers.
+- [davidsch1992](https://github.com/davidsch1992) for contributing support for Lyfco OL-A0012 air conditioners.
@@ -43,6 +43,7 @@
- ElectriQ EcoSilent 14HPW
- Fersk Vind 2
- Kogan 2.6kW portable air conditioner
+- Lyfco OL-A012 air conditioner
- Monzana Klimaanlage air conditioner
- Nedis ACMB1WT12 portable air conditioner
- Rotenso Roni R35WI
@@ -0,0 +1,80 @@
+name: Air conditioner
+products:
+ - id: gwwxvfg8auctbnpr
+ name: Lyfco OL-A012
+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: Dry
+ value: dry
+ - dps_val: Fan
+ value: fan_only
+ - dps_val: Heat
+ value: heat
+ - id: 2
+ type: integer
+ name: temperature
+ range:
+ min: 16
+ max: 32
+ unit: C
+ - id: 3
+ name: current_temperature
+ - id: 4
+ type: string
+ name: mode
+ hidden: true
+ - id: 5
+ name: fan_mode
+ - dps_val: Low
+ value: low
+ - dps_val: Mid
+ value: medium
+ - dps_val: Hig
+ value: high
+ - id: 15
+ name: swing_mode
+ - dps_val: "OFF"
+ - dps_val: "ON"
+ value: "on"
+ - id: 22
+ type: bitfield
+ name: fault_code
+ - id: 101
+ name: preset_mode
+ value: sleep
+ value: comfort
+secondary_entities:
+ - entity: binary_sensor
+ name: Fault
+ class: problem
+ category: diagnostic
+ name: sensor
+ - dps_val: 0
+ value: false
+ - value: true