homebridge-daikin-local-platform

1.1.0 • Public • Published

Homebridge Daikin Local Platform

GitHub version npm version

homebridge-daikin-local-platform is a dynamic platform plugin for Homebridge that provides HomeKit support for Daikin climate devices to be controlled.

How it works

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.

Homebridge setup

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): If true, the plugin will print debugging information to the Homebridge log.

Troubleshooting

  • 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.

Contributing

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).

Acknowledgements

  • Thanks to やまでん for protocol detail.
  • Thanks to the team behind Homebridge. Your efforts do not go unnoticed.

Disclaimer

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.

Package Sidebar

Install

npm i homebridge-daikin-local-platform

Weekly Downloads

10

Version

1.1.0

License

Apache-2.0

Unpacked Size

152 kB

Total Files

36

Last publish

Collaborators

  • tasict