Okay, I cleaned it up per that link, and it doesn't seem to be working yet.

            mqtt_websockets_enabled = 1
            mqtt_websockets_host = weather.mjenks.net
            mqtt_websockets_port = 9001
            mqtt_websockets_ssl = 0
            mqtt_websockets_topic = "weather/weewx/loop"

It looks like it's listening correctly...

# netstat -tulpen|grep mosquitto
tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN  
    0          27106828   2136787/mosquitto
tcp6       0      0 :::9001                 :::*                    LISTEN  
    0          27106831   2136787/mosquitto
tcp6       0      0 :::1883                 :::*                    LISTEN  
    0          27106829   2136787/mosquitto

# nc -4 -v weather.mjenks.net 9001
Ncat: Version 7.80 ( https://nmap.org/ncat )
Ncat: Connected to 192.168.10.10:9001.


On Monday, December 21, 2020 at 6:18:10 PM UTC-6 vince wrote:

> Old thread where I battled the same thing a year ago, with solution...
>
> https://groups.google.com/g/weewx-user/c/w8aSTyX1UVo/m/eU52eJReCAAJ
>
>

-- 
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/22480930-4d22-4703-a061-75b7182fb9cfn%40googlegroups.com.

Reply via email to