Releases: iklein99/homebridge-smartthings
Version 1.5.10
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
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
- 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
- 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
Found a case where a device's label is undefined. Not sure why, but hoping this handles that.
v1.5.5
Release 1.5.4
Fixed status handling for multi-component devices. Only affects non-webhook configs.
Release 1.5.3 - Support double push
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
- 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
New in version 1.5.1
SmartThings Webhook support is now supported and open to all. See the announcement here.