#Solar power is not shown

1 messages · Page 1 of 1 (latest)

fast lake
#

I have set up my solar panels with a shelly that is giving the power as a negative value. This is not shown on the energy dashboards "now" panel. Do I need to invert this to make it visible?

dense spruce
#

Yes, alle energy needs to be positive.

For power sources, everything flowing tinto the house (grid import, PV, battery discharge) need to be positive. Flowing out of the house (grid export, battery charge) needs to be negative.

Devices need to be positive.

fast lake
#

Maybe this is worth mentioning during setup 🙁
Is there any easy way to achieve this when setting up solar with a shelly? I guess this is quite common use-case.

coral shore
#

There's some pending PRs to allow for inverted power sensors, but they aren't ready or merged yet.
Well actually that might not apply for Solar.

dense spruce
#

It does mention it for power but indeed not for energy.

If you use a EM Shelly (which I would recommand with PV vs one that can switch), you just flip the CT clamp 🙂

For now you can fix it with a template sensor.

fast lake
#

Is there like a collection of useful helper templates around?
Used {{ states('sensor.shelly1pmminig3_switch_0_power') | float(0) | abs }} for now...

dense spruce
#

Make sure you give the template sensor an availability as well. Otherwise it will cause trouble

coral shore
#

default to 0 is generally acceptable for power, not for energy.