Description
Describe the bug
When restarting the adapter, if some devices are not online, a lot of pollution will be generated at "info" loglevel
tr-064.0 | 2025-03-05 14:40:38.954 | info | forEachConfiguredDevice: in GetSpecificHostEntry 0(Some-PC/AB:CD:EF:12:34:56) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
To Reproduce
Steps to reproduce the behavior:
- Register some devices on the TR-064 adapter
- Turn these devices off
- Wait for Fritzbox to register the devices as "offline"
- Restart adapter/ioBroker
Expected behavior
Nothing should be in the logs as the devices are offline but still technically there (even in the Fritzbox network inventory)
Screenshots & Logfiles
tr-064.0 | 2025-03-05 14:40:38.954 | info | forEachConfiguredDevice: in GetSpecificHostEntry 0(Some-PC/AB:CD:EF:12:34:56) device seems offline but we never saw it since adapter was started:Error: sendSOAPActionRequest Error action=GetSpecificHostEntry serviceType=urn:dslforum-org:service:Hosts:1: 500 - {"code":500}
This line will repeat every 30 seconds and pollute the logs
Versions:
- Adapter version: 4.3.07
- JS-Controller version: 7.0.6
- Node version: 20.18.3
- Operating system: Raspberry-OS (Bookworm)
Additional context
--