bunch of bugs

This commit is contained in:
2026-08-26 18:17:03 +02:00
parent c5b598b522
commit 1e73476830
7 changed files with 77 additions and 9 deletions
+6 -4
View File
@@ -30,7 +30,7 @@ arrival_detection:
verify_tls: true
hosts_oid: lanhosts
# Log every router/API call and its result without logging credentials.
debug: false
debug: true
devices:
- id: ignace
@@ -53,15 +53,16 @@ notify:
filter:
# Empty accept lists allow all values. Ignore lists always take precedence.
accept:
events: [empty]
events: [empty, first_arrival]
ids: []
ignore:
events: [arrived, departed]
events: [departed]
ids: []
# Available placeholders: {sender}, {event}, {id}, {text}.
message: "{sender}: {event} ({id})"
messages:
arrived: "{id} arrived home"
first_arrival: "{id} is the first to arrive home"
departed: "{id} left home"
empty: "The house is empty"
# May also be supplied through the NTFY_TOPIC_URL environment variable.
@@ -70,7 +71,8 @@ notify:
cloud_logger:
enabled: true
event_url: http://www.suy.nl/home_logger/event
# event_url: http://www.suy.nl/home_logger/event
event_url: http://127.0.0.1:29651/home_logger/event
timeout: 10
filter:
# Empty accept lists allow all values. Ignore lists always take precedence.