esp8266_milight_hub icon indicating copy to clipboard operation
esp8266_milight_hub copied to clipboard

HomeKit Support

Open magichew opened this issue 6 years ago • 6 comments

Is there any scope for integrating this with HomeKit.

Perhaps building on this project?

https://github.com/RavenSystem/esp-homekit-devices

magichew avatar Sep 18 '19 17:09 magichew

Certainly open to it, although I'm entirely unfamiliar with the platform and would want some help navigating it.

The libraries I'm seeing in your link are for the RTOS SDK, which is a different (and I believe incompatible) platform. The Arduino SDK is built on top of the non-OS SDK.

sidoh avatar Sep 21 '19 22:09 sidoh

Is maybe homebridge with mqtt a valid solution?

Zer0x00 avatar Sep 23 '19 10:09 Zer0x00

Thanks @buenyamin-olgun. Yes, using one of the existing integration modes would be preferable.

sidoh avatar Sep 29 '19 21:09 sidoh

@magichew, any thoughts here? Is there a way to use either the REST API or the MQTT integration?

sidoh avatar Oct 05 '19 18:10 sidoh

@magichew, any thoughts here? Is there a way to use either the REST API or the MQTT integration?

Hi sorry, I really don’t have any technical knowledge, I’m just a user of things that way more talented people have put together.

I’ve had milight working via homebridge but I’m hoping to achieve HomeKit integration without Homebridge.

I have the firmware that I linked to above on several sonoff devices and its working well, I hoped there may have been a way to build HomeKit support in to this custom milight hub concept but I’m afraid all I can contribute to this is the idea.

magichew avatar Nov 04 '19 23:11 magichew

Finally I've managed to enhance a homebridge plugin so that it can utilize all of the lovely EMH features.

https://github.com/normen/homebridge-milighthub-platform/

Zer0x00 avatar Apr 16 '20 11:04 Zer0x00