锦鲤

Results 2 issues of 锦鲤

在我的HomeAssistant中使用该插件添加美的JSQ30-MJ3热水器时程序出现错误,提示 ``` Logger: homeassistant.setup Source: setup.py:288 First occurred: 15:36:12 (1 occurrences) Last logged: 15:36:12 Error during setup of component meiju Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 288, in...

当前版本是v1.2.4 当我尝试执行命令挂载在debian下创建的ZFSPool时报错: ``` root@ZimaCube:/usr/lib# zpool import -f pool_name This pool uses the following feature(s) not supported by this system: com.klarasystems:vdev_zaps_v2 cannot import 'pool_name': unsupported version or feature ``` 尝试使用只读模式挂载提示相同。检查[这个链接](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feature%20Flags.html),发现是zfs版本偏低导致的。需要zfs版本2.2.5才支持该特性。尝试自己手动更新,但是没有包管理器也不支持基础库所以失败。望后续更新。