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 fields to the database. just configure the weewx-mqtt extension so that it sends LOOP packets. see the 'binding' option in the weewx-mqtt instructions: https://github.com/weewx/weewx/wiki/mqtt notice that you can bind to loop, archive, or both. default is archive, which is why you do not see data that do not have corresponding fields in the database. m -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/537cd748-ebc7-42db-81ed-47ed8235aaae%40googlegroups.com.
