You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fact is that, at time of pairing in IOS, I can see the names given to my services but then, when I enter the paired accessory containing all the services, I just see my ESP32 hostname.
Any idea of what is going on here ?
Do I need to define a new characteristic on each of the services ?
Logically it should be OK as long as it is defined using this line on each service in homeintegration.c : NEW_HOMEKIT_CHARACTERISTIC(NAME, szname)
The text was updated successfully, but these errors were encountered:
Hello,
Seems like something is acting weird in IOS as I successfully define the NAME of my services using this line :
Fact is that, at time of pairing in IOS, I can see the names given to my services but then, when I enter the paired accessory containing all the services, I just see my ESP32 hostname.
Any idea of what is going on here ?
Do I need to define a new characteristic on each of the services ?
Logically it should be OK as long as it is defined using this line on each service in homeintegration.c :
NEW_HOMEKIT_CHARACTERISTIC(NAME, szname)
The text was updated successfully, but these errors were encountered: