-
How often does the polling run?
-
By default does it really check and poll all discovered capabilities? Why? Can we configure this somehow?
-
Is there a way only poll the capabilities you want to see and skip the rest?
-
How can we improve timouts and/or performance to allow polling everything in a reasonable interval?
Test env: FB7530, FB6490, FWR1750e, 7 HAN-FUN sensors, 8 Fritz DECT 301, 2 Fritz DECT 201 (1 inactive)
-
Does the exporter store a list of "known" devices somewhere? Does this get refreshed and repolled on every run?
-
Can we retrieve the list of devices from TR064 + HTTP, compare them to a Set and store somewhere so we don’t need to poll this each time?
-
Only periodically try and update the overall device list (not that many changes probably)
-
Can we somehow bundle multiple AIN requests for AHA
getdeviceinfos
into one call or at least avoid callingfritzconnection
so many times to speed it up? This is a whole renegotiation and handshake each time I think *