Create a more organized and personalized smart home with HomeAssistant.
Set up and control your Lights, TVs, Air Conditioners, and more compatible devices, all from the HomeAssistant app.
-
Prerequisites
- Install NodeJS
-
Run local server
cd server
npm i
node server.js
- Configure port redirection in android emulator (Android emulator must be already open)
nc localhost 5554 ## mac
or
telnet localhost 5554 ## windows
auth {{credentials}} ## the console will tell you where your credentials are stored
redir add udp:54321:54321
More information about port redirection here.