Hi, No you have not missed anything, there is no built in mechanism in WeeWX for adding manual observations. The closest thing is to use some SQL or a GUI based tool (eg DB Browser for SQLite) to add data to the archive database. After adding any manual observations the daily summary tables for any affected days would then need to be rebuilt <http://weewx.com/docs/utilities.htm#Action_--rebuild-daily> using the wee_database utility <http://weewx.com/docs/utilities.htm#wee_database_utility>. Note that care needs to be taken when editing the SQLIte archive table to ensure you don't introduce null strings.
If you do go down this path it is probably worth familiarising yourself with the database structure used by WeeWX <http://weewx.com/docs/customizing.htm#The_database>. Certainly when first starting out backups are the go. Gary On Tuesday, 10 March 2020 07:28:12 UTC+10, Bob Atchley wrote: > > I wrote my own software for my aged ws2300 (c++ for the ws2300 interface, > php for web) and as I prepare to go down the weewx route for my new weather > station one of the things I'm going to miss is the ability to add simple > manual observations: > > [image: Screenshot_2020-03-09_19-16-34.png] > > > > > > > > > > So generally simple tick boxes to record the things that weather stations > (at least that I can afford) are not good at recording with a field to note > down anything of particular interest. > > I've checked the skins, but I can't see anything like this (to my > surprise). I'm hoping I've missed something - has anyone here seen > anything like this for weewx ? > > Thanks > > Bob > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/72bcbc41-7d78-416f-afd2-d514668449d3%40googlegroups.com.
