Re: [weewx-development] Reading weewx.conf, including an MQTT "#" wildcard

2018-10-19 Thread Bill Morrow
Excellent, that worked, Tom. I've updated the wxMesh driver to read JSON, motivated by the death of the Raspberry Pi B1 I was using as a gateway between nrf24 radios and MQTT. I'll get it up to git hub after a bit more testing. The prototype outdoor station uses a nrf24 radio, the new one I am

Re: [weewx-development] Reading weewx.conf, including an MQTT "#" wildcard

2018-10-19 Thread Thomas Keffer
Just include it in quotes: topic = "wx/net13/#" -tk On Fri, Oct 19, 2018 at 7:01 AM Bill Morrow wrote: > The configuration of my wxMesh driver includes the MQTT topic to subscribe > to for readings. > > I would like to set it to something like > > wxMesh] > driver = user.wxMesh > > #

[weewx-development] Reading weewx.conf, including an MQTT "#" wildcard

2018-10-19 Thread Bill Morrow
The configuration of my wxMesh driver includes the MQTT topic to subscribe to for readings. I would like to set it to something like wxMesh] driver = user.wxMesh # MQTT specifics ... topic = wx/net13/# so that publications by various nodes are all subscribed to by the driver.