Skip to content

v1.1.5 More customization and bugfixes

Latest
Compare
Choose a tag to compare
@Pythm Pythm released this 17 Apr 08:41
f2b92da

What's Changed

  • Added an 'options' section with a list of choices for automations, including 'exclude_from_custom' and 'night_motion'. Input enables the choice.
  • Fixed dim rate and added support for increasing brightness with dim rate.
  • Added 'prewait_toggle' to wait x seconds before starting toggle lights on change other than motion, to avoid making too many calls on the Z-Wave network at once.
  • Revised time logic to better handle times with both solar and clock-based times. When using orLater in a time setting, it will not add time to sunset if calculations of adding time were done based on sunrise.
  • Added logs behind # for easy tracking of changes made to times by the app. Search code for: Check if your times are acting as planned. Uncomment the line below that to enable logging on time change.
  • Recalculates times in automations every day
  • Replaced standard delay from turning off TV/media with a new 'delay' option. This was done because one of my TVs reported a 'on' state shortly after being turned off, and then reported an 'off' state again. Use this delay to avoid lights dimming up and down and up again.
  • Tried to improve readability even more
  • Updated readme