[weewx-user] Re: mqtt extention - not all topics send to server

2020-04-23 Thread Gerrit Otto
SOLVED: I have followed the extention guide BUT still did not get data into the extended database. Since I am using the interceptor, I also had add mapping configurations in the weewx.conf [Interceptor] # This section is for the network traffic interceptor driver. # The driver to use:

[weewx-user] Re: mqtt extention - not all topics send to server

2020-04-19 Thread mwall
On Saturday, April 18, 2020 at 10:14:57 AM UTC-4, Gerrit Otto wrote: > > > The value soil_moisture_6 has no table created in sqlite database. > > Any idea? Is it possible to maybe dump and try re-create the database? > if you just want to publish the data using MQTT, then you do not need to add f

[weewx-user] Re: mqtt extention - not all topics send to server

2020-04-18 Thread gjr80
Hi, As you have found out your database only includes soilMoist1 to soilMoist4. So the first thing you need to do is extend your schema to include soilMoist5 (or soildMoist6 - your choice), this is covered in the section Adding a new type to the database

[weewx-user] Re: mqtt extention - not all topics send to server

2020-04-18 Thread Gerrit Otto
UPDATE: I have noticed the required tables is not created in the sqlite database. The interceptor is capturing the data but seems not stored in database: Apr 18 18:10:38 gerrithome-ZBOX weewx[28509]: interceptor: MainThread: raw packet: {'solar_radiation': 37.88, 'dateTime': 1587219037, 'humidi