Hi
I am running a fresh install of weewx 3.9.2 on raspberrypi with python 2.7
I have installed WS3000 as a driver and working fine
I have then install GW1000 as a service
Its works fine initially pefect no problems
I then reboot the pi weewx fails will not start
Weewx will not run as a daemon
I open a putty window
I can start it directly with
sudo ./bin/weewxd weewx.conf
if then open a second putty window I can see data from both the GW1000 and WS3000 in the syslog
if close the first original putty window
I get this error in the second putty window syslog
May 9 13:26:55 raspberrypiwx weewx[1647]: gw1000: Next update in 20 seconds
May 9 13:26:56 raspberrypiwx weewx[1647]: engine: Main loop exiting. Shutting engine down.
May 9 13:26:56 raspberrypiwx weewx[1647]: gw1000: GatewayCollector thread has been terminated
May 9 13:26:56 raspberrypiwx weewx[1647]: engine: Caught unrecoverable exception in engine:
May 9 13:26:56 raspberrypiwx weewx[1647]: **** [Errno 5] Input/output error
May 9 13:26:56 raspberrypiwx weewx[1647]: **** Traceback (most recent call last):
May 9 13:26:56 raspberrypiwx weewx[1647]: **** File "/home/weewx/bin/weewx/engine.py", line 894, in main
May 9 13:26:56 raspberrypiwx weewx[1647]: **** engine.run()
May 9 13:26:56 raspberrypiwx weewx[1647]: **** File "/home/weewx/bin/weewx/engine.py", line 191, in run
May 9 13:26:56 raspberrypiwx weewx[1647]: **** self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet))
May 9 13:26:56 raspberrypiwx weewx[1647]: **** File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
May 9 13:26:56 raspberrypiwx weewx[1647]: **** callback(event)
May 9 13:26:56 raspberrypiwx weewx[1647]: **** File "/home/weewx/bin/weewx/engine.py", line 725, in new_loop_packet
May 9 13:26:56 raspberrypiwx weewx[1647]: **** to_sorted_string(event.packet).encode('utf-8'))
May 9 13:26:56 raspberrypiwx weewx[1647]: **** IOError: [Errno 5] Input/output error
May 9 13:26:56 raspberrypiwx weewx[1647]: **** Exiting.
May 9 13:26:56 raspberrypiwx systemd[1]: session-c5.scope: Succeeded.
Something is stopping weewx after I install the GW1000 service and the pi is rebooted
Thanks for any help