Skip to content

Commit

Permalink
feat: Add Storage Control Mode to Sofar G3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizwalli authored Oct 28, 2024
1 parent ad6093a commit a4807f1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions custom_components/solarman/inverter_definitions/sofar_g3hyd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1365,3 +1365,23 @@ parameters:
value: "ID191 PID repair failed"
- key: 32768
value: "ID192 PLC module heartbeat loss"
- name: "Storage Control Mode"
platform: select
rule: 1
registers: [0x1110]
lookup:
- key: 0
value: "Self Use"
- key: 1
value: "Time of Use"
- key: 2
value: "Timed Charging and Discharging"
- key: 3
value: "Passive"
- key: 4
value: "Peak Shaving"
- key: 5
value: "Off-Grid"
- key: 6
value: "Generator"
icon: "mdi:power-settings"

0 comments on commit a4807f1

Please sign in to comment.