homeassistant更新后,HACS报错,无法正常运行,系统内也找不到HACS插件
docker exec -it homeassistant bash
wget -O - https://get.hacs.xyz | bash -
通过webssh输入上面命令
下载完了hasc文件
再webssh输入exit
再输入docker restart homeassistant
重新进入homeassistant集成搜hacs,然后按照教程重新添加
Gree A/C 报错:2022-02-12 18:48:09 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading configuration flow for integration gree: No module named ‘custom_components.gree.config_flow’
看看官方这个教程
无法加载配置向导: [object Object]
Traceback (most recent call last):
File “/usr/local/lib/python3.9/asyncio/events.py”, line 80, in _run
self._context.run(self._callback, *self._args)
File “/usr/local/lib/python3.9/asyncio/selector_events.py”, line 1029, in _read_ready
self._protocol.datagram_received(data, addr)
File “/usr/local/lib/python3.9/site-packages/greeclimate/network.py”, line 111, in datagram_received
self.packet_received(obj, addr)
File “/usr/local/lib/python3.9/site-packages/greeclimate/discovery.py”, line 156, in packet_received
self._create_task(self.device_found(DeviceInfo(*device)))
File “/usr/local/lib/python3.9/site-packages/greeclimate/device.py”, line 113, in init
self.name = name if name else self.name
AttributeError: ‘DeviceInfo’ object has no attribute ‘name’
麻烦截图。这种不知道前因后果,不知道发生什么事情。
自动化建议用电脑编辑,视野大点。手机可能那个app掉链子了。
进入webssh,输入这个命令,删除gree这个插件。
rm -rf /usr/share/hassio/homeassistant/custom_components/gree
docker restart homeassistant
麻烦说详细一点,是删除miot auto吗?能不能miot和miot auto都使用,只在miot添加VRF空调温控器,2个组合完整的设备清单到概览卡片
不是,你是在miot里面选择排除或者不包含。这样就把不想接入的设备删除了。
好的
使用的Gree A/C集成,这个集成本身就存在问题,无法进行配置
进去webssh,输入一下命令
e2fsck /dev/mmcblk1p2
截图给我看看状态
webssh在hacs商店添加集成吗
不是有排除和包含两种么?