In new eKey Notification API you can set only URL (without path).
eKey Notification API then adds “/api/notification/finger” to URL.
As I know HA supports only URL/api/webhook/CUSTOM_ID (in these case “finger”).
Any solution?
Maybee some webhook redirect/forward (with JSON support) ?
Or custom webhook path inside HA (“api/notification” instead of “api/webhook”) ?
I’m using Nginx Proxy Manager to forward the path to the path of the webhook:
works with ip or local dns entry, but https is quite slow, like 4s so im using plain http:
On the surface, it doesn’t do much, like knowing who’s finger it is, but this is because of the current limitation of ekey’s API.
I’ve been following the PR since the beginning and Richard Polzer did a tremendous job.
Can you please describe more as I’m an absolute noob. what or where can I find the http request to the finger? And which IP Adress do I have to fill out? The IP address of my Home Assistant? Furthermore what do I have to fill out in the sections Request Header and Request Body? Thank you