Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Avatto ME81 thermostats #1742

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 13 additions & 5 deletions custom_components/tuya_local/devices/avatto_me81_thermostat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,23 @@ primary_entity:
type: string
name: hvac_action
mapping:
- constraint: hvac_mode
- dps_val: close
icon: "mdi:radiator-disabled"
constraint: hvac_mode
conditions:
- dps_val: false
value: "off"
- dps_val: true
mapping:
- dps_val: open
value: heating
- value: idle
value: idle
- dps_val: open
constraint: hvac_mode
conditions:
- dps_val: true
icon: "mdi:radiator"
value: heating
- dps_val: false
icon: "mdi:radiator-disabled"
value: "off"
- id: 38
type: string
optional: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Beok TGR81 thermostat
products:
- id: gogb05wrtredz3bs
name: Avatto WT81 thermostat
- id: gw173aldekvpzalg
name: Avatto ME81 thermostat
name: BEOK TGR81 thermostat
primary_entity:
entity: climate
translation_only_key: thermostat
Expand Down