-
Notifications
You must be signed in to change notification settings - Fork 24
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
deerma.humidifier.jsq4 #105
Comments
What interval did you set? Min and max value. |
@Charliecheung2 我开始最大值设置的60s,加湿器状态更新太慢,即使设置成60s,也会出现timeout超时,所以我后来设置成了15s,虽然会出现timeout超时,但是却不影响使用,状态更新变快了,而且再使用过一段时间后,就不会出现timeout,然后过一段时间又会出现。 |
socket超时应该是plugin给home bridge service获取属性或者发送指令的时候的请求。貌似是homebridge返回的错误。这边只是把它打印出来了而已。 |
为了响应更快,我设置成了5秒,控制没什么问题。如果能屏蔽这个超时就好了 |
貌似正常情况下也会有超时的存在 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! My humidifier model is deerma.humidifier.jsq4. If the parameter update interval is small, it will often time out. If the parameter update interval is set large, the device status will not be updated in time.
The text was updated successfully, but these errors were encountered: