You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by citoki October 23, 2023
This is an implementation of Home Assistant Plotly graph library, to show a daily graph in a very similar way like the vendor iOS app is doing it.
I used standard CSS colours and didn't go for specific RGBA numbers
I use (SolarEdge Modbus Multi)[https://github.com/WillCodeForCats/solaredge-modbus-multi] integration to get SolarEdge data directly from the inverters every 10 seconds. It's needed to add RJ45 cable to the inverters, as Modbus isn't available via Wifi anymore
since I've got two inverters running I combine the photovoltaik production with an template
the data aggregation for the Solar Edge output API (iOS app) is 15 minutes and cannot be changed, therefore you'll see slightly different graph values
Edit: updated configuration after discussion here with some improvements
The text was updated successfully, but these errors were encountered:
Love you solaredge plotly, but i got a problem: the entity do not match my entities (see picture)
I only have 1 Solaredge inverter. WHich sensors should i pick from my list in order to have nice graph like you have?
i thought:
sensor.solaredge_ac_energy_kwh
sensor.solaredge_ac_power
sensor.solaredge_dc_power
But that didn't work
Is there something i am missing (something in configuation.yaml?) i have to add or ...
Discussed in #320
Originally posted by citoki October 23, 2023
This is an implementation of Home Assistant Plotly graph library, to show a daily graph in a very similar way like the vendor iOS app is doing it.
Some remarks:
Edit: updated configuration after discussion here with some improvements
The text was updated successfully, but these errors were encountered: