Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomhumphries/raspihousesensor
- Owner: TomHumphries
- Created: 2020-03-31T07:51:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:39:13.000Z (about 2 years ago)
- Last Synced: 2024-11-08T11:50:08.920Z (2 months ago)
- Topics: dht22, iot, mh-z19, mh-z19b, nodejs, raspberry-pi, sds011
- Language: JavaScript
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.