hmmm, command above ran successfully, but it appears that I’ve broken something - it’s now 8:41 and no update since 8:05
Detail I hope will be useful:
pi@raspberrypi:~ $ ./checkstatus.sh
● SBFspotUpload.service - SBFspot Upload Daemon
Loaded: loaded (/usr/local/bin/sbfspot.3/SBFspotUpload.service; enabled; vend
Active: active (running) since Wed 2024-05-01 08:23:07 AEST; 18min ago
Main PID: 516 (SBFspotUploadDa)
Tasks: 1 (limit: 3720)
CGroup: /system.slice/SBFspotUpload.service
└─516 /usr/local/bin/sbfspot.3/SBFspotUploadDaemon
May 01 08:23:07 raspberrypi systemd[1]: Started SBFspot Upload Daemon.
===========================
sqlite3 /home/pi/smadata/SBFspot.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter “.help” for usage hints.
sqlite> .schema vwpvodata
CREATE VIEW vwPvoData AS
SELECT dd.Timestamp,
dd.Name,
dd.Type,
dd.Serial,
dd.TotalYield AS V1,
dd.Power AS V2,
cons.EnergyUsed AS V3,
cons.PowerUsed AS V4,
spot.Temperature AS V5,
spot.Uac1 AS V6,
NULL AS V7,
NULL AS V8,
NULL AS V9,
NULL AS V10,
NULL AS V11,
NULL AS V12,
dd.PVoutput
FROM vwDayData AS dd
LEFT JOIN vwAvgSpotData AS spot ON dd.Serial = spot.Serial AND dd.Timestamp = spot.Nearest5min
LEFT JOIN vwAvgConsumption AS cons ON dd.Timestamp = cons.Nearest5min
ORDER BY dd.Timestamp DESC
/* vwPvoData(TimeStamp,Name,Type,Serial,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,PVoutput) */;
=========================
sqlite> select * from vwdaydata where strftime(’%Y%m%d’,timestamp) = ‘20240501’ LIMIT 10;
TimeStamp|Name|Type|Serial|TotalYield|Power|PVoutput
2024-05-01 08:55:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128641|1656|
2024-05-01 08:50:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128503|1440|
2024-05-01 08:45:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128383|732|
2024-05-01 08:40:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128322|588|
2024-05-01 08:35:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128273|600|
2024-05-01 08:30:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128223|504|
2024-05-01 08:25:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128181|480|
2024-05-01 08:20:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128141|432|
2024-05-01 08:15:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128105|312|
2024-05-01 08:10:00|SB5.0-1AV-41 963|Sunny Boy 5.0|3006906963|27128079|180|
sqlite>
==============
pi@raspberrypi:~ $ ./dataupload.sh
SBFspot V3.9.8
Yet another tool to read power production of SMA solar inverters
© 2012-2023, SBF (GitHub - SBFspot/SBFspot: Yet another tool to read power production of SMA® solar/battery inverters)
Compiled for Linux (LE) 32 bit with SQLite support
Commandline Args: -v -finq -nocsv -ad60
Reading config ‘/usr/local/bin/sbfspot.3/SBFspot.cfg’
Wed May 1 09:08:22 2024: INFO: Starting…
sunrise: 07:03
sunset : 17:30
Connecting to Local Network…
Initialising…
SUSyID: 125 - SessionID: 966000076
Device IP address: 192.168.1.114 from config
Inverter replied: 192.168.1.114 → 409:3006906963
Logon OK
SUSyID: 409 - SN: 3006906963
Device Name: SB5.0-1AV-41 963
Device Class: Solar Inverters
Device Type: Sunny Boy 5.0
Software Version: 04.01.15.R
SUSyID: 409 - SN: 3006906963
Grid Power Out : 1344W
Grid Power In : 0W
SUSyID: 409 - SN: 3006906963
Device Status: Ok
Packet status: 21
SUSyID: 409 - SN: 3006906963
Device Temperature: Information not available
SUSyID: 409 - SN: 3006906963
GridRelay Status: Closed
SUSyID: 409 - SN: 3006906963
Energy Production:
EToday: 1.056kWh
ETotal: 27129.040kWh
Operation Time: 18015.15h
Feed-In Time : 17348.34h
00464B01 28 Wed May 1 09:08:21 2024 ‘Grid voltage phase L1 against L2’ NaN NaN NaN NaN
00464C01 28 Wed May 1 09:08:21 2024 ‘Grid voltage phase L2 against L3’ NaN NaN NaN NaN
00464D01 28 Wed May 1 09:08:21 2024 ‘Grid voltage phase L3 against L1’ NaN NaN NaN NaN
00464E01 28 Wed May 1 09:08:22 2024 ‘’ 98 98 98 98
SUSyID: 409 - SN: 3006906963
DC Spot Data:
MPPT 1 Pdc: 0.124kW - Udc: 281.66V - Idc: 0.433A
MPPT 2 Pdc: 1.853kW - Udc: 331.88V - Idc: 5.603A
Calculated Total Pdc: 1.977kW
AC Spot Data:
Phase 1 Pac : 1.862kW - Uac: 247.50V - Iac: 7.553A
Phase 2 Pac : 0.000kW - Uac: 0.00V - Iac: 0.000A
Phase 3 Pac : 0.000kW - Uac: 0.00V - Iac: 0.000A
Total Pac : 1.862kW - Calculated Pac: 1.862kW
Efficiency : 94.18%
SUSyID: 409 - SN: 3006906963
Grid Freq. : 50.02Hz
SUSyID: 409 - SN: 3006906963
Current Inverter Time: 01/05/2024 09:08:22
Inverter Wake-Up Time: 01/05/2024 06:37:02
Inverter Sleep Time : 01/05/2024 09:08:21
startTime: 01/05/2024 00:00:00
startTime: 30/04/2024 00:00:00
startTime: 29/04/2024 00:00:00
startTime: 28/04/2024 00:00:00
startTime: 27/04/2024 00:00:00
startTime: 26/04/2024 00:00:00
startTime: 25/04/2024 00:00:00
startTime: 24/04/2024 00:00:00
startTime: 23/04/2024 00:00:00
startTime: 22/04/2024 00:00:00
startTime: 21/04/2024 00:00:00
startTime: 20/04/2024 00:00:00
startTime: 19/04/2024 00:00:00
startTime: 18/04/2024 00:00:00
startTime: 17/04/2024 00:00:00
startTime: 16/04/2024 00:00:00
startTime: 15/04/2024 00:00:00
startTime: 14/04/2024 00:00:00
startTime: 13/04/2024 00:00:00
startTime: 12/04/2024 00:00:00
startTime: 11/04/2024 00:00:00
startTime: 10/04/2024 00:00:00
startTime: 09/04/2024 00:00:00
startTime: 08/04/2024 00:00:00
startTime: 07/04/2024 00:00:00
startTime: 06/04/2024 00:00:00
startTime: 05/04/2024 00:00:00
startTime: 04/04/2024 00:00:00
startTime: 03/04/2024 00:00:00
startTime: 02/04/2024 00:00:00
startTime: 01/04/2024 00:00:00
startTime: 31/03/2024 00:00:00
startTime: 30/03/2024 00:00:00
startTime: 29/03/2024 00:00:00
startTime: 28/03/2024 00:00:00
startTime: 27/03/2024 00:00:00
startTime: 26/03/2024 00:00:00
startTime: 25/03/2024 00:00:00
startTime: 24/03/2024 00:00:00
startTime: 23/03/2024 00:00:00
startTime: 22/03/2024 00:00:00
startTime: 21/03/2024 00:00:00
startTime: 20/03/2024 00:00:00
startTime: 19/03/2024 00:00:00
startTime: 18/03/2024 00:00:00
startTime: 17/03/2024 00:00:00
startTime: 16/03/2024 00:00:00
startTime: 15/03/2024 00:00:00
startTime: 14/03/2024 00:00:00
startTime: 13/03/2024 00:00:00
startTime: 12/03/2024 00:00:00
startTime: 11/03/2024 00:00:00
startTime: 10/03/2024 00:00:00
startTime: 09/03/2024 00:00:00
startTime: 08/03/2024 00:00:00
startTime: 07/03/2024 00:00:00
startTime: 06/03/2024 00:00:00
startTime: 05/03/2024 00:00:00
startTime: 04/03/2024 00:00:00
startTime: 03/03/2024 00:00:00
startTime: 01/04/2024 13:00:00
startTime: 01/03/2024 12:00:00
Reading events: 2024-Apr-01
Untranslated item found! Parameter “Speedwire meter serial no.” set successfully. |lv04c| to |lv048|
Untranslated item found! Parameter “Speedwire meter serial no.” set successfully. |lv04c| to |lv048|
Untranslated item found! Parameter “Speedwire meter serial no.” set successfully. |lv04c| to |lv048|
Untranslated item found! Parameter “Speedwire meter serial no.” set successfully. |lv04c| to |lv048|
Wed May 1 09:08:27 2024: INFO: Done.