South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Thanks for the update. Much appreciated.OK. Try 4.3.1 and set `auto_scale: false` for all the card sections or if you want that feature make sure all your sensors have the correct unit_of_measurement configured
- sensor:
- name: "SS Daily PV 108"
state: >
{{state_attr('sensor.sunsynk_input', 'etoday')|float(0)|round(1)}}
unit_of_measurement: kWh
- name: "SS PV1 186"
state: >
{{state_attr('sensor.sunsynk_input', 'pv1')|float(0)|round(0)}}
unit_of_measurement: W
- name: "SS PV2 187"
state: >
{{state_attr('sensor.sunsynk_input', 'pv2')|float(0)|round(0)}}
unit_of_measurement: W

Thanks, this worked. Changed it all to kwH for the units of measurement with the exception of PV1 and PV2 for the auto_scale to work.If you are using template sensors then you need to add it like so
YAML:- sensor: - name: "SS Daily PV 108" state: > {{state_attr('sensor.sunsynk_input', 'etoday')|float(0)|round(1)}} unit_of_measurement: kWh - name: "SS PV1 186" state: > {{state_attr('sensor.sunsynk_input', 'pv1')|float(0)|round(0)}} unit_of_measurement: W - name: "SS PV2 187" state: > {{state_attr('sensor.sunsynk_input', 'pv2')|float(0)|round(0)}} unit_of_measurement: W
You can confirm in developer tools
View attachment 1629317
Its not possible at the moment@Slip
Any plans on being able to show multiple batteries? I looked through the documentation and it doesn't appear to be possible right now.
v4.4.0
Exciting New Features
- feat: the card can now be configured using the visual editor. Thank you @Pho3niX90
![]()
### Other Changes
* Feature/UI config by @Pho3niX90 in https://github.com/slipx06/sunsynk-power-flow-card/pull/164
**Full Changelog**: https://github.com/slipx06/sunsynk-power-flow-card/compare/v4.3.1...v4.4.0
Restart and clear your cache.I have the latest version 4.4.0, but it still says "No visual editor available for type 'custom:sunsynk-power-flow-card'."
Any ideas what could be wrong?
Are you referring to these guys ? The E-Linter being the current included option. I'm not aware of any different hardware revisions of the E-Linter ( please correct me if I'm wrong )Anyone using a Sunsynk inverter and the newer e-linter wifi dongle? Is the data near realtime (couple of seconds delay)?

Yeah thats the one, delayed data is not great if I want to automate turning off certain devices if load gets too high. So if I understand correctly I cannot go the Solarman route because I don't have that dongle so I need to get realtime data via the serial connector?Are you referring to these guys ? The E-Linter being the current included option. I'm not aware of any different hardware revisions of the E-Linter ( please correct me if I'm wrong )
View attachment 1633549
If you're looking at the site or app, data is always delayed 3 - 5 mins. The dongle seems to be sending data continuously when physically looking at the traffic LED. I reckon all that data is rolled up server side and turned into all those pretty metrics that we like to see. That takes some processing time. And not having all Sunsynk owners the world over ogling real-time data saves them a ton of bandwidth ( read money )![]()
There is also SolarAssistant, although a bit more complex it is real time essentially.Yeah thats the one, delayed data is not great if I want to automate turning off certain devices if load gets too high. So if I understand correctly I cannot go the Solarman route because I don't have that dongle so I need to get realtime data via the serial connector?
Yeah thats the one, delayed data is not great if I want to automate turning off certain devices if load gets too high. So if I understand correctly I cannot go the Solarman route because I don't have that dongle so I need to get realtime data via the serial connector?
Yippers. Your local options :There is also SolarAssistant, although a bit more complex it is real time essentially.
Thanks, will go research these more thoroughly.Yippers. Your local options :
- Solar Assistant
- Slip's ESP solutions ( cheapest and most awesome imho )
- KellarZA's Pi based solutions
Will do for now I guess, don't have any automation installed that will benefit from real time updates yetThe fastest you can get is 60s updates if using the E-linter logger