SBF

Results 92 comments of SBF

> The problem seems to be the 3600 s time difference limit introduced in V3.x. If the time of the inverter is off by 3601 s, sbfspot.3 won't work. To...

If someone is willing to test the latest changes (settime branch): I'm using the old code of V2.1.0 without getting the current inverter time. Hope this works. ``` git clone...

This is a design choice I took several years ago and it works very well I think. This memory leak issue is in SBFspot when using Bluetooth connection. The uploader...

No, still not fixed. Since I moved the Pi closer to the inverter it never happened again. Strange you can't kill the process. There is a timeout, but I think...

There is already limited use of `std::clog` The problem I encounter is the availability of the `systemd` log after some time: ``` systemctl status SBFspotUpload.service Active: active (running) since Tue...

This feature will be implemented in the next release

See commit [62be5d5](https://github.com/SBFspot/SBFspot/commit/62be5d5fc8a45c8877cf1b790990f09c52767068) I guess it's better to remove the "log to file" completely in one of the next releases...

You will need to build SBFspot manually following the wiki https://github.com/SBFspot/SBFspot/wiki/Installation-Linux-SQLite

I guess your system is not up to date... Try this: [(source)](https://stackoverflow.com/a/66465559/1509300) ``` sudo apt update sudo apt-get install --only-upgrade libstdc++6 ```

@obduser @deagel I recompiled the V3.9.5 sources for "Buster" Seems to be OK now