Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliegendewurst/sensor-dashboard
Temperature and humidity monitoring dashboard
https://github.com/fliegendewurst/sensor-dashboard
monitoring temperature-sensor
Last synced: 18 days ago
JSON representation
Temperature and humidity monitoring dashboard
- Host: GitHub
- URL: https://github.com/fliegendewurst/sensor-dashboard
- Owner: FliegendeWurst
- License: agpl-3.0
- Created: 2023-09-27T09:22:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-14T10:47:31.000Z (over 1 year ago)
- Last Synced: 2024-04-20T08:57:40.838Z (9 months ago)
- Topics: monitoring, temperature-sensor
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sensor-dashboard
Simple webpage to display gathered temperature and humidity data.
![sensor-dashboard](https://github.com/FliegendeWurst/sensor-dashboard/assets/12560461/36d6f584-ba88-4856-822c-eaf265414ccf)
## Usage
First, run take_measurement from [raspi-oled](https://github.com/FliegendeWurst/raspi-oled) regularly. Then run `python3 server.py` and go to http://127.0.0.1:24473.
## License
### papaparse.js
Source: https://github.com/mholt/PapaParse
License: MIT### uPlot
Source: https://github.com/leeoniya/uPlot
License: MIT### This project
Copyright © 2023 Arne Keller
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.