I reported an issue with my extended data a couple of days ago which has attracted zero responses and so I am trying to explore what the issue is further. I have tried sending generic data via curl and did manage to get my data into v7 if i specified the date and time and data explicitly. I then tried to go back to strftime and date but get a 500 error. I believe i have written this correctly. Any ideas?
curl -d “d={{now().strftime(”%Y%m%d")}}" -d “t={{now().strftime(”%H:%M")}}" -d “v7=15” -H “X-Pvoutput-Apikey: MYAPIKEY” -H “X-Pvoutput-SystemId: MYSYSTEMID” https://pvoutput.org/service/r2/addstatus.jsp
I am also still seeing strange data populating v7 even without any POST by myself… just very odd random numbers appear without input.
Any guidance would be appreciated as to why my curl command using now() is not working.
(edit, the 15000kWh at 15:15 was my test using an explicit date, time and data number)