Skip to content

Commit

Permalink
Adding support for 8 strings
Browse files Browse the repository at this point in the history
  • Loading branch information
hultenvp authored Sep 6, 2024
1 parent 1a96c95 commit 6033e92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/solis/soliscloud_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
from .ginlong_const import *

# VERSION
VERSION = '0.1.5'
VERSION = '0.1.6'

STRING_COUNT = 'dcStringCount'
STRING_LISTS = [
[STRING1_CURRENT,STRING1_VOLTAGE,STRING1_POWER],
[STRING2_CURRENT,STRING2_VOLTAGE,STRING2_POWER],
[STRING3_CURRENT,STRING3_VOLTAGE,STRING3_POWER],
[STRING4_CURRENT,STRING4_VOLTAGE,STRING4_POWER],
[STRING5_CURRENT,STRING5_VOLTAGE,STRING5_POWER],
[STRING6_CURRENT,STRING6_VOLTAGE,STRING6_POWER],
[STRING7_CURRENT,STRING7_VOLTAGE,STRING7_POWER],
[STRING8_CURRENT,STRING8_VOLTAGE,STRING8_POWER],
]
GRID_TOTAL_POWER_STR = 'gridTotalPowerUnit'
GRID_TOTAL_CONSUMPTION_POWER_STR = 'gridTotalConsumptionPowerUnit'
Expand Down

0 comments on commit 6033e92

Please sign in to comment.