On Tuesday, September 8, 2020 at 9:43:22 AM UTC-7, Tom Cichowicz wrote: > mqtt_websockets_host = "localhost" > >
The websockets host needs to be the fully qualified hostname (or ip) of the computer. You can't use 'localhost'. That would cause your browser to try to connect to the host you're running the browser on, which is almost certainly not what you want to do. (lots of people battle this one and make the same mistake - I've done it multiple times :-) -- 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/f75a072b-c064-43cc-86e1-295a2f9394b2o%40googlegroups.com.
