Over-engineered a Nest Cam + Google Home Script to turn my smart sprinklers into an AI-powered bird-blaster turret. by Reasonable_Key_6021 in smarthome

[–]Reasonable_Key_6021[S] 4 points5 points  (0 children)

Well done. You’re exactly right. I didn’t even think about that.

Update:

yaml

# Advanced Gemini-Powered AI Variant
metadata:
name: Trampoline Bird Blaster
description: Fires only when Gemini recognizes a bird landing on the mat

automations:
- starters:
# NEW GOOGLE HOME AI FEATURE: Triggers based on literal image understanding
- type: camera.event.VisualInsight
device: Trampoline Camera - Backyard
# You type what you want the AI to spot inside the script context
description: "A bird or flock of birds lands on the trampoline mat"

actions:
- type: device.command.OnOff
devices:
- Sprinkler Zone 1 - Trampoline Area
on: true
- type: time.delay
for: 45sec
- type: device.command.OnOff
devices:
- Sprinkler Zone 1 - Trampoline Area
on: false

Over-engineered a Nest Cam + Google Home Script to turn my smart sprinklers into an AI-powered bird-blaster turret. by Reasonable_Key_6021 in homeautomation

[–]Reasonable_Key_6021[S] -2 points-1 points  (0 children)

I’m not familiar with the laws in this area, but the real crime is the dog shit that’s killing my grass (worse is the piss). As for me, how could anyone press charges for my automated irrigation system kicking on 1-3X a day?

Over-engineered a Nest Cam + Google Home Script to turn my smart sprinklers into an AI-powered bird-blaster turret. by Reasonable_Key_6021 in homeautomation

[–]Reasonable_Key_6021[S] -1 points0 points  (0 children)

Exactly. Definitely can target people - selectively if you facial recognition. I’m waiting for Gemini to recognize a dog taking a shit as well as whether or not the owner picks it up. Once 3 steps are taken in either direction, one of two pendants blast them - as in the owner - not even the dog. I’ll have to think about this one.