[weewx-user] Re: Public webpage using MQTT from weewx

2019-11-21 Thread vince
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). Bu

[weewx-user] Re: Public webpage using MQTT from weewx

2019-11-24 Thread Pat
Hijacking this slightly; Vince: > 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. Is this because

[weewx-user] Re: Public webpage using MQTT from weewx

2019-12-02 Thread Greg Senia
Example of how I used a public mqtt endpoint to share my data on my website without opening up my mqtt broker directly.. http://weather.senia.org/ I can share further details of my mosquitto config etc. -Greg On Thursday, November 21, 2019 at 12:27:02 AM UTC-5, Radek Dohnal wrote: > > Hello. >

[weewx-user] Re: Public webpage using MQTT from weewx

2019-12-02 Thread Pat
It looks like you're using mqtt.eclipse.org, so you must be bridging your private home MQTT broker to mqtt.eclipse.org? It's not a bad idea, but the concept can sometimes be confusing for new comers. On Monday, December

[weewx-user] Re: Public webpage using MQTT from weewx

2019-12-02 Thread Greg Senia
Thats exactly what I'm doing. Here is the mqtt config: [root@wxgen ~]# cat /etc/mosquitto/mosquitto.conf # Place your local configuration in /etc/mosquitto/conf.d/ pid_file /var/run/mosquitto.pid persistence true persistence_location /var/lib/mosquitto/ log_dest file /var/log/mosquitto/mos

[weewx-user] Re: Public webpage using MQTT from weewx

2019-12-08 Thread francisco javier martinez de lizarduy
El jueves, 21 de noviembre de 2019, 6:27:02 (UTC+1), Radek Dohnal escribió: > > Hello. > 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 ho

[weewx-user] Re: Public webpage using MQTT from weewx

2019-12-08 Thread francisco javier martinez de lizarduy
> > Hi, Greg. > > I thank you for your ingenious contribution > > I'm trying to adapt your mqtt config for my page: > >http://kocher.es/index.html > > I still haven't made it work for me. These are the main doubts I have for > its operation: > > - What should be the content of

[weewx-user] Re: Public webpage using MQTT from weewx

2020-02-29 Thread Radek Dohnal
Hi. I Finally setup my cloud MQTT broker (flespi) and create bridge between local MosquitoMQTT and cloud Flespi. Thats work fine, topis weather/loop from Mosquito is sucesfully recieved in Flespi (I can see it in Subscriber part). But when I try to to connect Belcherol skin webpage to this Fles

[weewx-user] Re: Public webpage using MQTT from weewx

2020-07-11 Thread Michael Sanphillipo
Did you ever get a response on this? On Saturday, February 29, 2020 at 5:12:36 PM UTC-5, Radek Dohnal wrote: > > Hi. > I Finally setup my cloud MQTT broker (flespi) and create bridge between > local MosquitoMQTT and cloud Flespi. Thats work fine, topis weather/loop > from Mosquito is sucesfully

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-21 Thread Greg Troxel
vince writes: > 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 o

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-21 Thread vince
On Thursday, November 21, 2019 at 8:30:34 AM UTC-8, Greg Troxel wrote: > I don't follow "password-protected" entirely. > oh - I meant protecting the Internet MQTT broker from nefarious denial-of-service from the script kiddies. The LAN broker will need to forward/post to the Internet broker i

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-21 Thread Greg Troxel
vince writes: > On Thursday, November 21, 2019 at 8:30:34 AM UTC-8, Greg Troxel wrote: > >> I don't follow "password-protected" entirely. >> > > oh - I meant protecting the Internet MQTT broker from nefarious > denial-of-service from the script kiddies. > > The LAN broker will need to forward/

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Radek Dohnal
Thanks for super explanation.. Set up MQTT broker on a public IP address - you mean to you something like this? - https://www.hivemq.com/blog/build-javascript-mqtt-web-application/ I dont want to use public MQTT (i.e. http://www.mqtt-dashboard.com/) - there is no possibility to password secure

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Les Niles
You could use a hosted MQTT service like https://www.cloudmqtt.com/ which gives you your own broker. It’s free for a small number of connections and inexpensive for somewhat more. Or you could get a cloud compute instance on aws or your favorite cloud provider, and install an MQTT broker there.

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Greg Troxel
Radek Dohnal writes: > Set up MQTT broker on a public IP address - you mean to you something like > this? - https://www.hivemq.com/blog/build-javascript-mqtt-web-application/ No, I meant 1) get a computer, perhaps virtual, that is actually on the internet, on which you are willing to ru