This thread is great, I didn’t think about using icon_template! But wouldn’t you rather have the actual “net” value with the icon? Here’s what I’ve built:
The stats at the top are all template sensors using the methods defined in this thread, except instead of just displaying “Importing”/“Exporting” I’m calculating the value for each aggregation point.
The top set of stats (and top chart) is from the Sense module, the bottom set of stats (and bottom chart) is from the Envoy.
I like seeing the cross-over of production vs. consumption and what time of day that happens as well as the cleanliness of the solar production in the sense chart. You can see that yesterday was very clear, today there have been some clouds disrupting the production a little.
So, what were the actual sensor values at that point in time and do they make sense? Did the solar panels produce 50W at the time, or consumed 50W at the time?
I am using version 0.0.13 at the moment - maybe something has changed how positive/negative values are interpreted?
“Current Consumption” should never be a negative value - except maybe if you had a battery or generator that exports electricity to the grid. Normally this value represents the sum of all the energy consumers in your household. If you get this (negative) value straight from your solar inverter, then you probably need to create a template sensor which turns this into a positive number, and then use that sensor’s value in the power wheel.
To close the loop on this: My inverter was not properly reporting consumption which is why the arrows were wonky. Thanks again for your help a few months ago.