-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好关于重启ha后 ds_air无法使用的问题 #30
Comments
可以先更新到最新的HA版本试试? |
有个大佬看了下您的代码和我的错误,告诉我:是属于重启后再其次刷新空调列表的时候,因为没有新设备,所以这个变量返回空值,于是python就报错了。但不知道应该返回什么值才能让程序知道是没有新设备。(@static method def poll_status这部分) |
看起来不是新设备发现的问题。看上去像是你用的重启方法并没有完全重置Python的运行环境,有没有试过虚拟机彻底关闭再重启,这样会报错么? |
发现这个情况就是再虚拟机掉电后自动重启后出现的,现在最近调试有时候关闭虚拟机后,重启就肯定不行了,解决的办法禁用组件重启或者再ESXI中重启几次虚拟机又行了。。 |
就是每一次重启基本上都会有这个问题,然后再多重启几次才可以让组件运行起来。 |
Home-Assistant版本? |
作者您好,最近又重新部署了HA,ESXI虚拟机安装部署的HA9.5版本,在第一次添加组件时没有问题,能够正确识别所有设备,但是重启后又无法载入了,删除重新添加组件出现以下日志: Uncaught thread exception |
彻底关闭HAOS,再开机也是一样的问题 |
重新部署了一个x86的haos9.5版本,同样问题,第一次提交的时候成功了,重启就不行了,再次添加也报错,再次添加时候出现以下错误: Error handling request Logger: root Uncaught thread exception |
#50 应该修掉这个问题了,可以取test分支代码试试看,没问题我发个版 |
首先非常感谢制作这个组建能够让家里的大金通过ha进行控制,并且我也使用了一段时间,日常工作时非常完美。
但是当我重启一次ha的时候就会出现无法载入ds_air的问题,需要重新安装并进行相关配置才可以继续使用。
具体错误如下:
Logger: homeassistant.bootstrap
Source: bootstrap.py:409
First occurred: 21:55:10 (4 occurrences)
Last logged: 21:58:11
Waiting on integrations to complete setup: ds_air
Logger: root
Source: custom_components/ds_air/ds_air_service/service.py:292
Integration: DS-AIR (documentation)
First occurred: 21:58:58 (1 occurrences)
Last logged: 21:58:58
Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/config/custom_components/ds_air/ds_air_service/service.py", line 134, in run
Service.poll_status()
File "/config/custom_components/ds_air/ds_air_service/service.py", line 292, in poll_status
for i in Service._new_aircons:
TypeError: 'NoneType' object is not iterable
ha版本为:2021.8.8 整个ha是通过esxi以虚拟机的形式安装的haos。
再次感谢您制作的组件,如果方便,望能够解决这个重启后无法使用的问题,谢谢。
The text was updated successfully, but these errors were encountered: