Radek Dohnal <[email protected]> writes: > 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.
An approach would be to run an mqtt broker on a VPS. Basically you are using a remote webserver on a real/stable IP address and it would make sense to do the same with MQTT. It may be that you have a "web server" that you can't run programs on. Note that you can (depending on broker) bridge from local to a remote mqtt server. -- 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/rmi5zjdmhbo.fsf%40s1.lexort.com.
