Are there any plans to bring HAA into ESP32-Cam module?
It will be good to make working in HomeKit not only camera, but led, sensors and another possible modules.
I can test, if youâll try to make firmware.
There is some information:
https://github.com/maximkulkin/esp32-homekit-camera

The module could someday work as an element of a door bell. I'm looking forward!
The problem with this is that the esp32 doesnât have enough computing power to convert the camera stream to a format that HomeKit is happy with resulting in a very low frame rate (like 6 or 7 fps). Look on YouTube for some examples, it doesnât look very usable. A better solution is HKCam.
This could be combined with a simple HAA button and some scenes/automations to create the effect of a doorbell, as the doorbell accessory type is not supported by HAA.
The problem with this is that the esp32 doesnât have enough computing power to convert the camera stream to a format that HomeKit is happy with resulting in a very low frame rate (like 6 or 7 fps). Look on YouTube for some examples, it doesnât look very usable. A better solution is HKCam.
This could be combined with a simple HAA button and some scenes/automations to create the effect of a doorbell, as the doorbell accessory type is not supported by HAA.
I use esp32cam. It works via rtsp and homebridge perfectly for my needs. But this module can be more effective with HAA and ability to have video stream and to program gpios (light, buttons,sensors, locks and so on)
Yes it works well with homebridge because the computer your running your homebridge server on is doing the encoding of the rtsp stream. When you take away that computer like with HAA there is not enough computing power to convert the rtsp stream to a usable format for HomeKit.
But itâs possible to make HAA for gpios + video via homebridge, isnât it?đ
But itâs possible to make HAA for gpios + video via homebridge, isnât it?đ
Good question. Even if the vision was to have 7fps.
Itâs time to start HAA on esp32, even without videođ
I would like to make a video doorbell compatible with HomeKit based on this element. That would be a great deal
Yes, because often only picture is needed
Yes, because often only picture is needed
Exactly. It's enough for the camera to take a photo when calling.
Yes it would be a great idea but this can already be done with an esp8266 module. You just donât have the camera capabilities. In that way you have to use 2 different modules but I agree support for esp32 would be a cleaner solution.
So please tell me what solution would be best and compatible with HomeKit. I would like to build a video doorbell cooperating with the lock mechanism (Sonoff SV 12V). I want to have a notification about the call, a photo or (if it possible) live view. The most important thing is possiblility to communicate with a person on the other side.
+1 for the video doorbell!
So please tell me what solution would be best and compatible with HomeKit. I would like to build a video doorbell cooperating with the lock mechanism (Sonoff SV 12V). I want to have a notification about the call, a photo or (if it possible) live view. The most important thing is possiblility to communicate with a person on the other side.
As I see, now you need 2 devices (if you want to use sonoff sv).
1 - camera via homebridge (I donât know about ability to talk with person, but you can hear, exactly)
2 - sonoff sv to open the door and free gpio for button.
To use 1 device, you need homebridge server running on something like raspberry (for video surveillance I use windows 10 pc and some outdoor Reolink cameras with speakers. If I need to communicate, I use official reolink app. HomeKit - for âsee and openâ case).
2 device must be configured in HAA setup page like 2 accessories: lock and button (but I use xiaomi motion sensor because of HomeKit notifications with picture. But I think, in theory, in HAA you may declare button as motion sensor).
Of course, with esp32 it will be a little bit easily, gracefully and cheaper.
And how many cases with esp32 I can imagine, as a result of adding to HAA Bluetooth libraries....đ
Could someone clarify if flashing 'fullhaaboot.bin' to an ESP32 will work? I'm a noob... Be gentle ;)
Could someone clarify if flashing 'fullhaaboot.bin' to an ESP32 will work? I'm a noob... Be gentle ;)
No. See https://github.com/RavenSystem/esp-homekit-devices/issues/447#issuecomment-508794927
HAA does not work on an esp32.