homebridge-yokis-http-client
v0.0.3
Published
Homebridge plugin to interface with Yokis MTR2000ER wireless switches often used in for lightbulbs.
Downloads
2
Readme
Homebridge Yokis HTTP Client Plugin
Control your Yokis MTR2000ER radio switches (and more) through Homebridge using this plugin. This plugin allows you to integrate your Yokis devices with Apple's HomeKit ecosystem, providing you with convenient and seamless control over your smart home devices.
Prerequisites
Before you begin, ensure you have the following:
- A Yokis Hub: This plugin relies on the Yokis Hub platform to communicate with your Yokis devices. Ensure that your Yokis Hub is properly set up (through the Yokis Pro app, only available on Android tablets) and connected to the internet.
- A Yokis account: You can either use your main Yokis account configured through the Yno app, or create a sub account dedicated to the use of this plugin.
Installation
You can install this plugin from the web interface. Alternatively you can install it with:
npm install -g homebridge-yokis-http-client
Configuration
The following need to be added to your configuration before the plugin can start and work.
Please enter the username and password you use in your Yokis YnO app.
Example configuration:
{
"platform": "YokisHTTPClient",
"name": "YokisHTTPClient",
"username": "[email protected]",
"password": "P@ssw0rd"
}