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: ``` LogDir=/home/pi/smadata/logs ################################ ### PVoutput Upload Settings ### ################################ #PVoutput_SID #Map inverters to PVoutput System ID's #PVoutput_SID=SerialNmbrInverter_1:SID_1,SerialNmbrInverter_2:SID_2 #e.g. PVoutput_SID=200212345:4321 PVoutput_SID=2130417747:47177 #PVoutput_Key #Sets PVoutput API Key PVoutput_Key=XXX ################################ ### SQL DB Settings ### ################################ # SQL_Database (Fullpath to SQLite DB) # Windows: C:\Users\Public\SMAdata\SBFspot.db # Linux : /home/pi/smadata/SBFspot.db #SQL_Database=C:\Users\Public\SMAdata\SBFspot.db SQL_Database=/home/pi/smadata/SBFspot.db # Reserved for MySQL #SQL_Database=SBFspot #SQL_Hostname=<Network Name> or <IP-address> #SQL_Username=SBFspotUser #SQL_Password=SBFspotPassword ```
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: ``` LogDir=/home/pi/smadata/logs ################################ ### PVoutput Upload Settings ### ################################ #PVoutput_SID #Map inverters to PVoutput System ID's #PVoutput_SID=SerialNmbrInverter_1:SID_1,SerialNmbrInverter_2:SID_2 #e.g. PVoutput_SID=200212345:4321 PVoutput_SID=2130417747:47177 #PVoutput_Key #Sets PVoutput API Key PVoutput_Key=XXX ################################ ### SQL DB Settings ### ################################ # SQL_Database (Fullpath to SQLite DB) # Windows: C:\Users\Public\SMAdata\SBFspot.db # Linux : /home/pi/smadata/SBFspot.db #SQL_Database=C:\Users\Public\SMAdata\SBFspot.db SQL_Database=/home/pi/smadata/SBFspot.db # Reserved for MySQL #SQL_Database=SBFspot #SQL_Hostname=<Network Name> or <IP-address> #SQL_Username=SBFspotUser #SQL_Password=SBFspotPassword ```