- Joined
- Apr 9, 2017
- Messages
- 250
- Reaction score
- 273
- Location
- Oregon
- What state or country do you live in
- Oregon
You should be able to save the config file and rewrite it.
```
cp /etc/reef-pi/config.yml /home/pi/config.yml
```
keeps a copy of the current config in home directory of pi user
... install... new version
```
cp -f /home/pi/config.yml /etc/reef-pi/config.yml
```
should restore the old config..
This is error prone now, as reef-pi is being actively developed and as part of that I am still changing the config file . Once we have the basic functionality nailed and tested (relay, lighting, probe) I'll release a 1.0 version of the software, after that config file will not be changed per build, and this will work as expected (or better ability to store config in your google drive etc). Till then this will be little painful,
I can deal with the pain as I get better with the script. I got jobs to work but as you stated before I needed to add high_relay:true
Do you remember if you wired your relay s NO or NC?
A cool feature would be if the equipment tab on off state reflected the actual state the relay was in. For instance if my aux relay 1 was off because of a job action, the equipment tab would show aux 1 as off.


. Any of you will be interested in helping us out with this OpenSource raspberry pi based controller ? I can ship you a pi-zero or pi2 preinstalled with reef-pi ...



