ansible-nas/website/docs/applications/home-automation/homebridge.md

14 lines
717 B
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "Homebridge"
---
2019-11-26 00:04:05 +00:00
Homepage: [https://github.com/nfarina/homebridge](https://github.com/nfarina/homebridge)
2019-11-26 00:04:05 +00:00
Homebridge is a lightweight NodeJS server you can run on your home network that emulates the iOS HomeKit API. It supports Plugins, which are community-contributed modules that provide a basic bridge from HomeKit to various 3rd-party APIs provided by manufacturers of "smart home" devices.
## Usage
Set `homebridge_enabled: true` in your `inventories/<your_inventory>/group_vars/nas.yml` file.
2019-11-26 00:04:05 +00:00
The Homebridge web interface can be found at [http://ansible_nas_host_or_ip:8087](http://ansible_nas_host_or_ip:8087). The default username and password is 'admin' - change this after your first login!