OK, need some HA / PVOutput help if possible...
My config file was using sensors from myenergi and was / is working fine. However i've added a 2nd solar generation today so would like to upload the generation from that as well. The simpliest way apepars to be a combined single upload of both systems into PVO. As my PW2 battery is monitoring both systems input via a single CT using that now makes the most sense.
sensor.myenergi_harvi_11442776_power_ct_generation - This displays in watts on HA and shows as this in the config file: -d "v2={{ states('sensor.myenergi_harvi_11442776_power_ct_generation') }}". That's what i've been using.
This sensor in HA sensor.powerwall_solar_power displays as kw but shows the same data as the myenergi one in HA so i've swapped it in the config file. It looks like this now: d "v2={{ states('sensor.powerwall_solar_power') }}"
When the sun comes up tomorrow i'll know.....but do I need to do anything in the config file so it sends watts to PVO rather than kw? I've a feeling it's going to send a value of 1 rather than 1000 when i'm generating a kilowatt...
Sorry if none of that above is clear. I'm speaking from a position where i'm half guessing what i'm talking about.
Thanks