KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
homebridge-airzone-cloud
โ 24
Open GitHub โ
Homebridge Airzone Cloud
Download README (.md)
Explore Similar Repositories
lambda-circuit-breaker
:
No description available.
Candroid
:
๐ค๏ธ๐ง๏ธ๐ฆ๏ธ Candroid is the ultimate Android BusyBox, and a complete open-source re-implementation of everything Android. Currently only available on Linux.
MojangAPI
:
MojangAPI
deepspeech2-pytorch-adversarial-attack
:
Adversarial attack against DeepSpeech2 ASR pytorch model
go-iperf
:
A Go based wrapper around iperf3
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
homebridge-airzone-cloud
?
Download (.md)
<p align="center"> <img src="https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png" width="150"> <img src="logo.png" width="150"> </p> <span align="center"> # Homebridge Airzone Cloud [](https://www.npmjs.com/package/homebridge-airzone-cloud) [](https://www.npmjs.com/package/homebridge-airzone-cloud) [](https://discord.gg/F7pQJEpaHH) [](https://github.com/homebridge/homebridge/wiki/Verified-Plugins) [](https://github.com/fjhorrillo/homebridge-airzone-cloud) [](https://github.com/fjhorrillo/homebridge-airzone-cloud/issues) [](https://github.com/fjhorrillo/homebridge-airzone-cloud/pulls) [](https://standardjs.com) [](https://paypal.me/fjhorrillo) Supported Languages: :gb: </span> ## Homebridge plugin for Airzone Cloud Copyright ยฉ 2021 Francisco Javier Horrillo Sancho. All rights reserved. ### Introduction This [Homebridge](https://github.com/homebridge/homebridge) plugin exposes to Apple's [HomeKit](http://www.apple.com/ios/home/) [Airzone System](http://www.airzone.es) connected to a Webserver [Airzone Cloud](https://www.airzonecloud.com) or [DKN Cloud](https://dkn.airzonecloud.com). ### Prerequisites You need a [Airzone System](http://www.airzone.es) with a Webserver installed and also you need an account in [Airzone Cloud](https://airzonecloud.com). You need a server to run Homebridge. It is recommended using wired Ethernet to connect the server running Homebridge. This can be anything running [Node.js](https://nodejs.org): from a Raspberry Pi, a NAS system, or an always-on PC running Linux, macOS, or Windows. See the [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) for details. To interact with HomeKit, you need Siri or a HomeKit app on an iPhone, Apple Watch, iPad, iPod Touch, or Apple TV (4th generation or later). It is recommendes to use the latest released versions of iOS, watchOS, and tvOS. Please note that Siri and even Apple's [Home](https://support.apple.com/en-us/HT204893) app still provide only limited HomeKit support. As HomeKit uses Bonjour to discover Homebridge, the server running Homebridge must be on the same subnet as your iDevices running HomeKit. ### Installation To install Homebridge Airzone Cloud: - Follow the instructions on the [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) to install Node.js and Homebridge; - Install the Homebridge Airzone Cloud plugin through Homebridge Config UI X or manually by: ``` $ sudo npm -g i homebridge-airzone-cloud ``` To update Homebridge Airzone Cloud, simply issue another `sudo npm -g i homebridge-airzone-cloud@latest`. Please check the [release notes](https://github.com/ebaauw/homebridge-hue/releases) before updating Homebridge Airzone Cloud. To revert to a previous version, specify the version when installing Homebridge Airzone Cloud, as in: `sudo npm -g i homebridge-airzone-cloud@0.0.1`.