No, its not working. Running the commands with sudo still failed to generate a pid file. Running with the default config allowed mosquitto to start and MQTTSubscribe tried to connect but it disconnected after 5 seconds.
When I started weewx and forced wee_reports to run, it bomed out with many errors including MQTTSubscribe errors. I suspect because it couldn't connect to mosquitto. Since the mosquitto command changed from "port" to "listener", do I have to change the MQTTSubscribe section of weewx.conf so it calls out "listener = 1883" rather than "port = 1883"? On Friday, December 31, 2021 at 4:20:01 PM UTC-6 vince wrote: > So is it working ? Not working ? > We can't read minds and your followups are rather cryptic. > > Is there any mosquitto process running ? > If so stop it and try again with 'sudo systemctl start mosquitto' > > If you want to try to run mosquitto in the foreground to debug it, add the > -v switch to make it verbose, and remember to use sudo > > -- 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/3e0a6c71-7aa0-438b-9275-f7f498a67f92n%40googlegroups.com.
