Releases: reef-pi/reef-pi
Releases · reef-pi/reef-pi
0.1
ATO and Temperature sub-system
- FEAT: DFRobot's photo electric sensor based ATO controller
- FEAT: Temperature sensor & controller, based on ds18b20. Controller to switch on/off heater/cooler based on configuration
- FEAT: Admin UI, to enable and disable shutdown of raspberry pi, reboot from UI
- BUGFIX : Lighting minimum threshold to ensure pwm value is set to 0
- BUGFIX: Equipment state should reflect original state, instead of always "off" on tab change
- BUGFIX: Fix exception during shutdown in dev_mode
- DOC: Draft manual for reef-pi
LED minimum threshold,
-[BREAKING] Configuration changes. LED channels are now defined by name in configuration file (see build/reef-pi.yml) for example
- [FEAT] lighting values can now be sent to adafruit.io, if telemetry is enabled
- [BUG] reef-pi will not crash if adafuit API call fails
- [FEAT] individual LED channels can be configured with minimum and maximum thresholds
- [BUG] Fix equipment state sync issue in UI
- [BUG] Fix error during shutdown in dev mode
Pi Zero build and bug fixes
- [doc] Updated documentation (Bill of material, cron specification, cleanup stale docs )
- [feat] Early implementation of DevMode
- [feat] Early implementation of PID controller
- [bug] Update dependency to fix rpi detection failures
- [bug] Fix logic bug in calculating values in lighting cycle
- [bug] Lighting cycle, if enabled blocks http server from coming up
- [feat] ARM6 build for raspberry pi zero
Maker Faire, Bay Area 2017 release
makerfaire maker faire release
reef2reef - Early beta
Early testing release.
- PWM using pca9685
- Analog sensor using mcp3008
- Relay control using GPIO
- Build guide: reef2reef