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/2742781d-03b4-439a-a85d-c186d2363727n%40googlegroups.com.

Reply via email to