-
I'm running WeeWX 4.6.2 and Belchertown 1.3b1 on my website OakvilleWX.com with MQTT updates enabled. I noticed recently that the wind direction and speeds are updating on each MQTT Loop update, the temperatures, and other observations are not. The only way to get that data to be current is to refresh the page which then displays the info as of last Archive update. I see no errors at all in weewx nor in the browser console when I turn on debug. I see it's working as expected on belchertownweather.com so I'm wondering if I'm missing something basic. Thanks for assistance! Below are my settings from weewx.conf ` [[Belchertown]]
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLVED! After upgrading to Weewx 5, I finally got around to finding the source of this issue. The trouble was in the MQTT section under StdRESTful. Append units lable needs to be changed from false to true. Like this: append_units_label = True Now websockets updates correctly on my website: OakvilleWX.com |
Beta Was this translation helpful? Give feedback.
SOLVED!
After upgrading to Weewx 5, I finally got around to finding the source of this issue.
The trouble was in the MQTT section under StdRESTful.
Append units lable needs to be changed from false to true.
Like this:
append_units_label = True
Now websockets updates correctly on my website: OakvilleWX.com