I have installed everything on my Raspberry Pi, and I can see that the sqlite database is being filled correctly, however no data is sent to PVOutput.
When checking the logs I just see this:
```
[16:25:54] INFO: Starting SBFspotUploadDeamon Version 1.0.1
[16:25:54] INFO: Starting Daemon...
```
It seems nothing is being sent and I don't have any errors either. How can I go and debug this?
Thanks!
Joris
Comments: Is the invertertime ok? Did you already have a look at the other issues/discussions about the daemon? What's the output of ```SQL SELECT * FROM [vwPvoData] where pvoutput is null order by timestamp desc; ```
When checking the logs I just see this:
```
[16:25:54] INFO: Starting SBFspotUploadDeamon Version 1.0.1
[16:25:54] INFO: Starting Daemon...
```
It seems nothing is being sent and I don't have any errors either. How can I go and debug this?
Thanks!
Joris
Comments: Is the invertertime ok? Did you already have a look at the other issues/discussions about the daemon? What's the output of ```SQL SELECT * FROM [vwPvoData] where pvoutput is null order by timestamp desc; ```