- Joined
- Dec 16, 2018
- Messages
- 1,189
- Reaction score
- 2,811
Its a pain because of file permissions, but once im set up good, i make a copy of the reef pi database for every new version I install. Everything geys hosed. Wipe and reinstall raspian and reef pi...copy over the database and you are good to go.A rebuild of my OS worked for me as well -- I think I missed the SPI config last time, which would totally bork the single-pin relay control, I think.
So I've got 3 temp probes, a float switch ATO and 8 relay ports working, although I only have one outlet in the house right now to use with the relay, but that's enough for the ATO pump.
I'm almost done with a shell script that will handle all of the config we need in raspbian:
timesyncd
dtoverlay=pwm-2chan
dtparam=spi=off
sudo modprobe w1-gpio
I'm also wondering what it would take to pre-bake an img file in CI, but I haven't looked into it yet.
