-
Configured 30 seconds as interval:
```
version: '3'
services:
sbfspot:
image: nakla/sbfspot:latest
network_mode: host
volumes:
- /mnt/usb/docker/app…
-
$ iobroker upgrade sbfspot@4.3.4
Update sbfspot from @4.3.3 to @4.3.4
host.raspberrypi Adapter "system.adapter.sbfspot.0" is stopped.
NPM version: 10.2.3Installing iobroker.sbfspot@4.3.4... (…
-
Continued from https://github.com/SBFspot/SBFspot/issues/50 ...
@mincequi Had to compile cmake because your CMakeLists.txt states
`cmake_minimum_required(VERSION 3.10)`
In the raspbian repo only …
-
This is an example of the Topic and Payload(s) string from an inverter
> sbfspot/2130438237 {"Timestamp": "09/05/2024 14:43:38","SunRise": "09/05/2024 06:37:00","SunSet": "09/05/2024 17:30:00","Inv…
-
I recently had SBFSpot crash:
log (in case there's anything interesting)
```
sma_1 | Tue Feb 22 17:38:51 2022: INFO: Starting...
sma_1 | sunrise: [censored]
sma_1 …
-
The SpotData table is storing the TimeStamp as an Int(4).
This is then converted to a proper timestamp in the views, using From_UnixTime.
The problem with this approach is that queries can't use the…
-
serveral ip inverter is apparently already supported but not several BT ones.
HasQT has already started proposed to duplicate SBFspot. I need to test fi mariadb support dual input and PVoutput.
ht…
-
Hi, sorry if this is not the right place but i could not find a good place for support or instructions for my problems. Thanks for providing this project already!
As far as i understood this add on i…
-
I'm trying to run the install command on a raspberry pi with dietpi os and getting follow exception:
```
Running on Raspberry Pi 3 Model B Plus Rev 1.3
Error: Not running Raspbian nor Raspberry Pi OS…
-
Hi there,
i adapted once your libspeedwire for integration with SBFspot.
Just our of curiosity:
how do all these protocols relate together?
Is speedwire used by both: energy meter AND inverter?
I…