Hi Jacques- Thanks for the feedback, I tried that but it still just reports “Connected. Waiting for data”. Someone had suggested changing the topic to something more unique, I tried that but it also did not work. From what I can see in the logs the data is getting sent, its just the webpage cant seem to find/pull it.
Alex > On Mar 8, 2020, at 6:14 AM, Jacques Terrettaz <[email protected]> wrote: > > HI, > In your configuration, you are using the same port number (8081) to send your > data to the MQTT broker and to retrieve them via the skin (websockets). > According to the test.mosquitto.org server documentation : > The server listens on the following ports: > > 1883 : MQTT, unencrypted > 8883 : MQTT, encrypted > 8884 : MQTT, encrypted, client certificate required > 8080 : MQTT over WebSockets, unencrypted > 8081 : MQTT over WebSockets, encrypted > > You should therefore send your data using port 1883 : server_url = > mqtt://test.mosquitto.org:1883/ <> > > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/fff8b9e7-b962-483c-a634-bc74369f9842%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/fff8b9e7-b962-483c-a634-bc74369f9842%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/0963CE59-3708-4992-AF08-24CF98998D72%40sdpimail.com.
