vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
383 stars 69 forks source link

Add device Id #92

Closed pvint closed 3 years ago

pvint commented 5 years ago

Original report by Maaz Shaikh (Bitbucket: MaazSk, GitHub: MaazSk).


Hi, I just wanted to know how can I add device Id to the nodemcu, because I am having 3-4 nodemcu and I want to connect it the alexa echo dot

Thanks and Regards.

pvint commented 5 years ago

Original comment by Carlos Yz (Bitbucket: [Carlos Yz](https://bitbucket.org/Carlos Yz), ).


I think you don’t need an id for the nodemcus. Just keep different names for devices on all nodes. If you want a specific code to manipulate the nodemcus, give an different name and code the function (like “office node”, “living room node”, to reset them one each a time. for example).

If all nodemcus have same devices you want to control on each room, for example, you can add the id of nodemcu to the device (“office light”, “living room light”, etc), statically ou dynamically.