when I run mosquitto_sub -h 192.168.1.230 -t weather/# my data shows up as well.
In weewx.conf I have the following
[StdRESTful]
[[MQTT]]
server_url = mqtt://
user:pass...@192.168.1.230:1883 (user and password are redacted here)
topic = weather
unit_system = US
binding = archive, loop
aggregation = aggregate
retain = True
[StdReport]
#---MQTT Websockets defaults---
mqtt_websockets_enabled = 1
mqtt_websockets_host = 192.168.1.230
mqtt_websockets_port = 9001
mqtt_websockets_ssl = 0
mqtt_websockets_topic = weather
mqtt_websockets_username = username (redacted)
mqtt_websockets_password = password (redacted)
disconnect_live_website_visitor = 1800000000
show_last_updated_alert = 0
last_updated_alert_threshold = 180000
webpage_autorefresh = 1
Any other thoughts