Skip to content

Commit

Permalink
fix: add missing Weishaupt heatpump states
Browse files Browse the repository at this point in the history
  • Loading branch information
kleini committed Jan 23, 2025
1 parent 4adee73 commit 097ed00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions templates/definition/charger/weishaupt-wpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ render: |
getmode:
source: map
values:
8: 1 # ABTAUEN
10: 3 # EVU_SPERRE
14: 2 # ERHOEHTER_BETRIEB
18: 3 # FROSTSCHUTZ
19: 1 # HEIZBETRIEB
8: 1 # Abtauen
9: 1 # WEZ2
10: 3 # EVU Sperre
14: 2 # Erhoeter Betrieb
15: 1 # Standzeit/Taktsperre
18: 3 # Frostschutz
19: 1 # Heizbetrieb
get:
source: modbus
{{- include "modbus" . | indent 4 }}
Expand Down

0 comments on commit 097ed00

Please sign in to comment.