Files
midea-meiju-codec/README.md
2023-09-04 12:42:16 +08:00

18 lines
874 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Midea Meiju Codec
通过网络获取你美居家庭中的设备,并且在本地配置这些设备,并通过本地更新状态及控制设备。
- 自动查找和发现设备
- 自动下载设备的协议文件
- 将设备状态更新为设备可见的属性
- 仅在配置设备时联网一次,配置完成后纯本地工作
## 非常初期的预览版
- 仅供技术实现验证以及评估
- 目前无法控制设备预计v0.0.3实现
## 安装与配置
- 在初次配置的时候由于要安装三方Python库lupa所以可能会转一会正常现象等着就行。
- 目前一个设备仅生成了一个二进制传感器Status, Status的属性中列出了设备可读的所有信息, 且会自动更新这些信息。
- 如果要求不高使用模板将属性映射成sensor或者binary_sensor即可实时反映设备的工作状态。