Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomhumphries/raspihousesensor

Raspberry Pi sensor server that hosts a webpage to display the data
https://github.com/tomhumphries/raspihousesensor

dht22 iot mh-z19 mh-z19b nodejs raspberry-pi sds011

Last synced: 15 days ago
JSON representation

Raspberry Pi sensor server that hosts a webpage to display the data

Awesome Lists containing this project

README

        

# Raspberry Pi House Sensor

- A web application hosted on a Raspberry Pi and accessable over LAN.
- The web application logs readings from sensors connected to the Pi.
- The web application allows you to view the data by day.

![Mobile view](./readme/screenshot.png "Mobile view")

## Features
- Live view of data readings.
- Toggleable charts.
- Daily view of data.
- View previous days.
- Summary text for the live readings.

## Sensors
- Temperature _(DHT22)_
- Humidity _(DHT22)_
- 2.5 μm particles _(SDS011)_
- 10 μm particles _(SDS011)_
- CO2 count _(MH-Z19B)_

## Possible future work
- Multiple rooms with one Pi hosting the application & data, and other devices sending data readings.
- Configure which sensors are attached.
- Configure sensor limits through the UI.