I have a Sun-Watch data logger and would like to integrate it into the energy dashboard. So I polled the solar output with the command line tool.
This is how I did it in the config.yaml:
Thanks for sharing Cowley!
With you help, I was able to catch data from sun-watch (part sensor). With one additional line, I could change the value to the correct numbers:
value_template: “{{ value | multiply(0.001) | round(2) }}”
Where I’m struggle, is the template section. I started with your version and tried several ways but I always get status “unavailable”.
Here is my last try:
thanks for sharing!
Unfortunately I do struggle to get the Energy Dashboard running.
I can read out the values coming from both of my Inverters, but even with using
I cannot select the “Solarertrag” in the Dashboard configuration.
Has anybody a running Sunwatch with a working Energydasboard?