Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milothomas/ha-miraie-ac
- Owner: milothomas
- License: gpl-3.0
- Created: 2021-12-15T10:18:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:35:05.000Z (about 1 year ago)
- Last Synced: 2024-09-30T19:21:15.049Z (4 months ago)
- Topics: airconditioner, home-assistant, iot, miraie, mqtt, panasonic
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 20
- Watchers: 4
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ha-miraie-ac
Home Assistant integration with MirAIe air conditioners using NodeRed over MQTTSince 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