Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

Multiple-Sensor does not Show in HomeApp #221

Closed N5NMR closed 1 year ago

N5NMR commented 1 year ago

Hello GitHub. I do have a SHT30 Sensor and a Relay on an WEMOS D1 ESP8266. Sensor appears in WLAN Net with Name an correct IP. WebSite is also available. BUT it does not come up on Home App on my IPHONE 11 with IOS 16.4.1. Same problem happed with the provided example "Multiple Sensor"... Where is my fault? All other Codes with ESP works.

Any ideas?!?!

//___

Update: Found it.

Make sure if you Face the same Problem, that in Main code in Setup() the Line "my_homekit_setup();" is at last row. It helps at my case.

//_____

Thx.

John