Homebridge platform plugin providing HomeKit support for Daikin air conditioners with local control
npm install homebridge-daikin-local-platform

homebridge-daikin-local-platform is a dynamic platform plugin for Homebridge that provides HomeKit support for Daikin climate devices to be controlled.
``json`
{
"platforms": [
{
"platform": "Daikin Local Platform",
"name": "Daikin Local Platform",
"climateIPs": ["ipv4-here"],
"debugMode": false,
}
]
}
Required:
* platform (string):
Tells Homebridge which platform this config belongs to. Leave as is.
* name (string):
Will be displayed in the Homebridge log.
* climateIPs (array):
The IP addresses of the Daikin climate devices to be controlled.
Optional:
* debugMode (boolean):true`, the plugin will print debugging information to the Homebridge log.
If
- If you have any issues with this plugin, enable the debug mode in the settings (and restart the plugin). This will print additional information to the log. If this doesn't help you resolve the issue, feel free to create a GitHub issue and attach the available debugging information.
- If the plugin affects the general responsiveness and reliability of your Homebridge setup, you can run it as an isolated child bridge.
You can contribute to this project in the following ways:
* Test/use the plugin and report issues and share feedback.
* Review source code changes before and after they are published.
* Contribute with your own bug fixes, code clean-ups, or additional features (pull requests are accepted).