tasict / homebridge-daikin-local-platform

Apache License 2.0
14 stars 3 forks source link

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:

Optional:

Troubleshooting

Contributing

You can contribute to this project in the following ways:

Acknowledgements

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.