Beacon
Links:
Introduction
This app integrate the basic flows for BLE beacons into Homey. Once the app is installed it will do a discovery of BLE devices, after a short adjustable timeout it wil keep discovering. After each discovery the app compares the found devices with the one paired. If the beacon is not found within the new “discovered list” the beacon is changed in state.
For filtering out false positives there is a verification amount inside or outside the range available in the settings. This setting is the amount of times the beacon needs to be changed before it wil marked as such. The amount will be reset if the beacon is not in that current state.
Support
Do you like the app? Donate me a beer!
Q&A
Q1 Why is the beacon marked ‘outside range’ when i use the beacon with my phone?
If a BLE beacon is connected to a device (phone) it cannot be discovered anymore and the app set the device as away. You can prevent this by removing the app from your phone.
Q2 Why is the beacon marked ‘outside range’ after a couple of minutes?
Your beacon is powering down for saving energy. Sometimes this is configurable by the manufacturer his software.
Q3 Is the app compatibel with v2.0.0?
The app will be compatible from version v1.2.1 on Homey firmware > v2.0.5
Supported devices:
- Generic BLE beacon (every BLE device that is public discoverable)
Tested devices
Here is a list of used devices
Beacon name | Max range (through concrete) |
---|---|
Tile Pro | 8m |
Tile Mate | 8m |
Nordic nRF51822 | 5m |
Keeper | 8m |
iTag | 5m |
Nedis mini | 3m |
Lapa | ?m |
WARNING: The tile pro 2020 and tile mate 2020 does not work because it is not publicly discover-able
Usage
- Install app
- Make the device discover-able.
- Add device(s) to Homey.
- Make a flow with one of the cards.
Settings
There are some settings to improve and tweak the apps behaviour.
WARNING: Changing this settings can result into an unstable situation.
Update settings
The delay between reading sensor values in seconds. (default 10 seconds)
Discovery timeout
The amount of seconds that is given to discover the beacons. (5 seconds)
VerificationAmountInside
The amount of verifications the app need to mark a beacon inside the range. (1 time)
VerificationAmountOutside
The amount of verifications the app need to mark a beacon outside the range. (5 times)
Cards
An overview of all the trigger cards that can be used
Triggers
(Global) A beacon detected state is changed (beacon name, detected)
(Global) A beacon is inside range (beacon name)
(Global) A beacon is outside range (beacon name)
(Global) A beacon has been discovered (beacon name, uuid)
(Global) The app generates a log (log)
(Device) The beacon detected state is changed (beacon name, detected)
(Device) The beacon is inside range (beacon name)
(Device) The beacon is outside range (beacon name)
History
v1.0.0 - 04.10.18
- first alpha to app store.
v1.0.1 - 05.10.18
- add support for NRF51822
- add app icon
- refactoring the drivers
v1.0.2 - 07.10.18
- add trigger card for discovered devices
- add icon for discovery
v1.0.3 - 07.10.18
- add generic device
v1.0.4 - 20.10.18
- add verify process for detect/undetect events
v1.0.5 - 07.10.24
- improve discovery of the devices
- change card description
v1.0.6 - 07.10.24
- improve by connection and find the advertisement
v1.0.7 - 07.10.24
- bump version
v1.0.8 - 07.10.25
- improve sequence update beacons
- get peripheral for accurate range
- change timeout to 1 second
- improve logging to the app
- add retry strategy
v1.0.9 - 07.10.25
- bump version
v1.0.10 - 07.10.27
- introducing timeout and verification settings
- revert back to discovery strategy to improve speed
- add translations
- improve logging
v1.0.11 - 07.10.27
- mismatch variable name bug
- also check on bigger that the amount if app restarts
v1.0.12 - 07.10.30
- add default values in settings
- change comparator typo
v1.0.13 - 07.11.01
- fixed change detect comparison mismatch
- add log handler to watch false positives
- fixed zero verification times
v1.0.14 - 11.11.2018
- add homeyCommunityTopicId
- add version number app for logging
- add triggercards detect state changed
v1.0.15 - 04.12.2018
- resolved issue of not triggering the device
change
cards
v1.0.16 - 06.12.2018
- add BLE permission into manifest
v1.0.17 - 10.12.2018
- removed BLE permission into manifest due to incompatibility with < v2.0.0
v1.2.0 - 12.12.2018
- moved registering cards to the app due to make them work in 2.0
v1.2.1 - 11.01.2018
- update icon because of wrong viewport
v1.2.2 - 01.03.2019
- update icon capability
v1.2.3 - 07.03.2019
- update the discovery sequence for pairing
v1.2.4 - 14.03.2019
- introduce condition card for beacon in/not in zone
v1.2.5 - 18.03.2019
- bump version v1.2.4
v1.2.6 - 27.03.2019
- fixed typo in the condition card
v1.2.7 - 28.04.2019
- add warning if the beacon is outside range
- change discovery timeout to 10 seconds
v1.2.8 - 23.05.2019
- removed warning because condition cards won’t trigger again
v1.2.9 - 23.05.2019
- bump 1.2.8 due to app store bug
Final note
The repository is available at: GitHub - koktaildotcom/com.beacon: Integrate BLE beacons into Homey