Skip to content
Discussion options

You must be logged in to vote

there were some issues getting the correct data (different behaviour of models / fw-versions).

I hope the new sensor for battery power (reg 5214-5215) is sufficent for all inverter models.

Now these templates are directly in the code and the users don't have to reinvent them for the HA -dashboard:

      
      # positive if charging, negative if discharging
      - name: Battery charging power signed
        unique_id: sg_battery_charging_power_signed
        unit_of_measurement: W
        device_class: power
        state_class: measurement
        availability: "{{ states('sensor.battery_power') not in ['unknown','unavailable'] }}"
        state: "{{ states('sensor.battery_power')|int *…

Replies: 5 comments 49 replies

Comment options

You must be logged in to vote
15 replies
@Gnarfoz
Comment options

Gnarfoz Dec 12, 2025
Collaborator

@vordenken
Comment options

@Gnarfoz
Comment options

Gnarfoz Dec 12, 2025
Collaborator

@Gnarfoz
Comment options

Gnarfoz Dec 12, 2025
Collaborator

@mp123456-design
Comment options

Comment options

You must be logged in to vote
13 replies
@mastameista
Comment options

@Gnarfoz
Comment options

Gnarfoz Dec 12, 2025
Collaborator

@mastameista
Comment options

@mikeharris2017
Comment options

@Gnarfoz
Comment options

Gnarfoz Dec 17, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Macstar1601
Comment options

@mkaiser
Comment options

Answer selected by mkaiser
@Tr1n0va
Comment options

@Tr1n0va
Comment options

Comment options

You must be logged in to vote
17 replies
@Tr1n0va
Comment options

@mkaiser
Comment options

@Tr1n0va
Comment options

@Tr1n0va
Comment options

@mkaiser
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants