sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
939 stars 220 forks source link

HomeKit Support #522

Open magichew opened 5 years ago

magichew commented 5 years ago

Is there any scope for integrating this with HomeKit.

Perhaps building on this project?

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

sidoh commented 5 years ago

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.

Zer0x00 commented 5 years ago

Is maybe homebridge with mqtt a valid solution?

sidoh commented 5 years ago

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

sidoh commented 4 years ago

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

magichew commented 4 years ago

@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.

Zer0x00 commented 4 years ago

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/