homebridge-daikin-local-platform
is a dynamic platform plugin for Homebridge that provides HomeKit support for Daikin climate devices to be controlled.
The plugin communicates with your AC units through the local api from devices. This means your units must be set up there and connect to lan before you can use this plugin.
Configure the plugin through the settings UI or directly in the JSON editor:
{
"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): Iftrue
, the plugin will print debugging information to the Homebridge log.
-
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).
- Thanks to やまでん for protocol detail.
- Thanks to the team behind Homebridge. Your efforts do not go unnoticed.
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.