Releases: stefanwichmann/kelvin
Releases · stefanwichmann/kelvin
v1.1.0: Making a scene
Add scene support (see README) Improve hue precision Update last known bridge version Better migration of configuration Update documentation
v1.0.4: Beta interface
Use -1 to ignore colors and brightness Turn light off when setting brightness to 0 (fixes #13) Update last known brigde version More consistent log messages Respect timezone in docker containers (fixes #16) Better validation for lightstates Small little fixes and improvements [BETA] Provide a webinterface to control Kelvin (turned off by default, enable in config.json to give it a try)
v1.0.3: Fixes
Validate found bridges Always generate valid schedule (fixes #12) Always generate valid light state (fixes #12) Only track scheduled lights Update last known firmware versions
v1.0.2: 24 Hours
Use 24h timestamps in configuration (hh:mm)
v1.0.1: Bridge update
Validate software version off hue bridge Less verbose console output Documentation updates
v1.0.0: Major schedule changes
Allow multiple schedules Enhanced detection of configuration changes NOTE: Since this release requires manual changes to your configuration file Kelvin will not automatically update itself! Update by starting Kelvin with the -forceUpdate flag.
v0.0.18: Configuration
Save the initial configuration correctly
v0.0.17: Better discovery
Huge improvements to bridge discovery (including a LAN scan if the automatic lookup fails) Fix docker deployment
v0.0.16: Major steps
Autoupdate should ignore new major versions with breaking changes Check for updates every 12 hours Add option to update to new major version: -forceUpdate Only write configuration if it was changed Fix logging to file... again... Distribute kelvin via docker
v0.0.15: Debug mode
Added debug mode to enable fine grained log outputs (start Kelvin with -debug flag) Added the ability to log the output to a file (start Kelvin with -log=<LOGFILE> flag) Inform the user if multiple bridges were found during discovery Reworked inner structrue of Kelvin to allow individual schedules per light down the road... Stay tuned