Make the daily yield of my solar panels visible?
I don’t know how to do this in Home Assistant.
This is what I’m getting.
sensor:
- platform: mqtt
name: “totaal opbrengst zonnepanelen”
state_topic: “70:B3:D5:6F:30:89/energy-solar/95778a43/pulstotal”
unit_of_measurement: “puls”
My plan is:
- Retrieve “totaal opbrengst zonnepanelen” data at 00:00.
- Name this data A
- Then collect “totaal opbrengst zonnepanelen” data every 5 minutes.
- Subtract “A” from “totaal opbrengst zonnepanelen” and name it “B”.
- Divide “B” by 1000 then I have the number of Kwh because 1000 pulses is 1 Kwh.
- Name this “dag opbrengst zonnepanelen”.
- Display the “dag opbrengst zonnepanelen” with the map meter on the dashboard.
I hope someone my here can help me.