All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Light states
bri
,hue
,sat
, andct
are now optional as not all lights emit these properties (@martinlindhe) /metrics
now sets the utf-8 charset in the response header (@martinlindhe)
- Metrics for lights
- Rewrote it in Rust
- Configuration is now done via the following env variables:
HUE_TOKEN
: set this to the token received from authorizing with the Hue bridgeHUE_BRIDGE_URL
: set this to the URL of the Hue bridge. Default value:http://hue-bridge.local
BIND_ADDR
: set this to the address+port to bind to. Default value:127.0.0.1:9369
0.1.0 - 2018-05-28
- Initial release
- Metrics for sensors