verisgit

Results 12 comments of verisgit

Having a similar issue after moving the device to a different subnet. It was previously on 192.168.1.x it's now on 192.168.3.x and stopped working as a result. I have no...

In the freenas control panel under System>Tunables add a new tunable kern.ipc.maxsockbuf 5242880 type: sysctl and net.inet.udp.recvspace 4194304 type: sysctl save and reboot

Does anyone have the JSON for the Compass that works with the latest Grafana?

I just gave it a crack earlier. Steps were as follows: 1. Shutdown the services 2. Upgrade RPI 3. Update code (merged all my changes and configs back in) 4....

Hi there @basking-in-the-sun2000 I've been noticing some weird issues lately. I seem to have some gaps in data, and also the 365/90 day trackers don't seem to be recording despite...

In the logs I'm seeing this: solar.log `Wed Sep 13 14:11:30 2023 192.168.200.1 write_influx error: 400: {"error":"unable to parse 'Huawei_daily,location=main 1694534400000000000': invalid field format"} starting forecast error: 'forecasts' solcast off-line...

@basking-in-the-sun2000 are you still working on this project? Haven't seen you surface in a while

still haven't been able to resolve this, potentially going to try wiping all previous data and see if it works with a fresh database, don't really have any other options.

Seems to be failing on main.py running in debug shows this `SELECT HOLT_WINTERS_WITH_FIT(first(r), 1, 7) from (SELECT (P_daily / f_power * f_ratio) as r FROM Huawei_daily WHERE time >= 1700496000000ms...

It seems the new forecast optimisation features were breaking it; they don't seem to work, and disabling them fixed my issue. I now have reports for each day being generated...