@@ -111,6 +111,7 @@
- Sencor MT7048C air conditioner
- Sendo air conditioner
- Sensei air conditioner
+- SmartDGM Portable Air Conditioner PAC-W11C01
- Sonnenkönig Fresco 140/180 air conditioner
- Star-Light air conditioner (also confirmed to work with Polar branded devices)
- Suntec Wellness Coolfixx portable air conditioner
@@ -0,0 +1,158 @@
+name: SmartDGM Portable air conditioner
+products:
+ - id: keyj38wgshgk7jcn
+ name: SmartDGM Portable Air Conditioner PAC-W11C01
+ manufacturer: SmartDGM
+ model: PAC-W11C01
+entities:
+ - entity: climate
+ dps:
+ - id: 1
+ type: boolean
+ name: hvac_mode
+ mapping:
+ - dps_val: false
+ value: "off"
+ - dps_val: true
+ value: fan_only
+ constraint: mode
+ conditions:
+ - dps_val: "0"
+ value: heat_cool
+ - dps_val: "2"
+ value: dry
+ - dps_val: "3"
+ value: cool
+ - dps_val: "4"
+ - id: 4
+ type: integer
+ name: timer
+ - id: 5
+ type: string
+ name: mode
+ - id: 6
+ name: temperature
+ range:
+ min: 13
+ max: 32
+ - constraint: temperature_unit
+ value_redirect: temp_set_f
+ min: 55
+ max: 90
+ - id: 8
+ name: fan_mode
+ value: auto
+ - dps_val: "1"
+ value: low
+ value: medium
+ value: high
+ - id: 10
+ name: temperature_unit
+ value: C
+ value: F
+ - id: 13
+ name: timer_off_mins
+ - id: 14
+ name: timer_on_mins
+ - id: 15
+ name: fault
+ - id: 16
+ name: swing_mode
+ value: vertical
+ - id: 17
+ name: sleep_mode
+ - id: 18
+ name: temp_set_f
+ hidden: true
+ optional: true
+ - id: 19
+ name: force
+ - entity: select
+ category: config
+ translation_key: temperature_unit
+ name: option
+ value: fahrenheit
+ value: celsius
+ value: "on"
+ name: set_timer
+ - dps_val: 0
+ - dps_val: 1
+ value: "turn off in"
+ - dps_val: 2
+ value: "turn on in"
+ - entity: number
+ name: timer_on
+ name: value
+ unit: min
+ min: 0
+ max: 1440
+ name: timer_off