Releases: reef-pi/reef-pi
Releases · reef-pi/reef-pi
RPI PWM Bugfix
- Fix wrong PWM frequency with rpi driver
- Misc dependency updates
Upgrade for pi 3
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.5/reef-pi-2.5-pi3.deb
sudo dpkg -i reef-pi-2.5-pi3.deb
Upgrade for pi zero
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.5/reef-pi-2.5-pi0.deb
sudo dpkg -i reef-pi-2.5-pi0.deb
Up from the sky
- [BUG] Fix pca9685 0% and 100% PWM behaviors
- [BUG] LIght chart fix
- [BUG] Disable ato pump when alert is raised
Up from the sky
- [BUG] Fix pca9685 0% and 100% PWM behaviors
- [BUG] LIght chart fix
- [BUG] Disable ato pump when alert is raised
Purple Haze
- [FEAT]Introduce Hardware Abstraction Layer (new drivers)
- [FEAT]Introduce pH board and pico board driver
- [FEAT]Introduce new connector type analog input
- [FEAT]Introduce Prometheus metrics endpoint
- [FEAT]Introduce one and two-point ph calibration
- [FEAT] Internationalization (support for multiple languages)
PCA8685 Bugfix
- Fix pca9685 pwm frequency issue
M
The wind cries mary
[BUG]
- Doser fix
- Password reset command fix
Electric Ladyland
- Multiple ATO
- Multiple Temperature sensor
- Dosing subsystem
- Macro subsystem
- pH subsystem
- Diurnal profile for light automation
- Session-based authentication instead of basic auth
- Mobile friendly UI
- Client-side (UI) validation
- All components (Equipment, light, ato etc) are editable
- Raspberry Pi hardware based PWM (2 channel)
- Configurable dashboard
- Show critical errors in UI
- Updated go, react and other tech dependencies
- Unit tests for UI code
Diurnal cycle bug fix
[FEAT]
- Allow editing light names
- Allow fine grain pwm values (percentages can be float instead of int)
[BUG]
- Fix PWM value computation for diurnal cycle
- Superfluous error dialogs in telemetry configuration UI
- Superfluous error dialogs during reload
- Superfluous error dialogs during initial setup of components
- Footer information appearing over other UI components
- Dashboard crash due to incomplete configuration
Temperature controller bugfix
Bug fixes
- Temperature controller will not enforce cooldown routine when cooling device is not defined.
- Ignore superfluous API error during reload, since its expected
- Don't crash reef-pi is pca9685 is enabled but absent
- Sync lights as soon as the controller starts, instead of waiting till the first interval (1 minute)
- Bring back ATO notification UI
- Fix telemetry update and dashboard update button width
- Fix temperature enable UI in edit mode
- Don't close all GPIO (resulting in start/stop of equipment/outlets) during shutdown/reload
Features
- Introduce Connection lost error UI
Chores/Enhancements
- Connector UI enhancements
- Input validation and mobile UI enhancements for Macro