Toggle in the config to combine PV Power? #24
BigManDave
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently run a fork of this integration where I have replaced PV1Power, PV2Power etc. with a single entity.
I think it might be useful in the config to have a 'combine_pv: false/true' so that anyone like me who has a single array split across multiple (two) inputs could choose to have them combined without seeing extra entities?
Or maybe that's just me :)
Here's the config:
class FoxESSPVPower(CoordinatorEntity,SensorEntity):
I've actually not tried it with pv3 + pv4 as I only use 1+2 but I assume it'll work
Beta Was this translation helpful? Give feedback.
All reactions