Hi community,
I’m currently working on a project where I use MySensors to collect data from multiple sensors at home (temperature, humidity and motion). I want to display this sensor data in a custom website dashboard for easier monitoring and control.
Here’s my setup:
MySensors nodes: temperature and motion sensors
Gateway: Raspberry Pi
Website: I’m planning a custom website and want it to be user-friendly and responsive
My main questions:
What’s the best way to send MySensors data to a web server for live display?
Are there libraries or frameworks you recommend for visualizing sensor data effectively on a website?
Any tips on designing the website dashboard so it’s both functional and visually appealing?
Any advice, best practices or resources from the community would be greatly appreciated.
Thanks in advance!