From 6b5985febf5e450ad1b7dc94afe440803e129289 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sat, 25 Nov 2023 17:17:35 +0100 Subject: [PATCH] Added bridge config --- src/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/setup.py b/src/setup.py index 2acc1f5..8c319ac 100644 --- a/src/setup.py +++ b/src/setup.py @@ -6,7 +6,7 @@ LOG_FILE_PATH = "log.txt" # Path for logs logging.getLogger().setLevel(logging.INFO) # If the distance (in cm) is lower or equal to this value, the people counter will trigger -MAX_TRIGGER_DISTANCE = 110 +MAX_TRIGGER_DISTANCE = 130 # Should lights already turn on where there is any kind of motion in the sensor ENABLE_MOTION_TRIGGERED_LIGHT = True @@ -22,9 +22,9 @@ SCHEDULE: dict[time, str] = {} # Philips Hue configuration hue_conf = { - "bridge_ip": "", + "bridge_ip": "192.168.178.85", "transition_time": 10, # seconds - "light_group": "", + "light_group": "Max Zimmer", # If file exists, application is considered 'registered' at the bridge "registered_file": "smart_light_registered.bridge", } # Custom configuration for philips hue