Skip to content

Releases: iklein99/homebridge-smartthings

Version 1.5.10

06 Jun 19:56

Choose a tag to compare

Fixed window share support including webhook support for the window shade service. Added polling parameter for window shades,
'PollWindowShadesSeconds'.

REMINDER - Webhook service is available to improve handling of inbound smartthings events. See #141.

Version 1.5.9

17 Apr 15:42

Choose a tag to compare

Fixed in version 1.5.9

  • Removed the check for the apostrophe as it caused more issues than solved. With this change, if you try to add a device
    that has a label like "bill's iphone" it may not get excluded, but it solves other issues.
  • Update dependencies

Release 1.5.8

01 Apr 13:43

Choose a tag to compare

  • Issue in some cases where a device label is a number or some non-string type, there would be a failure when setting up the devices.

Release 1.5.7 - Fixed non-string labels

01 Apr 12:26

Choose a tag to compare

  • Issue in some cases where a device label is a number or some non-string type, there would be a failure when setting up the devices.

Handle devices with missing label

31 Mar 12:06

Choose a tag to compare

Found a case where a device's label is undefined. Not sure why, but hoping this handles that.

v1.5.5

30 Mar 18:04

Choose a tag to compare

If a sensor sends an invalid value in a status request, we will retry another 4 times before removing the service.

Release 1.5.4

29 Mar 18:19

Choose a tag to compare

Fixed status handling for multi-component devices. Only affects non-webhook configs.

Release 1.5.3 - Support double push

19 Mar 13:41

Choose a tag to compare

Fixed in version 1.5.3

  • Fixed double push issue on buttons

New in version 1.5.2

  • Support for multi-component devices
  • Support for buttons - requires subscription to the webhook service. See the announcement here.

IMPORTANT: Multi-button devices get loaded into the home app with the button numbers not always in the order that they are on the device. Also, some devices, like the Aeotec Fob Remote will show 1 more button than there are on the device. This is because the device reports a main component with a button along with one component for each button. You will find that in this case, one of the buttons in the Home app acts as a master, so it will fire for any of the other buttons.

In order to see which buttons are which, you can observe the animation in the Home app as you press buttons so you know how to set up actions per button.

Fixed in version 1.5.2

  • Ignore device names with a single quote will not match with the device name coming in from SmartThings due to character code
    conversion. This has been fixed.

Release 1.5.2 - Support for buttons

18 Mar 22:09

Choose a tag to compare

  • Support for multi-component devices
  • Support for buttons - requires subscription to the webhook service. See the announcement here.

IMPORTANT: If you already have subscribed to the webhook service, if you have a button device, you must open the SmartThings app, go to the Animations tab, scroll down to the bottom and open the Webhook SmartApp. Then click "Done" and "Accept". This will create the subscription for the button capability.

IMPORTANT: Multi-button devices get loaded into the home app with the button numbers not always in the order that they are on the device. Also, some devices, like the Aeotec Fob Remote will show 1 more button than there are on the device. This is because the device reports a main component with a button along with one component for each button. You will find that in this case, one of the buttons in the Home app acts as a master, so it will fire for any of the other buttons.

In order to see which buttons are which, you can observe the animation in the Home app as you press buttons so you know how to set up actions per button.

Support for Webhook Services

25 Feb 18:57

Choose a tag to compare

New in version 1.5.1

SmartThings Webhook support is now supported and open to all. See the announcement here.