homebridge-airmx
v1.0.0
Published
Homebridge plugin for AIRMX Pro.
Downloads
5
Readme
Control your AIRMX Pro right from your Apple Home
The package is a Homebridge plugin for AIRMX Pro, which allows you to control the AIRMX Pro on Apple Home across your devices, even with Siri.
Installation
The plugin supports Node 18+ with Homebridge 1.8+ or 2.0. You can install the plugin via NPM:
npm i -g homebridge-airmxUsage
This plugin supports Homebridge UI configuration; you can tweak the settings
from Homebridge UI or edit the config.json file manually. Here's a simple
example:
{
"platforms": {
{
"name": "AIRMX",
"platform": "AIRMX",
"mqtt": "mqtt://192.168.10.10",
"devices": [
{
"id": 1,
"key": "<YOUR-DEVICE-KEY>"
}
]
}
}
}My local anonymous MQTT server is deployed on my home network, and remember to update your endpoint. The devices field accepts a list where each item includes a device ID and the corresponding device key.
Here's the technical specification for the configuration.
License
The package is released under the MIT license.
