Sickboy78/ioBroker.sureflap

massive request for 'app.api.surehub.io' since v1.1.5

Scrounger opened this issue · 2 comments

Describe the bug
Yesterday i updated to v1.1.5. Now i discovered that there are a lot of reqeusts for 'app.api.surehub.io' every seconds.

To Reproduce
Steps to reproduce the behavior:

  1. start the adapter and listen to traffic

Expected behavior
As in version v1.1.2 only one request per minute.

grafik

Hi!

In the future it would be great, if you could name the tool and version, you are posting screenshots from, so I don't have to reverse image search, what you are using.

There were no changes to the request frequency since version 1.2.
The general data is requested every 10s and the history and reports (feeder+felaqua consumption) every minute.
If you set the log level in iobroker for the sureflap adapter to silly and then filter the protocoll for sureflap and silly, it should show you all outgoing requests like in the attached screenshot.

grafik

If there are actually requests more often for you, please make a screenshot and post it here, so I can analyse.

As for your screenshot, it seems you are using AdGuard Home?! And the shown requests are not data but DNS requests to resolve the DNS name to an IPv4 (A) or IPv6 (AAAA) address. There have been bug reports for AdGuard Home which describe the same problem (e.g. AdguardTeam/AdGuardHome#3707).
Please try the following and see if the problem persists:
Restart AdGuard Home.
Update AdGuard to latest version.
Restart you computer.

Hope this helps.
Best Regards

Closing. Not reproducible.