diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index cb9cda7..1cd0d52 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "300 areas/310 Home Assistant/Harry and Finn Bedroom Lights.md", + "file": "300 areas/310 Home Assistant/Front Door Cam.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Harry and Finn Bedroom Lights" + "title": "Front Door Cam" } } ] @@ -197,10 +197,10 @@ }, "active": "56b95da6bf6e5d01", "lastOpenFiles": [ - "100 inbox/1779250359-CEJH.md~", - "100 inbox/1779250359-CEJH.md", - "300 areas/310 Home Assistant/Home Assistant.md", "300 areas/310 Home Assistant/Harry and Finn Bedroom Lights.md", + "100 inbox/1779250359-CEJH.md~", + "300 areas/310 Home Assistant/Front Door Cam.md", + "300 areas/310 Home Assistant/Home Assistant.md", "300 areas/310 Home Assistant/Harry and Finn Bedroom Lights.md~", "100 inbox/1779249960-ZBJQ.md~", "300 areas/310 Home Assistant/Tuya.md", @@ -232,7 +232,6 @@ "100 inbox/1778914902-WMFA.md", "100 inbox/Untitled 2.md", "100 inbox/Untitled 1.md", - "000 daily", "Untitled.canvas" ] } \ No newline at end of file diff --git a/100 inbox/1779250359-CEJH.md b/100 inbox/1779250359-CEJH.md deleted file mode 100644 index 5536398..0000000 --- a/100 inbox/1779250359-CEJH.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -created: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %> -modified: <% tp.file.last_modified_date("YYYY-MM-DD HH:mm") %> -type: note -tags: - - Home-Assistant - - Radar - - PIR - - Speaker - - Microphone - - Camera - - ESP32 - - ESPCAM - - AI - - N8N - - Gemini - - Google - - Whisper-API - - Speech-Piper - - Voice-Bridge - - Networking - - Dev-Ops - - Docker - - Mosquitto - - Nocodb - - Ntfy -aliases: [] -id: 1779250359-CEJH ---- -# [[<% tp.file.title %>]] - -# Overview -This system incorporates many parts. The flow takes PIR sensor and - - -# TODO -- [ ] Add in laser tof to ensure human presense. diff --git a/300 areas/310 Home Assistant/Front Door Cam.md b/300 areas/310 Home Assistant/Front Door Cam.md new file mode 100644 index 0000000..c34ec22 --- /dev/null +++ b/300 areas/310 Home Assistant/Front Door Cam.md @@ -0,0 +1,38 @@ +--- +created: 2026-05-20 14:28 +modified: 2026-05-20 14:28 +type: note +tags: + - Home-Assistant + - Radar + - PIR + - Speaker + - Microphone + - Camera + - ESP32 + - ESPCAM + - AI + - N8N + - Gemini + - Google + - Whisper-API + - Speech-Piper + - Voice-Bridge + - Networking + - Dev-Ops + - Docker + - Mosquitto + - Nocodb + - Ntfy + - Snapcast +aliases: [] +id: 1779250359-CEJH +--- +# [[Front Door Cam]] + +# Overview +This system incorporates many parts. The flow takes PIR sensor and then snaps a photo using N8N, Gemini to see if there is a human present. This photo is saved in NocoDB for future reference. If so it tells [[Home Assistant]] which alerts the home owner with light changes in living areas - blue/red and uses voice to inform house over snapcast of the presense at the front door. Voices can vary based on what Gemini sees. A voice prompt is created and sent to the speaker asking for the user to press the button and state their purpose. The microphone records the response and returns it to be broadcast over the Snapcast system. We send a message to NTFY for an alert on phones that there is a human present. + + +# TODO +- [ ] Add in laser tof to ensure human presense.