A couple more things to check out. 1. If my memory is correct the mqtt extension publishes ‘aggregate’ (json format) to <topic name>/loop and individual to <topic name>/observation_<units>. So after the simple pub/sub test, try subscribing to weewx/# and see what you get. 2. From your log snippet you are publishing on archive record generation. Which from your log is 300 seconds. So, will need to wait for this to happen before anything will be published. rich
On Monday, 28 December 2020 at 14:07:50 UTC-5 vince wrote: > I'd start in weewx.conf by setting debug=1 at the top, and in your MQTT > section set log_success=true and log_failure=true. Then restart weewx and > check your logs. > > A better test of your MQTT is to publish in one shell and subscribe in > another. Just open two windows. > > In one shell: mosquito_pub -h homeassistant.local -t weewx -u > mqtt-local -P <password> -m "hello world" > In the other: mosquito_sub -h homeassistant.local -t weewx -u > mqtt-local -P <password> > > You should see 'hello world' appear in the shell that is subscribing. > > -- 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/13bc7853-81fb-459d-b994-d94a1125ea9cn%40googlegroups.com.
