Hi,
currently I am using Locative to track my iBeacons and want to add the new iOS App for location tracking. As it turns out the Locative App creates a new static device tracker with a 32 digit ID, even if I fill the mac field as intended in the documentation.
The only way I found to generate a shared device (in known_devices.yaml and device_tracker.<32_DIGIT_ID>) are the following steps:
setup Locative and copy the <32_DIGIT_ID> from e.g. known_devices.yaml
open the HA iOS App and set the “Device ID” to the <32_DIGIT_ID>
This leeds to a crappy name when you have to call the notify service, but I can’t see another way to get this done properly.
action:
service: notify.ios_<32_DIGIT_ID>
data:
Am I missing something or is this the best workaround?
Just a little feature request related to the iBeacon support:
In my setup some lights turn on when I arrive, which gets triggered by an iBeacon via locative. The timing is (in my case) more precise via the iBeacon than geofences.
But my phone loses the connection to the beacon quite often, so the trigger for “leaving a zone” is not practicable. Whereas the geofences work fine here.
To sum this up: Switches for “Trigger on Arrival” and “Trigger on Leave” would be very welcome!