Releases: Pythm/ad-Lightwand
Releases · Pythm/ad-Lightwand
v1.1.0 Added support for controlling lights directly over MQTT
What's changed
- Added support for controlling lights directly over MQTT
- Added namespace for both HASS and MQTT plugin. Both has 'default' as default name.
- Subscribes to MQTT topic in cases where your MQTT plugin needs to subscribe
- Added 'listen_sensors' to update light based on state change
- Bugfixes and optimalization
- Added comments to code
Enabled two outdoor lux sensors
##What's changed
- Option to use two out lux sensors configuring additional sensor with _2 in app. Will then update out lux with the sensor with highest value or if other sensor is not updated last 15 minutes.
- Mode 'off' will now not able motion lights.
- Bugfixes and optimalization
Implemented dimrate
What's changed
- Added dimrate option to have light dim with 1 brightness every x minute.
v1.0.1 - Better time control
v1.0.1 update
- Added choice to use persistent storage. E.g. for instances where Appdaemon/HA is running on an SD card to not write more than necessary
- Some minor tweaks on when to check motion constraints
- Fixed finding right automation data when times in automation for normal mode did not correnspond with times in automation for current mode
- Fixed deletion of all times in automations that occur before previous time in list. (Combination of sunset/sunrise and fixed time)
- Added the 'orLater' choice in addition to 'time' in automations to be able to define times more accurate depending on season
- Fixed new mode when motion detected
- Motion is no longer a mode but defined with 'motionlights' the same way as normal automation with some additional configuration options
First release v1.0.0
First release of Lightwand