Hi 

I'm trying to set mqtt inside the belchertown skin.

i can see that my data is getting published in the syslog.

however the connection fails in my website

in the developer i get this: 

WebSocket connection to 'ws://localhost:9001/mqtt' failed: Error in 
connection establishment: net::ERR_CONNECTION_REFUSED

my set in the belchertown skin.conf is this

# MQTT Websockets defaults
    mqtt_websockets_enabled = 1
    mqtt_websockets_host = "localhost"
    mqtt_websockets_port = 9001
    mqtt_websockets_ssl = 0
    mqtt_websockets_topic = "weather"
    disconnect_live_website_visitor = 1800000

in weewx.conf its this

[[MQTT]]
        server_url = mqtt://alex:passwd@localhost:1883/
        topic = weather
        unit_system = METRIC
        binding = archive, loop
        aggregation = aggregate

can somebody point me in the direct direction, please?

thank you!!



-- 
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/3457a4ad-18f2-482c-a51f-b82c7e44e85bn%40googlegroups.com.

Reply via email to