This Homebridge plugin is designed to integrate Tech-Sterowniki's EMODUL.EU devices into your HomeKit environment. By installing this plugin, you can control and monitor your Tech-Sterowniki devices directly from the Home app on your iOS device, as well as through Siri voice commands. The plugin aims to provide a seamless and user-friendly experience, bringing smart control and automation to your Tech-Sterowniki devices.
Before installing the Homebridge Tech-Sterowniki Platform Plugin, ensure you have the following:
npm install -g homebridge
npm install -g homebridge-tech-sterowniki-emodul
config.json
file (see below for an example).Add the following configuration to the platforms
array in your Homebridge config.json
file:
{
"bridge": {
"name": "Homebridge ...",
"username": "00:00...",
"port": 51314,
"pin": "...",
"advertiser": "bonjour-hap"
},
"accessories": [],
"platforms": [
{
"name": "My home",
"login": "test",
"password": "test",
"platform": "TechEmodulHomebridgePlugin",
"apiUrl": "https://emodul.eu/api/v1/"
}
]
}
Once installed and configured, your Tech-Sterowniki devices should appear in the Home app. You can control them like any other HomeKit accessory. Use Siri voice commands for quick actions and status checks.
If you experience issues with the plugin, please check the following:
Ensure that your Homebridge instance is running and accessible. Verify that your Tech-Sterowniki devices are online and reachable on the network. Check your Homebridge logs for any error messages or issues related to the plugin. Ensure that your config.json file is correctly configured.
If you would like to contribute to the development of this plugin, please submit a pull request or create an issue on the GitHub repository.
This Homebridge plugin is released under the Apache-2.0 license.
For any questions or support, please open an issue on the GitHub repository.
Enjoy controlling your Tech-Sterowniki devices with HomeKit!