Releases: ThisIsntTheWay/nixie_clock
Version 2 (Preview)
Complete code overhaul using rack_nixie_display
as base.
Greatly improves system stability and extends REST API functionality.
Does not contain a WebGUI yet.
Release 1
Beta 4
This release improves the CSS for the WebGUI.
Additionally, the system has been extended by an opto-isolator which allows control of all individual tubes.
This component has been integrated into the software as well.
Beta 3.1
This release enhances/fixes the crypto ticker display mode from Beta 3.
To be precise, the ESP core(s) won't panic anymore due to taskUpdateHue() modifying the same HTTPClient instance.
Beta 2
This release implements basic Philips HUE functionality.
It is now possible to set a time frame in which ALL HUE bulbs should be turned on.
Outside this range, they will be turned off.
(Note: Does NOT account for overflow, such as 08:00 to 01:00!)
ToDo:
Implement periodic cathode depoisoning routine.
Beta 1
This release is 90% feature-complete.
Missing is a proper implementation of the Philips HUE logic.
Other than that, it works!
Time can be displayed and the RTC works (somewhat)
Alpha 1
This alpha release is not a feature-complete product!
As of now, the following features have been implemented:
- Controlling an external RTC.
- Syncing time with NTP.
- Interface with an HUE REST API endpoint.
- WebGUI to control all of the above.
- Config files for persistent user changes.
The most important thing, which is displaying the time on nixie tubes, is NOT YET implemented.