-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Temperature update interval TH16 #106
Comments
From my (still limited) knowledge of this plugin, I can give my thoughts -- I don't think this plugin performs regular polling checks to update devices, rather, external updates are sent to the plugin through a websocket in real time. |
Hi @minws13, The plugin only check temperature when you use the Home app. It does not check in background periodically. Instead, the ewelink server would push updates to the plugin via a websocket connection. The ewelink server control when to push such updates. |
@howanghk @thepotterfamily thanks. I monitored a bit to see if there is any specific interval that ewelink checks in the background, and there is not. I noticed however that if there is a sudden change in temperature it is reported, therefore it somehow reports the temperature if there is a big change rather than every a specified time (it could be six hours). If someone takes a look at the log, it seems that regardless the time, the temperature is reported if it reaches a difference of max 0.7 celcius. So my question would be if instead of opening the home app every 5 minutes to get more frequent readings, could it be done by "simulating" the opening of home.app through homebridge or the ewelink plugin? [6/16/2020, 1:55:33 AM] [eWeLink] setting temperature: 24.9 |
Hello,
is there a way to define in the config file the time interval at which the TH16 checks for and reports temperature?
Thanks
The text was updated successfully, but these errors were encountered: