I was looking for a local method to get data from my inverter and stumbled upon this project. Right now I'm using the solarman api, sadly cloud based.
Out of the 3 methods listed in the readme only the HTML method would be available on the Bosswerk MI600. Here i can use a simple
curl --user username:pass "http://ip-address/status.html"
to get the data including the Githubissues.
Githubissues is a development platform for aggregating issues.
Hello,
I was looking for a local method to get data from my inverter and stumbled upon this project. Right now I'm using the solarman api, sadly cloud based.
Out of the 3 methods listed in the readme only the HTML method would be available on the Bosswerk MI600. Here i can use a simple curl --user username:pass "http://ip-address/status.html" to get the data including the Githubissues.