Dave Foster
Dave Foster
FoxESS appear to have disabled private access to their cloud again, this was always going to happen but the timing of it seems to have taken everyone by surprise, so...
@xrad i’ve been working on improving the pacing mechanism for api calls. It is currently running at ~ 35api calls per hour, i’m testing a version that runs at ~25...
What inverter do you have, is it hybrid or solar only inverter ? Can you put up a trace from another sensor such as 'Bat Discharge Power' when this happens....
Ok, thanks - i’m running the same versions ok, are there any errors around the time it happens? You can see more information in Settings, System, Logs then click the...
Hi, as it stands we don't have access to the error code itself, all it returns is its status 'on-line', 'off-line', 'in error' Whilst Foxess are still developing their new...
When I make the /op/v0/device/report/query calls - they work for me. e.g. getReport OA request:{"sn":"60BH123456AB12","year":2024,"month": 2,"dimension":"month","variables":["feedin","generation","gridConsumption","chargeEnergyToTal","dischargeEnergyToTal","loads"]} Returns: {'errno': 0, 'msg': 'success', 'result': [{'unit': 'kWh', 'values': [0.7000000000000455, 6.5, 0.39999999999997726, 0.1999999999999318, 0.10000000000002274,...
@tiagomlalves I was using the dimension: “day” and that did respond correctly, the only reason I moved onto “month” is it appears FoxESS have a data processing problem with the...
Yes, there you go “day” still works in the report query. getReport OA request:{"sn":"60BH123456AB12","year":2024,"month": 2,"day":23,"dimension":"day","variables":["feedin","generation","gridConsumption","chargeEnergyToTal","dischargeEnergyToTal","loads"]} Returns the following - {'errno': 0, 'msg': 'success', 'result': [{'unit': 'kWh', 'values': [0.0, 0.0, 0.0,...
@tiagomlalves I just tried the device production request, I set begin to the timestamp now -7,200 seconds (i.e. 2 hours ago) and end as the timestamp now, and requested the...
@tiagomlalves on your last example where the filters weren’t working ``` { "method": "POST", "headers": { "Content-Type": "application/json", "token": ***********, "signature": "fa6332c10586b382f4ac3e1daaa8ccaa", "timestamp": "1708702363609", "lang": "en", "User-Agent": "curl/7.64.1" }, "body":...