Skip to content

Commit

Permalink
multi
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Sep 3, 2024
1 parent 9198ca3 commit 36a4fe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hass-addon-sunsynk-multi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ options:
CHANGE_BY: 80
CHANGE_PERCENT: 0
NUMBER_ENTITY_MODE: "auto"
PROG_TIME_INTERVAL: 15
MQTT_HOST: core-mosquitto
MQTT_PORT: 1883
MQTT_USERNAME: hass
Expand All @@ -56,9 +57,9 @@ schema:
- SERIAL_NR: str
HA_PREFIX: str
MODBUS_ID: int(1,16)
DONGLE_SERIAL_NUMBER: int?
DONGLE_SERIAL_NUMBER: str?
PORT: str
SENSOR_DEFINITIONS: list(single-phase|three-phase)
SENSOR_DEFINITIONS: list(single-phase|three-phase|three-phase-hv)
SENSORS:
- str
SENSORS_FIRST_INVERTER:
Expand All @@ -74,6 +75,7 @@ schema:
CHANGE_BY: int(0,3600)?
CHANGE_PERCENT: int(0,500)?
NUMBER_ENTITY_MODE: list(auto|box|slider)
PROG_TIME_INTERVAL: list(5|10|15|30|45|60)?
MQTT_HOST: str
MQTT_PORT: port
MQTT_USERNAME: str
Expand Down

0 comments on commit 36a4fe9

Please sign in to comment.