Skip to content

Releases: reef-pi/reef-pi

0.1

29 Aug 07:07
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
  • All setting are now done via UI
  • Dynamic equipments, lighting , jacks & outlets
  • Refactored code base with increased unit test coverage
  • Nightmare.js based UI test (Work In Progress)

ATO and Temperature sub-system

18 Jul 02:53
Compare
Choose a tag to compare
Pre-release
  • 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,

24 Jun 07:20
Compare
Choose a tag to compare
Pre-release

-[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

11 Jun 19:24
Compare
Choose a tag to compare
Pre-release
  • [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

20 May 19:04
Compare
Choose a tag to compare
Pre-release
makerfaire

maker faire release

reef2reef - Early beta

23 Feb 05:32
Compare
Choose a tag to compare
Pre-release

Early testing release.

  • PWM using pca9685
  • Analog sensor using mcp3008
  • Relay control using GPIO
  • Build guide: reef2reef