Home Automation¶
Install openHAB¶
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable
The web interface is accessible via port 8444:
- URL:
https://<your.IP>:8444
- Username/Password: Are set at first web interface login
- Install directory:
/usr/share/openhab
- Site configuration directory:
/etc/openhab
- Config file:
/etc/default/openhab
- Data directory:
/var/lib/openhab
See also openHAB file locations.
Bash | |
---|---|
Remove openHAB¶
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable
Install Home Assistant¶
Home Assistant is an open source smart home platform that allows you to connect your smart home devices like your TV, fan, cameras, thermostats, lights, and sensors. As a user, you can build intricate automation using Home Assistant’s user-friendly, unified web-based user interface.
Perfect to run on any single board computer with 4 cores and at least 512Mb of memory. Armbian installation is optimised to run from SD/eMMC media, but it is recommended to use SSD.
The web interface is accessible via port 8123:
- URL:
https://<your.IP>:8123
- Username/Password: Are set at first web interface login
Home Assistant on Armbian runs supervised in a Docker container. This secures same functionality as stock HAOS.
- Config directory:
/usr/share/haos
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Preview
Functionality | HAOS | Armbian with HA |
---|---|---|
Automations | ||
Dashboards | ||
Integrations | ||
Add-ons | ||
One-click updates | ||
Backups | ||
General purpose server | ||
Running on exotic hardware |
Remove Home Assistant¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Preview