本帖最后由 aprils 于 2021-6-26 22:11 编辑
小小白的我,为了把 Gree 格力中央空调加入 HA,费了九牛二虎之力。。
分别尝试过
- HACS 中安装Gree插件:因为当前 HA 版本2021.6.6,会报错 config flow can not be loaded..
- 降级 HA 到 2020.12.2:有网友分享他的成功案例是在这个版本,但因为和 当前的 Supervisor 跨度过大,直接404报错,API 对不上,启动不了了。。
最终办法:
使用大神的中央空调 Gree2 插件,下载地址 https://github.com/xcy1231/Ha-GreeCentralClimate
建议同时参考帖子 https://bbs.hassbian.com/thread-11539-1-1.html
新版 HA 还需要添加 manifest.json,我做了个最终版打包附件了,希望能帮助到大家!
解压后 gree2 放在 custom_components 下,configuration.yaml 中插入
climate:
- platform: gree2
同时加上debug查看下日志
logger:
default: warning
logs:
custom_components.gree2: debug
custom_components.gree2.climate: debug
完事重启 HA,如果日志中可以看到解析出来所有室内机的mac地址(可以在 Gree+ 中查看),IP的地址也正确,说明就成功了!
接下来 HA Overview 中添加卡片,搜索关键词“Climate”来添加实体。
|