Maybe the authentication is missing. 
See https://github.com/poblabs/weewx-belchertown/issues/499

I would suggest to try an open MQTT broker like test.mosquitto.org (Port 
8081) or mqtt.eclipseprojects.io/mqtt (Port 443) first. There is no 
authentication required, so you can test, if that's the problem.

Additionally, I am not sure that the topic can include @ character. That is 
_not_ the username field. It should be something like "weather/loop". 
Especially the word "loop" at the end is essential.

[email protected] schrieb am Donnerstag, 14. Januar 2021 um 19:59:15 
UTC+1:

> i try in my experemental website to connect and upload data .
> using weewx 4.3 and belchertown skin. using the mqtt-weewx extension for 
> that my settings in weewx.conf
>
> [[MQTT]]
>         server_url = mqtt://[email protected]:[email protected]:1883 
> <http://[email protected]:1883>
>
> and the skin.conf 
>
> # MQTT Websockets defaults
>     mqtt_websockets_enabled = 1
>     mqtt_websockets_host = "mqtt.dioty.co"
>     mqtt_websockets_port = 8080
>     mqtt_websockets_ssl = 0
>     mqtt_websockets_topic = "/[email protected]/ 
> <http://[email protected]/>"
>     disconnect_live_website_visitor = 1800000
>
> after restarting of weewx dont upload data to mqtt. 
>

-- 
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/cfec4689-ce52-4b19-aa4c-b92f8ecca179n%40googlegroups.com.

Reply via email to