Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add accessory to Home #3

Open
mateuszkilinski opened this issue Aug 1, 2020 · 1 comment
Open

Cannot add accessory to Home #3

mateuszkilinski opened this issue Aug 1, 2020 · 1 comment

Comments

@mateuszkilinski
Copy link

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
Copy link
Contributor

rojer commented Aug 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants