Hello, I have tried using the API code to read the settings of our system. The API code is:
“https://api.givenergy.cloud/v1/inverter/{inverter}/settings/{id}/read”. When I use this code with a correct inverter code and id of 24 {Enable ECO Mode} it always returns the response 404 with a message Not Found. If I change the /settings/{id}/read to /system-data/latest it works fine. I copied the code from the Inverter Control/Read Setting on https://givenergy.cloud/docs/api/. Any ideas about what is going wrong?
1 Like
Are you passing in the request your key for API
I use postman
and as you see here your exact request on my own inverter reads just fine
This is using Postman
I found out what I was doing wrong. I use python to access the API and I was using ‘get’, I find that ‘post’ works much better.