Skip to content

Releases: IndigoDomotics/alexa-hue-bridge

Minor Message Display Bug Fixes

26 Sep 09:33
Compare
Choose a tag to compare

Corrects a couple of message displays - one of which caused an error to be thrown.

Minor Fixes and Tidy Up

02 Sep 16:51
Compare
Choose a tag to compare

Minor fixes and tidy up.

Unicode Fix

15 Jun 16:25
Compare
Choose a tag to compare
Unicode Fix Pre-release
Pre-release

Unicode Fix for Variable Name List

Add User Selectable Option for Auto-Create V3 devices from V2

02 Apr 10:57
Compare
Choose a tag to compare

Allows user to control whether V3 devices will be created from V2 devices on initial install.

Unicode Fixes

24 Mar 19:12
Compare
Choose a tag to compare

All previous updates, plus (hopefully) fixes for some unicode errors.

I think this is good for a final release.

3.0.28 Release - Removed GHPU

16 Mar 13:59
Compare
Choose a tag to compare
Pre-release

The only change for this release is the removal of the GitHub Plugin Updater code. GHPU was broken since the GitHub SSL change, and is deprecated pending direct updates coming via the plugin store.

3.0.27 Release - Requires Indigo 7

12 Mar 21:16
Compare
Choose a tag to compare
Pre-release
  • New Features Since Official Release 3.0.20

    • Allows definition of Amazon ECHO devices as Indigo devices. This will enable the effective use of the new network filter feature (see next bullet) and will 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". The plugin will use that name when any command is received from that Echo. MAKE SURE YOU ASSIGN A STATIC IP ADDRESS TO YOUR AMAZON ECHOS IF YOU USE THIS FACILITY

    • Network Filter can be used to limit the plugin's processing to only the Amazon ECHO devices previously defined as Indigo devices. It is enabled by checking the plugin configuration option: Non-Echo Filter

      If you enable this, YOU MUST DEFINE INDIGO ECHO DEVICES to refect the Echos you have in use, otherwise the plugin won't receive any messages from the Echos as it won't know about them. Using the filter will reduce the network load on the plugin and may help to make it run more effectively.

    • 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. This can be applied to Indigo Devices and Indigo Actions. For an Alexa device that is using an Indigo Device, check the option Indigo Dim Action - (Handle Dim as On/Off?). For an Alexa device that is using Indigo 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 very useful when defining Alexa Routines where Alexa passes a dim value to Indigo 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

    • Made code thread safe which should improve reliability

    • Trying another fix for 'port in use' problem when restarting the plugin.

    • Updated the update checker so that it works with revised Github authentication

    • Code tidy-up.

  • Documentation

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

3.0.26 Release - Requires Indigo 7

11 Mar 15:51
Compare
Choose a tag to compare
Pre-release
  • New Features Since Official Release 3.0.20

    • Allows definition of Amazon ECHO devices as Indigo devices. This will enable the effective use of the new network filter feature (see next bullet) and will 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". The plugin will use that name when any command is received from that Echo.

    • Network Filter can be used to limit the plugin's processing to only the Amazon ECHO devices previously defined as Indigo devices. It is enabled by checking the plugin configuration option: Non-Echo Filter

      If you enable this, YOU MUST DEFINE INDIGO ECHO DEVICES to refect the Echos you have in use, otherwise the plugin won't receive any messages from the Echos as it won't know about them. Using the filter will reduce the network load on the plugin and may help to make it run more effectively.

    • 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. This can be applied to Indigo Devices and Indigo Actions. For an Alexa device that is using an Indigo Device, check the option Indigo Dim Action - (Handle Dim as On/Off?). For an Alexa device that is using Indigo 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 very useful when defining Alexa Routines where Alexa passes a dim value to Indigo 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

    • Trying another fix for 'port in use' problem when restarting the plugin.

    • Updated the update checker so that it works with revised Github authentication

    • Code tidy-up.

  • Documentation

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

3.0.23 Release - Requires Indigo 7

23 Jan 19:14
Compare
Choose a tag to compare
Pre-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. :)

3.0.20 Release - Requires Indigo 7

03 Dec 17:11
Compare
Choose a tag to compare
  • Bug Fixes

    Minor Bug Fix + code tidy-up.