Looks like your Raspberry Pi is already using port 80, so the driver cannot use that port because it's in use. Try changing the port in your intercept driver to use another port, like 8080. Then configure your equipment to submit to that port.
On Wednesday, August 15, 2018 at 1:47:36 AM UTC-4, Charlie Huang wrote: > > Hi, > > I don't know what's going on but when I run "sudo weewxd weewx.conf" it > does not show anything. > Here is my GAS screenshot. 192.168.0.64 is my raspberry pi local ip > address. I did not change anything else. > > [image: 20180815134228.png] > > And my log: > > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: sensor > map: None > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: using > station serial 7FFF************ (sensitive) > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: using > ping interval 120s > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: using > sensor interval 1m > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: using > history interval 3 (15m) > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: mode is > listen > Aug 14 22:40:39 raspberrypi weewx[3792]: interceptor: MainThread: listen > on :80 > Aug 14 22:40:39 raspberrypi weewx[3792]: import of driver failed: [Errno > 98] Address already in use (<class 'socket.error'>) > Aug 14 22:40:39 raspberrypi weewx[3792]: engine: Unable to load driver: > [Errno 98] Address already in use > Aug 14 22:40:39 raspberrypi weewx[3792]: **** Exiting... > -- 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]. For more options, visit https://groups.google.com/d/optout.
