I have a IoT device with WiFi connectivity. I am trying to implement the Google Assistant on my device, which works so far. I am using IFTTT and Adafruit to connect my device with Google Assistant.
In Adafruit, I want to create feeds, and through this feed is all the data received by the IoT device. When I make thousands of the IoT device and give them to users, is it necessary to create multiple feeds in Adafruit or is there any other way?
When building Actions on Google is it possible to control thousands of devices?
Another point to consider is IFTTT adds a extra communication node in your network like first Google assistant sends a request to IFTTT then it processes it and send request to Adafruit and then to your device which makes it considerably slower.
– Kathan Patel Aug 12 '19 at 09:22