On second glance, use this tool instead. http://mitsuruog.github.io/what-mqtt/ since it can support SSL brokers (even though it's not documented). Maybe I should setup my own websocket test tool? :)
If your MQTT is setup with SSL, then you'll want to connect to secure websockets with WSS. Otherwise it'll use normal websockets which is ws. Example: wss://your.broker.com:port for secure. Then subscribe to your topic and see if its working On Tuesday, September 4, 2018 at 5:44:14 PM UTC-4, Pat wrote: > > The skin - at its core - will show the data from the previous archive. > Once connected it'll update those fields from the MQTT messages. > > The MQTT will show "connected" in the status bar once it gets a timestamp > from the published message. > > Check to make sure your broker allows websockets. To validate you can use > this test tool. http://www.hivemq.com/demos/websocket-client/ > > If that test tool works, make sure your config options are correct. > > Anything in the Chrome console log? > > On Tuesday, September 4, 2018 at 4:53:08 PM UTC-4, G Hammer wrote: >> >> Hi Colin, >> >> I don't think the problem is with sending or retrieving data from the >> MQTT server, I have done both the test.mosquitto.org and then installed >> mosquitto on my server. >> I used MQTT.fx to subscribe to both and both are getting the data. >> The skin is getting data as it shows the temp, humidity, wind, but never >> shows a connection and never completes the main page. Graphs on the page >> are missing/blank but shown on the Graphs page. >> >> You can better understand the issue by visiting the site. After you are >> there for 30 seconds or so, refresh the page and see that the data has >> changed. >> My Weather Site <https://ghammer.net/weather/> >> > -- 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]. For more options, visit https://groups.google.com/d/optout.
