Meteo Oberwallis <sschnid...@bluewin.ch> wrote:

Hello everyone
I would like to display the date of the first entry in the weexs.sdb in
Belchertownskin. The reason for this is that you can see how long the weather
station has been in operation. Since I operate several stations, this would
make my work extremely easier. This could say something like "Operating since:
10/2023" or something like that. Can someone help me with that?
Thank you and sunny greetings

Just fetch the first entry from the database.

sqlite3 dbfile.db "SELECT dateTime FROM archive LIMIT 1;"

(untested)

--
The quieter you become, the more you can hear.
- Ram Dass

--
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d9JLkt9bqdhx-73wMzL-0224%40odin.oe7drt.com.

Reply via email to