Additional comment: In section [[MQTT]] the the line "topic = weather" (or
something) and in skin.conf "mqtt_websockets_topic = ..." must correspond.
The latter is always the former with "/loop" at the end.
Example:
[[MQTT]]
topic = "blabla"
skin.conf
mqtt_websockets_topic = "blabla/loop"
Karen K schrieb am Freitag, 15. Januar 2021 um 09:24:32 UTC+1:
> Maybe the authentication is missing. See
> https://github.com/poblabs/weewx-belchertown/issues/499
>
> I would suggest to try an open MQTT broker like test.mosquitto.org (Port
> 8081) or mqtt.eclipseprojects.io/mqtt (Port 443) first. There is no
> authentication required, so you can test, if that's the problem.
>
> Additionally, I am not sure that the topic can include @ character. That
> is _not_ the username field. It should be something like "weather/loop".
> Especially the word "loop" at the end is essential.
>
> [email protected] schrieb am Donnerstag, 14. Januar 2021 um 19:59:15
> UTC+1:
>
>> i try in my experemental website to connect and upload data .
>> using weewx 4.3 and belchertown skin. using the mqtt-weewx extension for
>> that my settings in weewx.conf
>>
>> [[MQTT]]
>> server_url = mqtt://[email protected]:b
>> [email protected]:1883 <http://[email protected]:1883>
>>
>> and the skin.conf
>>
>> # MQTT Websockets defaults
>> mqtt_websockets_enabled = 1
>> mqtt_websockets_host = "mqtt.dioty.co"
>> mqtt_websockets_port = 8080
>> mqtt_websockets_ssl = 0
>> mqtt_websockets_topic = "/[email protected]/
>> <http://[email protected]/>"
>> disconnect_live_website_visitor = 1800000
>>
>> after restarting of weewx dont upload data to mqtt.
>>
>
--
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/3eb165cc-e2c4-4a9b-87c0-597cddc84ba5n%40googlegroups.com.