bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 198 forks source link

Constant chatter in logs #1334

Open smartypantsuk opened 2 years ago

smartypantsuk commented 2 years ago

Hi,

Setting logging to debug, I seem to have a lot of chatter in the logs from the Echo devices, it's continuous. Is this normal?

10-30-2021 20:31:57.201 | DEBUG | HueMulator GET called on api/* with request <<</api/e7cfc7c32630463b9533bb819219538c/lights/214>>>, and body <<<>>> | com.bwssystems.HABridge.hue.HueMulator
-- | -- | -- | --
10-30-2021 20:31:57.201 | DEBUG | hue light requested: 214 for user: e7cfc7c32630463b9533bb819219538c from 10.0.30.27 | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:31:57.201 | DEBUG | found device named: Office Heating | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:29.007 | DEBUG | HueMulator GET called on api/* with request <<</api/68a53403c35e4ca9ae644829063f9e81/lights/200>>>, and body <<<>>> | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:29.009 | DEBUG | hue light requested: 200 for user: 68a53403c35e4ca9ae644829063f9e81 from 10.0.30.3 | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:29.010 | DEBUG | found device named: Kitchen Lights | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:50.253 | DEBUG | HueMulator GET called on api/* with request <<</api/e7cfc7c32630463b9533bb819219538c/lights/213>>>, and body <<<>>> | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:50.255 | DEBUG | hue light requested: 213 for user: e7cfc7c32630463b9533bb819219538c from 10.0.30.27 | com.bwssystems.HABridge.hue.HueMulator
10-30-2021 20:32:50.256 | DEBUG | found device named: Master Bedroom Heating
bwssytems commented 2 years ago

IT depends on the device that is doing the query? it seems you have a device that is asking for the lights every second.