Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-22 Thread Mark Jenks
UGH, Thanks Tim. :) I usually don't run a firewall, because I use my home one. But 6 months ago, I enabled it to stop all of the excess hacking attempted to ssh/http/etc/etc. I started blocking countries, and repeat failures. And that's what it was in the end. Looks like I had multiple iss

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-22 Thread Tim Tuck
Hi Mark, Have you configured the operating system's firewall to permit the connection ? thanks Tim On 23/12/20 1:31 am, Mark Jenks wrote: Okay, I cleaned it up per that link, and it doesn't seem to be working yet.             mqtt_websockets_enabled = 1             mqtt_websockets_host =

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-22 Thread Mark Jenks
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/l

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-21 Thread vince
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 fr

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-21 Thread vince
Assuming you have the MQTT broker side set up correctly With 90% certainty 'failure to connect' is because you are trying to connect to localhost (or 127.0.0.1) and rather than the ip address or FQDN of the webserver. Belchertown works by establishing a connection from your browser to the

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-21 Thread Mark Jenks
I guess I should have included this... # more mosquitto.conf persistence false # mqtt listener 1883 127.0.0.1 protocol mqtt # websockets listener 9001 127.0.0.1 protocol websockets On Monday, December 21, 2020 at 5:28:48 PM UTC-6 Greg Troxel wrote: > > Mark Jenks writes: > > > Failed connect

Re: [weewx-user] Belchertown skin with MQTT not working?

2020-12-21 Thread Greg Troxel
Mark Jenks writes: > Failed connecting to the weather station. Please try again later! > > [StdRESTful] > [[MQTT]] > server_url = mqtt://weather:passwordx@localhost:1883/ > topic = "weather/weewx" > unit_system = US > binding = archive, loop > ag

[weewx-user] Belchertown skin with MQTT not working?

2020-12-21 Thread Mark Jenks
What am I missing? I can't seem to get this to work. The website won't connect to mqtt to get the data. Even though I can see it when I watch the topic. Failed connecting to the weather station. Please try again later! [StdRESTful] [[MQTT]] server_url = mqtt://weather:passwordx