Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
- Fujicool Yuzu heat pump
- Goldair GCPAC350W portable air conditioner
- Haier Airmart wall air conditioner
- Hantech 9000 BTU portable air conditioner
- Hokkaido HKEDM 263 ZL air conditioner
- HTW IX75B air conditioner
- Idea Heating Belt (with CS1 USB dongle)
Expand Down
35 changes: 27 additions & 8 deletions custom_components/tuya_local/devices/costway_portable_ac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Portable air conditioner
products:
- id: 86sjxqebxymrjt3z
manufacturer: Costway
- id: av6ejal3j9epuw3e
manufacturer: Hantech
model: 9000 BTU
entities:
- entity: climate
dps:
Expand Down Expand Up @@ -42,15 +45,31 @@ entities:
value: low
- dps_val: high
value: high
- id: 20
type: integer
name: unknown_20
- id: 103
type: boolean
name: unknown_103
- id: 107
type: integer
name: unknown_106
name: temp_set_f
hidden: true
- id: 109
type: integer
name: unknown_107
name: unknown_109
- entity: switch
translation_key: sleep
category: config
dps:
- id: 103
type: boolean
name: switch
- entity: binary_sensor
class: problem
category: diagnostic
dps:
- id: 20
type: bitfield
name: sensor
mapping:
- dps_val: 0
value: false
- value: true
- id: 20
type: bitfield
name: fault_code
Loading