Apple HAP (HomeKit) for ESP32

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
mabucz
Posts: 3
Joined: Sat Aug 08, 2020 3:56 pm

Apple HAP (HomeKit) for ESP32

Post by mabucz » Sat Aug 08, 2020 4:29 pm

Hello,
I try https://github.com/espressif/esp-apple-homekit-adk with ESP32 and works perfectly.

Is there's someone who tried Apple HAP (HomeKit Accessory Protocol) in Micropython ?
Some references and inspirations by full Python 3 is there: https://github.com/ikalchev/HAP-python

Kindly thank you for any information
and have a nice day

Marek
Last edited by mabucz on Fri Jan 29, 2021 6:15 pm, edited 1 time in total.

mabucz
Posts: 3
Joined: Sat Aug 08, 2020 3:56 pm

Re: Apple HAP (HomeKit) for ESP32

Post by mabucz » Sun Aug 16, 2020 10:36 pm

Hello,
nobody has tried Micropython as Apple Homekit device ?
It is sad :-(

Marek

juanfal
Posts: 1
Joined: Sun Feb 21, 2021 6:25 pm

Re: Apple HAP (HomeKit) for ESP32

Post by juanfal » Sat Feb 27, 2021 1:48 pm

The library is there, https://github.com/jlusiardi/homekit_python, so the question, I think could be really amazing, is programming a ESP32 with µpy installed including this libraries, wouldn't it?

remi_bertholet
Posts: 2
Joined: Mon Mar 15, 2021 6:17 pm

Re: Apple HAP (HomeKit) for ESP32

Post by remi_bertholet » Mon Mar 15, 2021 6:36 pm

I recently created a micropython firmware for ESP32, ESP32 Spiram and ESP32CAM which support homekit. It also adds a shell, text editor and many servers in the same firmware. Limitation Homekit not work at the same time with the camera on ESP32cam (I not yet found solution). Homekit seems to work on a generic esp32, but probably limited. I furnish many sample to test homekit with micropython.
In the next few days I will deliver a more recent firmware which corrects the few bugs discovered.
Hoping it can be useful.
See https://github.com/remibert/pycameresp

mabucz
Posts: 3
Joined: Sat Aug 08, 2020 3:56 pm

Re: Apple HAP (HomeKit) for ESP32

Post by mabucz » Tue Sep 28, 2021 5:21 pm

@remi_bertholet : Awesome work !, absolutely great job.
Thank you
M.

Post Reply