1

i want to make a IoT device (with raspberry) that can be controlled by google home (and voice commands). I see online that all configuration are:

Google Home <---------------> IFTTT ----------> IoT Action

Is there a way to avoid IFTTT? I want to use a configuration like:

Google Home <----------------> IoT

What library or sdk do i need?

Thanks

codeforge
  • 61
  • 1
  • 7
  • related: https://stackoverflow.com/questions/47696978/google-smart-home-integration-with-my-iot-device-clarification-needed – nick fox Dec 27 '18 at 18:11

1 Answers1

0

The best way to avoid IFTTT is to simply create your own Smart Home service.

Take a look here. I answered a similar question on StackOverflow a month back (link to it).

Electric_90
  • 161
  • 1
  • 11