Copied your bits and no luck.
So changed the sensors and still get the errors
This is from the PVOutput icon under intergrations.
Retrying setup: PVOutput has no data available
My Shell Command
## Solar Output to PV Output
shell_command:
pvoutputcurl: >
curl -d "d={{now().strftime("%Y%m%d")}}"
-d "t={{now().strftime("%H:%M")}}"
-d "v1={{ (states('sensor.powerwall_site_import') | float * 1000) | int }}"
-d "v2={{ states('sensor.powerwall_solar_now') }}"
-d "v6={{ states('sensor.powerwall_site_now') }}"
-H "X-Pvoutput-SystemId: ID"
-H "X-Pvoutput-Apikey: API"
https://pvoutput.org/service/r2/addstatus.jsp