Re: [weewx-user] howto receive MQTT data from a running broker and put the data into database with weewx..?

2020-06-24 Thread Ken Walker
I modified two lines in wxMesh.py and it works fine with Python 3. changed #!/usr/bin/python to #!/user/bin/python3 and changed except ValueError, e: to except ValueError as e: > On Jun 24, 2020, at 8:59 AM, 'Christian Peters' via weewx-user > wrote: > > Hi, > > I ran a weewx 3.9.

[weewx-user] howto receive MQTT data from a running broker and put the data into database with weewx..?

2020-06-24 Thread 'Christian Peters' via weewx-user
Hi, I ran a weewx 3.9. station with Python 2 and a seperate weewx instance with the wxMesh.py driver. This works very nice (as far as the broker isn't down or the connection breaks - then a restart of the weewx instance which holds the wxMesh driver is needed...!). As I now switch to Python