Skip to content

UTN-FRBA-Mobile/HomeAssistant

Repository files navigation

HomeAssistant

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.

Screenshots

Devices

devices add-device

Scenes

scenes add-scene

Automations

automations clock-automation geolocation-automation shake-automation

How to run locally

  1. Prerequisites

    • Install NodeJS
  2. Run local server

cd server
npm i
node server.js

run-local-server

  1. 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

configure-port-redirection

More information about port redirection here.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •