8000 Releases · Pythm/ad-Lightwand · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Pythm/ad-Lightwand

v1.1.0 Added support for controlling lights directly over MQTT

29 Dec 11:07
99506ce
Compare
Choose a tag to compare

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

13 Dec 21:59
433bb13
Compare
Choose a tag to compare

##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

25 Nov 19:26
d036cc2
Compare
Choose a tag to compare

What's changed

  • Added dimrate option to have light dim with 1 brightness every x minute.

v1.0.1 - Better time control

24 Nov 21:39
bc9a898
Compare
Choose a tag to compare

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

12 Nov 23:50
976cdc6
Compare
Choose a tag to compare

First release of Lightwand

0