Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milothomas/ha-miraie-ac

Home Assistant integration with MirAIe air conditioners
https://github.com/milothomas/ha-miraie-ac

airconditioner home-assistant iot miraie mqtt panasonic

Last synced: 3 months ago
JSON representation

Home Assistant integration with MirAIe air conditioners

Awesome Lists containing this project

README

        

# ha-miraie-ac
Home Assistant integration with MirAIe air conditioners using NodeRed over MQTT

Since there is no official HA integration with Panasonic MirAIe air conditioners, this node will provide a bridge between the MirAIe MQTT broker and the local
MQTT broker receieving updates from the device and updating the state on HA as well as accepting commands from HA to control the device.

## MirAIe Authentication
Authenticate over http using the registered mobile number and password

## Device Discovery
Once authenticated, the list of devices is pulled down exposed to HA using MQTT discovery.

## Usage
* Install the node
* Add the node to a flow and configure
* Search for "climate: entities on HA

![image](https://user-images.githubusercontent.com/20719501/146172849-926ed410-3a45-4368-8311-1192b07d49fa.png)

---
## TODO
1. Show debug messages to help with troubleshooting
2. The MQTT discovery prefix is hard coded to "homeassisstant", this should be configurable on the node.
3. Follow coding standards and best practices