rednblkx / HAP-ESPHome

Apple HomeKit for ESPHome
61 stars 6 forks source link

cant find Attributes IssuerID or EndpointID #4

Closed pietro4711 closed 1 month ago

pietro4711 commented 1 month ago

Here is my config:

`homekit: lock:

` But I cant find any attributes in HA after a successful iOS Authentication.

rednblkx commented 1 month ago

Note that those are only parameters of type std::string passed on as variable x and y to on_hk_success: to be used in a lambda function like in your case, and in your config those are just printed to the terminal.

There is no integration with HA like in HomeKey-ESP32, at least not at this moment, that is HomeKit wise, you still have ESPHome integration with HA.

pietro4711 commented 1 month ago

Ok, thanks! So for the moment if I want some HA automations depending on the user ID, Homekey-ESP32 is still the way to go, right?

rednblkx commented 1 month ago

Well, yeah, at least for the moment, if you just want something straightforward HomeKey-ESP32 is the option.

But like I said, the IDs are exposed on on_hk_success so anyone that knows how to make the use of it, should be able to use them.