An open API service indexing awesome lists of open source software.

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

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)