Skip to content

SENSOR_OVERRIDES do not work on non-dev #620

@gorstj

Description

@gorstj

Issue related to

Sunsynk / mbusd Home Assistant Add-On

Describe the issue/bug

When I try to add a SENSOR_OVERRIDES option to the configuration yaml it disappears upon restarting the App.
Doing it as per https://kellerza.github.io/sunsynk/reference/multi-options#sensors

It only 'sticks' if I use the dev version - presume this is a new feature that hasn't made it to stable?

Expected behavior
SENSOR_OVERRIDES to function in current version (or to state this is a DEV feature in the reference guide)

Your environment

  • Home Assistant version: 2026.4.4
  • Addon:
    • Name: sunsynk-multi
    • Version: 0.9.3

You configuration

DRIVER: pymodbus
INVERTERS:
  - SERIAL_NR: "x"
    HA_PREFIX: SS
    MODBUS_ID: 1
    DONGLE_SERIAL_NUMBER: "0"
    PORT: x
SENSOR_DEFINITIONS: single-phase
SENSORS:
  - energy_management
  - power_flow_card
  - pv2_power
  - settings
  - load_limit
  - battery
SENSORS_FIRST_INVERTER:
  - settings
MANUFACTURER: Sunsynk
READ_ALLOW_GAP: 2
READ_SENSORS_BATCH_SIZE: 20
SCHEDULES:
  - KEY: W
    READ_EVERY: 5
    REPORT_EVERY: 60
    CHANGE_ANY: false
    CHANGE_BY: 80
    CHANGE_PERCENT: 0
NUMBER_ENTITY_MODE: box
PROG_TIME_INTERVAL: "30"
SENSOR_OVERRIDES:
  - prog1_power.max=5500
  - prog2_power.max=5500
  - prog3_power.max=5500
  - prog4_power.max=5500
  - prog5_power.max=5500
  - prog6_power.max=5500
MQTT_HOST: x
MQTT_PORT: 1883
MQTT_USERNAME: x
MQTT_PASSWORD: x


Logs


nil relevant

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions