maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.12k stars 170 forks source link

Can this be used as a proxy for the Level Lock? #206

Closed nmajin closed 1 year ago

nmajin commented 2 years ago

I would like to get my Level Lock into Home Assistant and unfortunately cannot use bluetooth with my HA instance. Therefore, could this be utilized to interface or proxy to the Level Lock and then I can tie an ESP32 into HA?

A similar concept that I use today would be https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32 with a SwitchBot device so the ESP32 is communicating with the SwitchBot and then that is integrated with HA via MQTT.

maximkulkin commented 1 year ago

If you can implement communication with Level Lock and replicate all HomeKit services and characteristics that it exposes, then yes.