Assuming you have the MQTT broker side set up correctly....

With 90% certainty 'failure to connect' is because you are trying to 
connect to localhost (or 127.0.0.1) and rather than the ip address or FQDN 
of the webserver.   Belchertown works by establishing a connection from 
your browser to the remote websockets host, so you need to use the ip 
address of your MQTT listener there.

The javascript code that Belchertown runs in your browser can't connect to 
itself (127.0.0.1), it needs to connect to the server with the data.

-- 
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/7500b6be-e1bd-4ea9-9fcf-01698fd1241bn%40googlegroups.com.

Reply via email to