Skip to content

Commit 36a4fe9

Browse files
committed
multi
1 parent 9198ca3 commit 36a4fe9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hass-addon-sunsynk-multi/config.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ options:
4646
CHANGE_BY: 80
4747
CHANGE_PERCENT: 0
4848
NUMBER_ENTITY_MODE: "auto"
49+
PROG_TIME_INTERVAL: 15
4950
MQTT_HOST: core-mosquitto
5051
MQTT_PORT: 1883
5152
MQTT_USERNAME: hass
@@ -56,9 +57,9 @@ schema:
5657
- SERIAL_NR: str
5758
HA_PREFIX: str
5859
MODBUS_ID: int(1,16)
59-
DONGLE_SERIAL_NUMBER: int?
60+
DONGLE_SERIAL_NUMBER: str?
6061
PORT: str
61-
SENSOR_DEFINITIONS: list(single-phase|three-phase)
62+
SENSOR_DEFINITIONS: list(single-phase|three-phase|three-phase-hv)
6263
SENSORS:
6364
- str
6465
SENSORS_FIRST_INVERTER:
@@ -74,6 +75,7 @@ schema:
7475
CHANGE_BY: int(0,3600)?
7576
CHANGE_PERCENT: int(0,500)?
7677
NUMBER_ENTITY_MODE: list(auto|box|slider)
78+
PROG_TIME_INTERVAL: list(5|10|15|30|45|60)?
7779
MQTT_HOST: str
7880
MQTT_PORT: port
7981
MQTT_USERNAME: str

0 commit comments

Comments
 (0)