Try this in weewx.conf :** but be careful with the unit_system
[[MQTT]]
topic = your_topic
unit_system = METRICWX
binding = loop
aggregation = aggregate
log_success = false
log_failure = true
server_url = mqtt://broker.hivemq.com:1883
[[[inputs]]]
[[[[windSpeed]]]]
units = km_per_hour
[[[[windGust]]]]
units = km_per_hour
In belchertown stanza :
#--- MQTT Websockets (for Real Time Streaming) Options ---
mqtt_websockets_enabled = 1
mqtt_websockets_host = broker.hivemq.com
mqtt_websockets_port = 8884
mqtt_websockets_ssl = 1
mqtt_websockets_topic = yourtopic/loop
# disconnect_live_website_visitor = 1800000
**Change only the topic and the unit system you are using. Because i am writing from mobile please forgive me if something is strange to your eyes.
--
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/81877241-40e9-426e-ae14-1d2d709008ecn%40googlegroups.com.