Releases: reef-pi/reef-pi
Releases · reef-pi/reef-pi
Dashboard
- [FEAT] Dashboard with ATO, temperature, equipment and controller health chart
- [FEAT] Make health/heart beat module configurable
- [FEAT] Work in progress: Notifications: Email notification module and settings API/UI
- [BUG] Fix tab orders, keep equipment and timer next to each other, dashboard at the beginning and configuration at the end
- [CHORE] JSX code refactor
Authentication support
Feature: Add basic authentication support
Chore: Refactor jsx module to move all common ajax call in same place
Heart beat
- Initialize subsystem specific settings on data during startup
- Support NC/NO relay configuration per outlet
- Validate equipment and outlets in use across subsystem before deleting
- Implement health check (cpu & memory)
- Fix equipment caching related bug in temperature controller. Improve logging
Validation & detailed information of equipments
- Confirmation dialog for all delete operations
- Show details of timer jobs, equipment (outlet) on UI
- Add telemetry validation, auto create feeds if they dont exist
- google drive base image upload (WIP)
- Doser module (WIP)
Temperature controller bugfix
- Provide equipments to select from in temperature controller instead of raw gpio pins
- Enable temperature controller
I2C bug fix
- Missing i2c chip wont cause reef-pi to crash
- system tab UI cleanup
- validation for camera input fields
- Update button color across camera, ato, temperature and systems will reflect whether update required (red) or not (green)
- go 1.9 base binaries (more performant and smaller executable size)
Client side validation
- [CHORE]Javascript based client side validation and error display across all module UIs (except systems tab)
- [BUG] Fix pwm start invocation
- [FEAT] Temperature UI will show last 20 capture chart with time of capture.
Temperature controller fixes
- Fix temperature controller enable checkbox
- Introduce current temperature and trend API & UI
Camera module enhancements
- On demand photo API using pi cam
- ATO bug fixes
- Temperature module bug fixes (persistent config changes, input validation)