Somebody has a problem with API?
Today, I can’t get information from the API cloud, only for every 1 hour.
Everything was working fine until yesterday.
When I paste the API link to the browser, I got this:
{“exception”:“The overrun has been disabled for 1 hour!”,“success”:false}
Can you confirm that there is a problem on Solax cloud or on my side?
I had the same problem with the cloud API not sending data. Mostly it was due to to much requests from my HA and Solax APP (when not at home I use the app more frequent). Seems like sharing the same API.
Thats why I switched over to the API localy, over the wifi stick. It took some configuration and trial by error bot got it working and it is much more stable and with much more frequent data (every 5 to 10 seconds is possible). It is worth the extra trouble to get out of the cloud API from Solax.
Could someone help me please I’m new to this and trying to edit my yaml sensor file and get this message, I must be doing something very simple wrong but I can’t work out what. Thanks
hey
it s the same for me when i put the code in configuration.yaml
the code is ok when it s separated
i have an other problem with the sensor:
anithing in entity to choice the solax or pv_sensor for add carte in dashboard
the code seems good
hey
my problem is whith the add sensor
anithing in entity to choice the solax or pv_sensor for add carte in dashboard
the code seems good
do you know this problem
Just as an update, I reviewed the API again.
The API documentation is now at 6.1 and the only API still available is getRealtimeInfo.
The script from @andmcg is still working, but more advanced things can be reviewed here:
I put it in a seperate solaxgarage.yaml in the /rest directory (later on want to add 2 other inverters, same tokenid different serialnumber. I want them in a yaml of their own to keep it easy)
In the configuration.yaml i have this line: rest: !include_dir_merge_list rest/
Somehow i don’t see what i’m doing wrong here. Disclaimer: i’m very new to Home Assistant and the yaml code.