Skip to content

Commit

Permalink
sunsynk
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Apr 4, 2024
1 parent 2992f43 commit b866e68
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/pv_opt/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ pv_opt:
# maximum_dod_percent: sensor.{device_name}_overdischarge_soc
# update_cycle_seconds: 60
# id_consumption_today: sensor.{device_name}_daily_consumption
# id_consumption:
# - sensor.{device_name}_house_load_power
# - sensor.{device_name}_backup_load_power

# id_grid_power: sensor.{device_name}_grid_active_power
# id_inverter_ac_power: sensor.{device_name}_inverter_ac_power
Expand Down Expand Up @@ -203,6 +206,24 @@ pv_opt:

# id_inverter_mode: sensor.{device_name}_storage_control_mode

# ===============================================================================================================
# Brand / Integration Specific Config: SUNSYNK_SOLARSYNK2:
# ===============================================================================================================
#
#
# These are the default entities used with the Sunsynk Solarsynk2 integration. You can change them here and over-ride the defaults

# inverter_type: SUNSYNK_SOLARSYNK2
# device_name: solarsynk
# inverter_sn: 000000 # enter {sunsynk_serial} from solarsynk2 addon

# maximum_dod_percent: 20
# id_battery_soc: sensor.{device_name}_{inverter_sn}_battery_soc
# id_consumption_today: sensor.{device_name}_{inverter_sn}_day_load_energy
# id_grid_import_today: sensor.{device_name}_{inverter_sn}_day_grid_import
# id_grid_export_today: sensor.{device_name}_{inverter_sn}_day_grid_export
# supports_hold_soc: false
# update_cycle_seconds: 300

# Tariff comparison
id_daily_solar: sensor.{device_name}_power_generation_today
Expand Down
1 change: 1 addition & 0 deletions apps/pv_opt/sunsynk.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"maximum_dod_percent": 20,
"id_battery_soc": "sensor.{device_name}_{inverter_sn}_battery_soc",
"id_consumption_today": "sensor.{device_name}_{inverter_sn}_day_load_energy",
"id_consumption": "sensor.{device_name}_{inverter_sn}_load_power",
"id_grid_import_today": "sensor.{device_name}_{inverter_sn}_day_grid_import",
"id_grid_export_today": "sensor.{device_name}_{inverter_sn}_day_grid_export",
"supports_hold_soc": False,
Expand Down

0 comments on commit b866e68

Please sign in to comment.