jfarmer08 / ha-sengledapi

Home Assistant Integration for Sengled Bulbs. This is a custom component to allow control of Sengled Bulbs in Homeassistant using the unofficial Sengled API. Please note this mimics the Sengled app and therefore Sengled may cut off access at anytime.
Apache License 2.0
104 stars 34 forks source link

[Bug] Hundreds of DNS queries every second #77

Closed BrodyStone21 closed 2 years ago

BrodyStone21 commented 2 years ago

Hello, I've got this set up and everything has been working correctly for a few days, but I'm seeing thousands of DNS queries in my logs for life2.cloud.sengled.com

Is there a way to change the number of pings per minute setting in the config file? I'd like to clean this up, because it's really throwing off my Pi-hole statistics.

BrodyStone21 commented 2 years ago

Closing this because I discovered the setting within the light.py file. I've changed this to 60 seconds and everything is much better. I'm not home right now, so I can't test if this will cause any delay, but will report back if I remember.