Page 1 of 1
SBFSpot error
Posted: Thursday 02 April 2020 8:43
by migila
Hello!
Just reinstalled my Pi with Buster and Domoticz etc. so everything is up to date.
I get the following error every morning (multiple times). I had it before on my previous installation but there it stopped, or i fixed it but don't remember how.
Is there a fix for this error? I get it every morning from 07:xx for about 10 times (so 10 minutes, every 1 minute 1 error).
The problem is probaly that there isn't a file yet, until the inverter generates data.
Code: Select all
2020-04-02 07:19:21.877 Error: SBFSpot: Could not open spot file: /home/pi/smadata/2020/Singelbuurt-Spot-20200402.csv
Thanks in advance!
Re: SBFSpot error
Posted: Wednesday 22 July 2020 10:21
by jeroenkl
Hi Migila,
I've got the same behavior and didn't take any action to 'fix' it. Do you have already a solution?
BR,
Jeroen
migila wrote: ↑Thursday 02 April 2020 8:43
Hello!
Just reinstalled my Pi with Buster and Domoticz etc. so everything is up to date.
I get the following error every morning (multiple times). I had it before on my previous installation but there it stopped, or i fixed it but don't remember how.
Is there a fix for this error? I get it every morning from 07:xx for about 10 times (so 10 minutes, every 1 minute 1 error).
The problem is probaly that there isn't a file yet, until the inverter generates data.
Code: Select all
2020-04-02 07:19:21.877 Error: SBFSpot: Could not open spot file: /home/pi/smadata/2020/Singelbuurt-Spot-20200402.csv
Thanks in advance!
Re: SBFSpot error
Posted: Thursday 28 January 2021 20:42
by migila
nope

Re: SBFSpot error
Posted: Thursday 11 March 2021 11:27
by plugge
jeroenkl wrote: ↑Wednesday 22 July 2020 10:21
I've got the same behavior and didn't take any action to 'fix' it. Do you have already a solution?
I made a change in SBFspot.cfg.
I set SunROffset to its maximum value (3600). No more errors since then.
Code: Select all
# SunRSOffset
# Offset to start before sunrise and end after sunset (0-3600 - default 900 seconds)
SunRSOffset=3600
Re: SBFSpot error
Posted: Saturday 20 March 2021 7:54
by jeroenkl
plugge wrote: ↑Thursday 11 March 2021 11:27
jeroenkl wrote: ↑Wednesday 22 July 2020 10:21
I've got the same behavior and didn't take any action to 'fix' it. Do you have already a solution?
I made a change in SBFspot.cfg.
I set SunROffset to its maximum value (3600). No more errors since then.
Code: Select all
# SunRSOffset
# Offset to start before sunrise and end after sunset (0-3600 - default 900 seconds)
SunRSOffset=3600
thxs!
Re: SBFSpot error
Posted: Friday 10 September 2021 17:56
by Bramz
@migila - I got the same error message after upgrading SBFspot from v. 3.2.2 to 3.8.2. using the installerscript.
I checked the smadata directory and found that there were no more year-directory and no more .csv files to be found.
When looking at /usr/local/bin/sbfspot.3/SBFspot.cfg I noticed the following line:
I changed that to:
Then restarted my system and found that the errormessage had disappeared and SBFspot data import into Domoticz had resumed.
Hope this helps.