I managed to get some info directly from the inverter using
http://[INVERTER IP]/inverter.cgi
According to the manual username and password are ‘admin’ and ‘123456789’
With the info above I was able to get interesting info without using the Autarco cloud.
Unfortunately refresh rate still seems to be 5 minutes.
What information do you get out of that? Do you have something like a JSON dump for me?
I want to work out an integration for in core during the summer holidays and update the existing python package. Only I don’t have an Autarco system myself, which makes it difficult for me to test / debug whether everything works properly.
The 0000000000000000 = a 16 number serial of the inverter.
View source in chrome gives: 0000000000000000;750037;50B;58.7;14890;14.400000;11886;NO;
The list of @qqflx seems to be correct. I assume it would be easy to extract the data with the HA scrape function however I currently lack the skills to write the code.
As @erik-hoeijmans said: http://[INVERTER IP]/inverter.cgi. According to the manual username and password are ‘admin’ and ‘123456789’
Even though the update frequency is a little low it would add a lot of value to extract the data locally and import it into HA
That’s a pity, I actually hoped it would be json because I don’t want to apply scraping in my package (goes against ADR rules of Home Assistant). So I’ll stick with cloud API for now.
It is definitely a pity. The webserver of the inverter seems to run on a ESP32 or alike so I will continue trying to get the scraping option to work in a attempt to take them offline. The admin account with a password that can not be changed is already a big red flag. I prefer security over HA rules.
Local via rest seems to work fine (for the moment).
Going directly to the local IP instead of via inverter.cgi gives a HTML website with the same user/pwd. It seems to be HTML but haven’t checked it yet.
Hi is there any other data that the Autarco inverter gives you? I’m getting an Autarco hybrid inverter + battery (DC coupled). I’m wondering how to get the PV data but also the data showing how much Kwh is flowing into and out of the the battery. Is any of this data available?
Interesting… do you get any data at all now via the local access or is it completely walled off? I don’t have option of another inverter so I’m watching this thread but also I’ll have to use Shelly clamps to monitor the grid in/out and the inverter in/out.
I would like to give the existing autarco pypi package some love and update it completely. I no longer have access to the API, is there anyone who could help me with this? (possibly via DM)
Hi Willem1, can you share your code? How did you get this working?
For me, it seams that I either did not yet get the firmware update yet, or that I have newer firmware in which they repaired it, because for me the fields are not empty. This is what I see:
Hello is this integration working right now? I want to try to add my Autarco to Homeassitant once again. If i can be of any assistance, please let me know!