mongoose-os-apps / example-homekit

Demo application for HomeKit ADK
Apache License 2.0
7 stars 5 forks source link

Cannot add accessory to Home #3

Open mateuszkilinski opened 3 years ago

mateuszkilinski commented 3 years ago

Hello there. I don't know why, but I can't add the Acme Light Bulb from an example to Home. I can see the accessory on the list of accessories to add, but after a long time there there is an information that the device can not be added to home (the Home application cannot connect with the device). I have not changed anything in the code. I've compiled the code using the lastest mos version:

$ mos version
The Mongoose OS command line tool
Version: 2.17.0
Build ID: 2.17.0~brew
Update channel: release

$ mos build --platform esp8266
Connecting to https://mongoose.cloud, user test
Uploading sources (9807 bytes)
Firmware saved to /Users/mati/Projects/Embedded/example-homekit/build/fw.zip

I don't know what could be wrong... I am usign Mac Os.

rojer commented 3 years ago

there have been many changes to the library since 2.17.0, can you try changing this: https://github.com/mongoose-os-apps/example-homekit/blob/master/mos.yml#L5-L7 to

libs_version: latest
modules_version: latest
mongoose_os_version: latest