Open nike-on opened 1 year ago
I believe MQTT Over WebSocket would solve your problem. It would be hard to synchronize those values from multiple Raspberry Pi. It would be feasible if you are using MQTT especially if messages are sent thru the browser and thru WebSocket.
On start I need to say - a very great job! :) It would be great if we could aggregate sensor readings from different Pi servers in this project. So that the temperature and humidity shows on top like now and in tabs from other pi servers.
it is possible? for example, on each other Pi's, put a webserver (gunicorn) that provides a clear value of temperature and humidity in text. And in app.py on "master server" to add new servers that would simply curl and puts it on the page :)