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

Update sofar_g3hyd.yaml #234

Merged
merged 2 commits into from
Oct 28, 2024
Merged
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
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"