Skip to content

3.0.23 Release - Requires Indigo 7

Pre-release
Pre-release
Compare
Choose a tag to compare
@autolog autolog released this 23 Jan 19:14
· 12 commits to master since this release
  • New Feature

    • Allows definition of Amazon ECHO devices as Indigo devices in order to increase visibility of how commands are processed. Add a new device of type Alexa-Hue Bridge and model Amazon Echo Device. Specify the Amazon Echo's IP address and save. Name the Echo e.g. "Dining Room Echo" and then the plugin will use that name when any command is received from that Echo.

    • To further facilitate Alexa Routines support, you can specify to treat dim commands as simple on/off. This is setup when defining an Alexa device whilst configuring an Alexa-Hue Bridge. For an Alexa device that is using Actions, the Indigo DIM action can be defined as "HANDLE DIM AS ON/OFF". A dim value of 0 (zero) will be treated as off, all other values will be treated as on. This can be useful when defining Routines where it may pass a dim value as opposed to just on or off.

    • Added slight timing delay to maybe/possibly help with non-responding commands. There is a possibility that too quick a response maybe causing low-level messages between Indigo and Alexa to be run out of order?

  • Bug Fixes

    • Code tidy-up.
  • Documentation

    • To be updated by the time the Release becomes official. :)