https://github.com/dgkanatsios/myhomestatus
https://github.com/dgkanatsios/myhomestatus
azure-storage docker grovepi raspberry-pi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgkanatsios/myhomestatus
- Owner: dgkanatsios
- License: mit
- Created: 2017-07-27T20:49:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T17:39:39.000Z (over 6 years ago)
- Last Synced: 2024-12-30T19:48:10.864Z (4 months ago)
- Topics: azure-storage, docker, grovepi, raspberry-pi
- Language: JavaScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dgkanatsios/gaforgithub)
# MyHomeStatus - WIP
A utility that monitors home temperature and humidity using GrovePi and Raspberry PI and uploads them to Azure Storage.
### Client
Client is a node.js utility that gets data from Raspberry-GrovePI sensors every minute and sends them to server.
### Server
Server is a node.js utility that
* gets data via an endpoint and stores them in Azure Storage in two different sections: a) it stores the latest data on a single blob for easy access and b) appends latest data to an append blob for later access and analysis
* exposes latest data via HTTP endpoint in JSON format