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.
Do you like the app? Donate me a beer!
- Generic BLE beacon (every BLE device that is public discoverable)
Here is a list of used devices
Beacon name | Max range (through concrete) |
---|---|
Tile Pro 2018 | 8m |
Tile Mate 2018 | 8m |
Nordic nRF51822 | 5m |
Keeper | 8m |
iTag | 5m |
Nedis mini | 3m |
Lapa | ?m |
WARNING: The tile pro 2020 does not work because it is not publicly discoverable
- Install app
- Make the device discoverable.
- Add device(s) to Homey.
- Make a flow with one of the cards.
There are some settings to improve and tweak the app's behaviour.
NOTE: Changing these settings can result into an unstable situation.
The delay between reading sensor values in seconds. (default 15 seconds)
The amount of verifications the app need to mark a beacon inside the range. (1 time)
The amount of verifications the app need to mark a beacon outside the range. (5 times)
An overview of all the trigger cards that can be used
Type | Context | Name | Tokens |
---|---|---|---|
Trigger | Global | A beacon detected state is changed | (beacon name, detected) |
Trigger | Global | A beacon is inside range | (beacon name) |
Trigger | Global | A beacon is outside range | (beacon name) |
Trigger | Global | A beacon has been discovered | (beacon name, uuid) |
Trigger | Global | Update beacon presence | - |
Trigger | Global | The beacon detected state is changed | (beacon name, detected) |
Trigger | Global | The app generates a log | (log) |
Condition | Global | The beacon is inside range | beacon name |
Condition | Global | The beacon is outside range | beacon name |
Action | Global | Update all the beacon presence |
- first alpha to app store.
- add support for NRF51822
- add app icon
- refactoring the drivers
- add trigger card for discovered devices
- add icon for discovery
- add generic device
- add verify process for detect/undetect events
- improve discovery of the devices
- change card description
- improve by connection and find the advertisement
- bump version
- improve sequence update beacons
- get peripheral for accurate range
- change timeout to 1 second
- improve logging to the app
- add retry strategy
- bump version
- introducing timeout and verification settings
- revert back to discovery strategy to improve speed
- add translations
- improve logging
- mismatch variable name bug
- also check on bigger that the amount if app restarts
- add default values in settings
- change comparator typo
- fixed change detect comparison mismatch
- add log handler to watch false positives
- fixed zero verification times
- add homeyCommunityTopicId
- add version number app for logging
- add triggercards detect state changed
- resolved issue of not triggering the device
change
cards
- add BLE permission into manifest
- removed BLE permission into manifest due to incompatibility with < v2.0.0
- moved registering cards to the app due to make them work in 2.0
- update icon because of wrong viewport
- update icon capability
- update the discovery sequence for pairing
- introduce condition card for beacon in/not in zone
- bump version v1.2.4
- fixed typo in the condition card
- add warning if the beacon is outside range
- change discovery timeout to 10 seconds
- removed warning because condition cards won't trigger again
- bump 1.2.8 due to app store bug
- make automatic detection optional
- add flow card for update beacon presence
- add support for ibeacon and eddystone beacons
- prevent memory leak in log
- ignore non-static address by default
- deprecate the log trigger
- support for Feasycom beacon
- resolved bug on re-pairing procedure
- timeout for pairing increased to 30 seconds
- directly use settings when changed
- update minimal interval to 15 seconds
- update maximal verification to 30 seconds
- removed timeout config because it is deprecated from Homey 6.0.0
- Fixed bug: Settings cannot be saved
- Removed unusefull silent setting validation
- Add Homey 2023 support
The repository is available at: https://github.com/koktaildotcom/com.koktail.beacon
Do you like the app? Donate me a beer!