HI,
In your configuration, you are using the same port number (8081) to send 
your data to the MQTT broker and to retrieve them via the skin (websockets).
According to the test.mosquitto.org server documentation  :
The server listens on the following ports:

    1883 : MQTT, unencrypted
    8883 : MQTT, encrypted
    8884 : MQTT, encrypted, client certificate required
    8080 : MQTT over WebSockets, unencrypted
    8081 : MQTT over WebSockets, encrypted

You should therefore send your data using port 1883 :   server_url = 
mqtt://test.mosquitto.org:1883/


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/fff8b9e7-b962-483c-a634-bc74369f9842%40googlegroups.com.

Reply via email to