https://github.com/jlengrand/cellar
A simple wine cellar monitoring system
https://github.com/jlengrand/cellar
dht11 dht11-jni iot java raspberry-pi
Last synced: 18 days ago
JSON representation
A simple wine cellar monitoring system
- Host: GitHub
- URL: https://github.com/jlengrand/cellar
- Owner: jlengrand
- Created: 2019-12-20T07:57:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T15:06:13.000Z (over 4 years ago)
- Last Synced: 2025-04-01T10:54:29.431Z (26 days ago)
- Topics: dht11, dht11-jni, iot, java, raspberry-pi
- Language: Java
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cellar
WIP: Don't expect any structure in there. As of now it's a collection of tryouts without particular shape
A raspberry based sensor to keep my wine cellar under control
## Hardware :
* Raspberry (starting with a Raspberry 1)
* Maybe Piface
* DHT11 4 pins## Readings
http://www.circuitbasics.com/how-to-set-up-the-dht11-humidity-sensor-on-the-raspberry-pi/
http://sebi.io/general/2018/08/13/Developing-for-Raspberry-Pi.html
https://medium.com/@menchukanton/setup-intellij-idea-for-remote-debugging-java-code-on-a-raspberry-pi-6e9df09dfb95
http://wiringpi.com/download-and-install/https://github.com/cory-johannsen/gradle-jni-example
## Author
[Julien Lengrand-Lambert](https://github.com/jlengrand)
pi/robottle
raspberrypihttp://hirt.se/blog/?p=1116
https://github.com/fauna/faunadb-jvm/blob/master/docs/java.mdStack Overflow Question : https://iot.stackexchange.com/questions/4662/in-what-form-should-i-store-data-in-the-cloud-for-a-single-device
# To run :
$ mvn clean package
Location of service
```
$ cat /etc/systemd/system/cellar.service
$ cp cellar.service /etc/systemd/system/cellar.service
$ systemctl daemon-reload # if modified
$ chmod 777 /etc/systemd/system/cellar.service
$ journalctl -u cellar.service -f
```