pyfronius
pyfronius copied to clipboard
Automated JSON API based communication with Fronius Symo
Gen24 doesn't support day- or year-energy. It returns `null` so we can't add this to a sum. `0` is used instead. fixes #16 Also, some auto-formatting has sneaked into this...
Symo GEN24 10.0 Plus reports None for GetInverterRealtimeData.cgi?Scope=System as shown below. And then the method _system_inverter_data fails with an Exception in (for example) sensor["energy_day"]["value"] += data["DAY_ENERGY"]["Values"][i] I can not say...
@drc38 has added support to the Fronius Cloud API in [his fork of the project](https://github.com/drc38/pyfronius). This is super cool. The question is though if it makes sense to merge this...
As discovered [here](https://www.photovoltaikforum.com/thread/165641-gen24-sw-1-17-2-1/?postID=2502035#post2502035) there seems to be a new api under http:///components/readable where the GEN24 web interface gets it data from which seems quite extensive, maybe all we ever dreamed...
@budbundi > Hello, > I'm not sure if this is the right place or the home assistant repo. > But at this moment I can't use the official HA Fronius...
Hi! After upgrading aiohttp to 3.10.1 we are seeing the following tests fail with pyfronius 0.7.3: ``` FAILED pyfronius/tests/test_web_v0.py::NoFroniusWebTest::test_no_server - RuntimeError: no running event loop FAILED pyfronius/tests/test_web_v0.py::NoFroniusWebTest::test_wrong_server - RuntimeError: no...