As the title states, PVOutput appears to be ignoring my Energy Used Upload.
I upload a lot of data to PVOutput and 95% of it is sent from Home Assistant using a series of curl commands in my configuration yaml and automations to trigger them
My main system is the only 1 I have an issue with “I Think” (I have 10 systems)
I upload PV Power & Energy Generated and Grid Import Power and Energy Used.
I’ve read lots of posts on this forum and tried all sorts of things but PVOutput still insists on using its own Energy figure rather than mine and its well off.
I have quit a large solar array split across 3 separate systems and also have 19.5 kw of battery storage.
I’m in the UK and lately we have had soon very good weather and so my grid import is next too nothing, typically 0.25kWh but PVOutput is showing over double that on occasion.
Before anyone comments I know 0.25kWh is a very small amount but its actually a lot percentage wise.
But even when the weather is crap (normally) and the percentage error is only a small percentage thats not actually the point, I want to always see my own figures that come from MY equipment and MY Smart Meter.
Does anyone know if having the facility to “Turn Off” calculated Energy figures is in the PVOuput future plan at all?.
ANY suggestions greatly appreciated
pvoutputcurl12: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v2={{states.sensor.ems2503194_solar_generation_total_power.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl13: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v3={{states.sensor.electricity_import_daily_energy_to_pvoutput.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl14: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v4={{states.sensor.octopus_energy_electricity_grid_import_power_zero_correction.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl15: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v5={{states.sensor.netatmo_outdoor_module_temperature.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl16: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v6={{states.sensor.givtcp_ce2215g046_grid_voltage.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl17: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v7={{states.sensor.givtcp_batteries_charge_power.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl18: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v9={{states.sensor.givtcp_batteries_discharge_power.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp'
pvoutputcurl19: 'curl -d "d={{now().strftime("%Y%m%d")}}" -d "t={{now().strftime("%H:%M")}}" -d "v11={{states.sensor.givtcp_batteries_soc.state}}" -H "X-Pvoutput-Apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "X-Pvoutput-SystemId: 13551" https://pvoutput.org/service/r2/addstatus.jsp' ```
And 1 example of my Automations that triggers every 5 minutes
Shell Command: pvoutputcurl11