Hi! Trying to get the belchertown skin to work on my weewx setup. My 
problem is getting the mqtt to work. It only says Connected, waiting for 
data. 
My first question is what would the best update time be running with a 
wh1080 weather station?
Second, as it never updates,  is there a way to see if the mqtt part works 
and it's possible to get some weather data? Kind of stuck.
Here's my config:

Weewx config:
[StdRESTful]
 [[MQTT]]
        server_url = mqtt://192.168.1.199:1883
        topic = weather
        unit_system = METRIC

[StdReport]
 [[Belchertown]]
        HTML_ROOT = /var/www/html/weewx/belchertown
        skin = Belchertown
        
        server_url = https://localhost:1883
        topic = weather/loop
        unit_system = METRIC
        binding = archive, loop
        aggregation = aggregate

Skin.conf
[Extras]

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

Any obvious fault here?

/Mikael

-- 
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/81860756-49f2-4feb-9874-d1d22f096c34n%40googlegroups.com.

Reply via email to