Steffen Froehlich

Results 23 comments of Steffen Froehlich

I have a battery. I could test if you'd like. I have everything compiling now, so it should be fairly simple to run, test, collect data. If you tell me...

Where are the logs? Console logs aren't showing battery info. ``` . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \...

Oh I was running the `Docker-builder` file, not `Docker-build` ~~After removing the bash code in the dockerfile~~ After adding `# syntax=docker/dockerfile:1.4` to `Dockerfile-build` (because of https://github.com/dlmcpaul/EnphaseCollector/issues/58) I get the following...

Enphase batteries. Is there a curl command I can send to my gateway to get a list of batteries. I've been looking for some REST API docs for it, but...

The `api/v1/production/inverters` is not returning any devices with `devType` of 11 https://github.com/dlmcpaul/EnphaseCollector/blob/master/src/main/java/com/hz/models/envoy/json/InvertersType.java#L19 ``` [ { "serialNumber": "202302042912", "lastReportDate": 1682263705, "devType": 1, "lastReportWatts": 21, "maxReportWatts": 365 }, { "serialNumber": "202302044880", "lastReportDate":...

I may have found something, but I have family obligations so I can't continue to investigate. from this: https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication I found api: `/ivp/meters/readings` ``` [ { "eid": 704643328, "timestamp": 1682264885,...

Oh, I have 2 batteries btw

A little bit more digging, and I found `/ivp/livedata/status` that seems to give me current battery power usage under `meters.storage.agg_p_mw` - I think at least. I'm looking at my app...

Under `meters.grid.agg_p_mw` it goes into the negative when when I'm exporting to grid, and positive when I'm pulling from the grid. So that's a good sign.

I found this, which might be helpful. Given how much work you've already done, you may have already known about it. https://github.com/Matthew1471/Enphase-API/blob/main/README.adoc