Hi,
I’m a long term FHEM user and recently started to migrate to HA. Currently I’m working on connecting the IOS Geofency App to the HA Geofency integration, but I’m having trouble to get it working. I have this seemless working with FHEM sinces a couple of years.
Using the Geofency App with the link provided by the integration I get a timeout in the Geofency App and no new entity is created in HA.
Next I tried it with curl and the call returns “required key not provided” always - I haven’t found any indication what that refers to.
curl -X POST http://<ip>:8123/api/webhook/<hook-id>&date=<date>&wifiSSID=<ssid>&name=Home&wifiBSSID=<bssid>&longitude=<long>&id=<id-of-app>&latitude=<lat>&entry=1&device=<id-of-iphone>&radius=100&category=Monitored&address=<my-home-address>
I’ve replaced sensitive data in the call above with <data>
.
Any hint on what might be missing or is the integration brocken?
Thanks Ralf