homebridge-panasonic-miraie-ac-platform
v1.0.10
Published
Homebridge platform plugin providing HomeKit support for Panasonic MirAIe air conditioners.
Downloads
14
Maintainers
Readme
Homebridge Panasonic MirAIe AC Platform
homebridge-panasonic-miraie-ac-platform
is a dynamic platform plugin for Homebridge that provides HomeKit support for Panasonic MirAIe air conditioners over MQTT.
How it works
The plugin communicates with your AC units through the MirAIe Platform
. This means your units must be registered and set up there before you can use this plugin.
All devices that are set up on your MirAIe account will appear in your Home app. If you remove a device from your MirAIe account, it will also disappear from your Home app after you restart Homebridge.
Homebridge setup
Configure the plugin through the settings UI or directly in the JSON editor:
{
"platforms": [
{
"platform": "Panasonic MirAIe AC Platform",
"name": "Homebridge Panasonic MirAIe AC Platform",
"userId": "[email protected]",
"password": "********",
"logLevel": 4,
"suppressOutgoingUpdates": false
}
]
}
Required:
name
(string): Will be displayed in the Homebridge log.userId
(string): The username of your MirAIe Platform account.password
(string): The password of your account.
Optional:
logLevel
(boolean): The minimum loglevel of the logs written to log file. 0 is off and 4 is Error level.suppressOutgoingUpdates
(boolean): Iftrue
, changes in the Home app will not be sent to Comfort Cloud. Useful for testing your installation without constantly switching the state of your AC to minimise wear and tear.
Troubleshooting
If you have any issues with this plugin, choose the debug log leve 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.
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 embee8 for creating and maintaining homebridge-panasonic-ac-platform
- Thanks to codyc1515 for creating and maintaining homebridge-panasonic-air-conditioner
- Thanks to milothomas for creating and maintaining ha-miraie-ac, which served as motivation for this MirAIe platform plugin and proved particularly helpful in determining MirAIe API request/response payloads and MirAIe MQTT topics/contracts.
- 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.