Skip to content

Releases: stefanwichmann/kelvin

v1.1.0: Making a scene

22 Jan 20:43
v1.1.0
33c6abe
Compare
Choose a tag to compare
Add scene support (see README)
Improve hue precision
Update last known bridge version
Better migration of configuration
Update documentation

v1.0.4: Beta interface

29 Oct 11:53
v1.0.4
a8e8057
Compare
Choose a tag to compare
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

10 Aug 18:48
v1.0.3
c3d531c
Compare
Choose a tag to compare
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

26 Jun 18:18
v1.0.2
d93fd6d
Compare
Choose a tag to compare
Use 24h timestamps in configuration (hh:mm)

v1.0.1: Bridge update

01 May 16:46
v1.0.1
583f216
Compare
Choose a tag to compare
Validate software version off hue bridge
Less verbose console output
Documentation updates

v1.0.0: Major schedule changes

24 Apr 19:13
v1.0.0
cef9f25
Compare
Choose a tag to compare
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

16 Apr 16:14
v0.0.18
aff4f58
Compare
Choose a tag to compare
Save the initial configuration correctly

v0.0.17: Better discovery

16 Apr 14:54
v0.0.17
84c0f7f
Compare
Choose a tag to compare
Huge improvements to bridge discovery (including a LAN scan if the automatic lookup fails)
Fix docker deployment

v0.0.16: Major steps

14 Apr 10:32
v0.0.16
a291ab7
Compare
Choose a tag to compare
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

10 Apr 06:45
v0.0.15
a3d003e
Compare
Choose a tag to compare
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