The addon in what I'm assuming is it's routine, background scanning the network for new devices. Repeats an info level log every 10 minutes saying it found devices that it doesn't support. Log spam that is unactionable is undesirable.
Here are some examples of the errors:
INFO (MainThread) [custom_components.tapo.config_flow] Found device model: c200, but type not supported SMART.IPCAMERA
INFO (MainThread) [custom_components.tapo.config_flow] Found device model: c210, but type not supported SMART.IPCAMERA
May I suggest the following potential options:
Move these to a debug or other level of logging, background scan results that aren't errors shouldn't be info level.
Have an to stop sweeping the network for new devices automatically - allow purely manual device configuration
Create an ignore list of devices - this might also be useful for people who also use other addons with overlapping functionality for the tapo/kasa ecosystem. Due to DHCP, ignoring by some ID other an IP would be preferable
The addon in what I'm assuming is it's routine, background scanning the network for new devices. Repeats an info level log every 10 minutes saying it found devices that it doesn't support. Log spam that is unactionable is undesirable.
Here are some examples of the errors:
INFO (MainThread) [custom_components.tapo.config_flow] Found device model: c200, but type not supported SMART.IPCAMERA INFO (MainThread) [custom_components.tapo.config_flow] Found device model: c210, but type not supported SMART.IPCAMERA
May I suggest the following potential options:
Thank you.