Replies: 3 comments
-
I note now that when I verify that the port is being listened to, I only see an ipv6 entry for websockets.
whereas on port 1883
Perhaps this is the issue? |
Beta Was this translation helpful? Give feedback.
-
In your myconfig.conf add this and try. socket_domain ipv4 |
Beta Was this translation helpful? Give feedback.
-
for your weewx.conf I would change the host for MQTT to be Also, seeing mosquito listening "only" on IPv6 when doing |
Beta Was this translation helpful? Give feedback.
-
Hello, Trying to debug my mqtt websockets configuration with the belchertown skin. I have mqtt setup and websockets. Both ports are open and listening. I can subscribe to the weather topic from the command line and I see data streaming in.
However, when belchertown connects to the server i get repeated errors that say
MQTT: MQTT Connected. Subscribing
MQTT: 2022-09-18T20:40:50+01:00: mqtt Connection Lost: AMQJS0008I Socket Closed.
This repeats rapidly and forever. Note the pi/raspberry user is actually correct and that was the user i setup when I did the mqtt passwd configuration
my weewx.conf belchertown config looks like
myconfig.conf reads
What would cause the connection to keep failing like this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions