Hi Xant, Pat and everybody other
I am trying to connect Belchertown skin to my home mqtt browser . I am using at home RabbitMQ as mqtt broker. I activated the websockets mqtt plugin https://www.rabbitmq.com/web-mqtt.html
my Extras section from Belchertown shin looks like :
[[[Extras]]]
belchertown_root_url=
http://meteopi.paul.local/weewx/belchertown/
earthquake_enabled = 1
forecast_enabled = 1
darksky_secret_key = ##########################
site_title = "Home, sweet home"
webpage_autorefresh = 30000
mqtt_websockets_enabled = 1
mqtt_websockets_host = 10.100.100.10
mqtt_websockets_port = 15675
mqtt_websockets_topic = home/weewx
the weewx mqtt section is
[[MQTT]]
server_url = mqtt://mqtt:mq...@10.100.100.10:1883/
topic = home/weewx
unit_system = METRIC
binding = loop, archive
# aggregation = individual, aggregate
I can see on the broker the messages publised by weewx but
Belchertoen skin indicates that is failed to connect to the broker
over websockets. I suspect that is required an authentication by
used and password that is also needed over mqtt. as you can see in
the weewx mqtt section.
I don't know how to authenticate Belchertown skin .
Thanks for any suggestion
Paul
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/37a4e471-f3e2-441a-8d9f-dce5a00ebaad%40googlegroups.com.