No - I have an HP1000 clone. As for the systemd file (which is /etc/systemd/system/weewx.service on my RPi) it is:
# systemd configuration for weewx [Unit] Description=weewx weather system Requires=syslog.service Requires=ntp.service Requires=time-sync.target Requires=network-online.target After=syslog.service After=ntp.service After=network-online.target After=time-sync.target RequiresMountsFor=/home RequiresMountsFor=/home/weewx [Service] ExecStart=/home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/weewx.conf ExecReload=/bin/kill -HUP $MAINPID Type=simple PIDFile=/var/run/weewx.pid #User=weewx #Group=weewx Restart=always RestartSec=5 [Install] WantedBy=multi-user.target You can forget the lines about 'RequiresMountFor' - I have all of the weewx files held on a NAS (which also helps reduce the wear on the SD card in the RPi) and these just make sure that the NAS drive is mounted before it tries to access the files. Also change the references to '/home/weewx/ to wherever your files are located. Susan On Wednesday, November 20, 2019 at 5:18:46 AM UTC+11, David VE3STI wrote: > > Susan: Do you have a Davis system? The reason I ask is that, from my > reading of the comments over the last few years, this 'argument' between > the RPi starting up and the weather station hardware may be limited to the > Davis systems with their logging interface. Would you be willing to share > your coding/scripts/etc with the rest of us? Although I have added an RTC > and a UPS, I wish that my system was robust enough to reliably deal with > power interruptions without these additions. (The RTC and UPS cost more > than the RPi!) > -- 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/e7dde985-af39-4590-b81d-828bda625b5a%40googlegroups.com.
