It is a web application that visualizes the data from the project: http://luftdaten.info
Get a nice chart for the current day:
- SDS011 current day and fill the ID of your SDS011 sensor to get PM 10 and PM 2.5. WARNING: It takes 1 minute to download and process the data!
- BME280 current day and fill the ID of your BME280 sensor to get the Temperature, Humidity, Air pressure. WARNING: It takes 1 minute to download and process the data!
Get historical chart (not including the current day):
- SDS011 Historical and fill the ID of your SDS011 sensor to get the PM 10 and PM 2.5
- BME280 Historical and fill the ID of your BME280 sensor to get the Temperature, Humidity, Air pressure
The current implementation is in HTML and Javascript(Ajax). The project does not use a server side programming language such as PHP neither a database. The advatage is that it can be used locally without the need to be hosted on a web-server and without the need of installing anything.
Future plans:
- add moving average for a single sensor
- add area chart based on multiple sensors of a city or neighbourhood