todbot / Blink1Control2

Blink1Control GUI to control blink(1) USB RGB LED devices.
http://blink1.thingm.com/
Apache License 2.0
154 stars 26 forks source link

Hitting api.thingm.com constantly #164

Closed nicholashead closed 2 years ago

nicholashead commented 2 years ago

Hello,

Upgraded to latest version, and I'm not sure if it's a new change or what- but my DNS app (Pi-Hole) is reporting nonstop lookups of the thingm domain. I don't have any IFTTT things configured in the app and just use it for manually turning the light on and off. Is there any way to stop the network traffic to this endpoint? I don't think it needs to talk to anything online for my purposes. Thanks.

todbot commented 2 years ago

Hi, Yes, if you go into your blink1control2-config.json file (the path is shown in the About window), there is a section called iftttService with a property enabled that is set to true. Change that to false and when you start up Blink1Control2 it will no longer check api.thingm.com.

Screen Shot 2022-01-03 at 12 51 57p
nicholashead commented 2 years ago

@todbot thanks so much! Appreciate the help.