- Use the Raspberry Pi Imager to flash a microsd for the pi, recommended:
- Raspberry Pi Zero 2 W
- 64-bit Raspberry-Pi OS Lite (no desktop)
- 32GB card
- Edit the settings before flashing:
- Set the network name (I like
greenhouse1and so on) - Configure wifi
- Enable ssh access, either with credentials or ssh key
- Set the network name (I like
- ssh to your greenhouse using the name set above, i.e.
greenhouse1.local wget -qO - 'https://github.com/glshort/greenhouse-sw/blob/main/install.sh?raw=true' | sudo bash- Godspeed
- Thanks to Palmieri for figuring out the location-based light level mimickry
- A python/Beehive/Toga/Briefcase phone app to control it?! Thanks to Buechler for that tip