technyon / nuki_hub

Use an ESP32 as a Hub between a NUKI Lock and your smarthome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alexa / Google home support

sgouedj opened this issue · comments

Hi,
is it possible to add a function to control the nuki hub with Alexa or Google home?
Thanks you

The short answer is I'm not sure, I have no experience with both. But I guess it's nothing that's easy to add, it'll probably need software support on Alexa or google home.

hello,
It's not very difficult, there is a dedicated library "fauxmoesp" for that. I used it to order a shutter..but I don't know how to integrate it into your great nuki hub project.
Source and example here: https://randomnerdtutorials.com/alexa-echo-with-esp32-and-esp8266/
Thanks

Personally I think that is something that should be done with a home automation solution, not on the ESP.

I agree, it's not the philosophy behind NUKI Hub to support all kind of systems. You connect both NUKI Hub and Alexa/Google with your smart home solution (Home assistant, iobroker, openhab, ...) and whenever Alexa sends a command, your smart home solution will forward it to NUKI Hub via MQTT.