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