https://github.com/sjmiller609/plantsitter
scripts to run moisture monitoring system with raspberry pi
https://github.com/sjmiller609/plantsitter
ansible pi-16adc python raspberry-pi yl-69-soil-humidity-sensor
Last synced: about 2 months ago
JSON representation
scripts to run moisture monitoring system with raspberry pi
- Host: GitHub
- URL: https://github.com/sjmiller609/plantsitter
- Owner: sjmiller609
- Created: 2017-09-04T21:08:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T19:44:39.000Z (over 7 years ago)
- Last Synced: 2025-03-29T10:12:58.656Z (2 months ago)
- Topics: ansible, pi-16adc, python, raspberry-pi, yl-69-soil-humidity-sensor
- Language: Python
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## after formatting raspi:
- add "ssh" file to /boot
- boot raspi
- ssh to machine
- change password
- add to ansible inventory
- start VM to use as an ansible control node```
vagrant up
```
- cd /vagrant/monitor```
ansible-playbook -i ./hosts.yml ./deploy.yml
```## troubleshooting
- [ADC userguide](http://alchemy-power.com/wp-content/uploads/2017/03/Pi-16ADC-User-Guide.pdf)
- [ADC downloads](http://alchemy-power.com/downloads)