Might be a wild guess but think the script is looking for 24 hours historical data and there isn’t yet any since your station was set up less then 24 hours ago ?
Thanks @eric and @alan.gerhardt, I will give this situation some more thought. In general though, it is hard to distinguish between a new station that hasn’t been online for 24 hours and an existing station that is no longer reporting just from the flow of observations. There have been cases in the past where users think there is an issue with the console, only for us to find that their device is offline or no data is been sent to the WF servers. Hence the warnings printed to the screen. I can see for new users though that this can be misleading, and it would be better to suppress the warnings. How I do that though, will require some thought!
I will just let it run for a while and see if anything changes over the next few hours. It appears that the lightning strike counter is the last item to go away, as apparently enough data has been received to stop the other warning.
The only solution I can think of offhand is a “coldstart” flag that someone could run on initial weatherstation install to suppress the warnings and possibly initialize any pertinent counters, etc.
I wouldn’t worry about this. It is going to persist until your station detects a lightning strike. Until that point the last strike time is always going to be none. It’s not having any impact on the operation of the PiConsole
Ah ok, I see. Are you using a Pi3 or a Pi4? On a Pi3 you won’t be able to see the console remotely (it’s a graphics hardware limitation), but you will see it on the screen you ordered. The fact you are seeing those warnings suggests the console is running perfectly fine (you just can’t see it)
You are right, it is a pi3. I had not used it in a while and thought is was a Pi4.
pi@raspberrypi:~ $ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 89.60
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 89.60
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 89.60
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 89.60
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a020d3
Serial : 0000000053465b57
Model : Raspberry Pi 3 Model B Plus Rev 1.3
pi@raspberrypi:~ $