On Wednesday, November 20, 2019 at 9:27:02 PM UTC-8, Radek Dohnal wrote: > What is the safe way how to use public webpage with my meteo data (on > public site) together with weex sending MQTT data on my local home network ? > I would like to use MQTT from my weewx (running on my home network). But I > dont wont to open any port from my home network to the internet. > Now Im using FTP to transfer data (HTML_ROOT folder from my local RaspPI > where weewx runnig) to public site where i rent a space for my webpages. > But without MQTT. >
It depends on whether you want realtime MQTT-based data (ie, enabling the realtime-ish side of Belchertown). If all you want to do is display a static page based on MQTT data, weewx can of course do that and you can rsync or ftp the data up to a public-facing website on your service provider. If you want realtime MQTT data it gets more complicated. As Greg said, you'd have to run a MQTT broker on your public webserver. 'Definitely' set that up to be password-protected on the Internet. Also agree with Greg that you can have your LAN MQTT broker forward to your Internet one pretty easily. That said, I did not find a combination for Belchertown specifically that let me run on LAN and see the same nice dynamic updates on Internet, so I eventually turned that off and just run a static weewx site in both places, synced via rsync. -- 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/c5f9beb6-5801-4265-9685-57fff20a9982%40googlegroups.com.
