Search models, users, collections, and posts

Smart Mouse Trap Adapter

GIF

Print Profile(1)

All
A1 mini
P1S
P1P
X1
X1 Carbon
X1E
A1
H2D
H2D Pro
H2S
P2S
H2C
X2D
A2L

0.24mm layer, 2 walls, 15% infill
0.24mm layer, 2 walls, 15% infill
Designer
34 min
1 plate
5.0(1)

Open in Bambu Studio
Boost
39
104
2
1
79
11
Released 

Description

Introducing the Smart Mouse Trap Adapter – the perfect upgrade to bring intelligence to your mousetraps!

What It Does

  • Smart Notifications: Integrate a Zigbee-compatible Aqara vibration sensor inside the adapter with your mousetrap. Receive instant notifications on your smart devices whenever a trap is triggered, so you never have to check manually or deal with unexpected surprises.
  • Enhanced Protection: The sensor is housed within a compact box-like design with one open side. This clever arrangement shields the sensor from dirt and blood, ensuring it stays clean and functions reliably.

Why You'll Love It

How It Works

  1. Print the Adapter: Use the provided 3D model settings to print your adapter quickly and efficiently.
  2. Insert the Sensor: Place the Aqara vibration sensor inside the adapter’s protective box, ensuring it’s securely housed and shielded from contaminants.
  3. Attach to Trap: Mount the adapter to your mousetrap for a complete smart integration.
  4. Get Notified: Enjoy automated alerts directly to your smartphone or smart home hub whenever your trap is activated.

Home Assistant Integration

Copy and customize the YAML below to set up your automation in Home Assistant:

alias: Mouse Trap
description: "Notify when the mouse trap is triggered, with helper input_boolean"
mode: single
triggers:
 - platform: device
   type: vibration
   device_id: YOUR_DEVICE_ID_1
   entity_id: YOUR_ENTITY_ID_1
   domain: binary_sensor
   trigger: device
 - platform: device
   type: vibration
   device_id: YOUR_DEVICE_ID_2
   entity_id: YOUR_ENTITY_ID_2
   domain: binary_sensor
   trigger: device
 - platform: time_pattern
   hours: "20"
   id: time
conditions: []
actions:
 - choose:
     - conditions:
         - condition: trigger
           id: time
         - condition: state
           entity_id: input_boolean.mouse_trap_triggered
           state: "on"
       sequence:
         - service: notify.YOUR_DESTINATION
           data:
             message: "Mouse trap triggered!"
     - conditions:
         - condition: not
           conditions:
             - condition: trigger
               id: time
       sequence:
         - service: input_boolean.turn_on
           target:
             entity_id: input_boolean.mouse_trap_triggered
         - service: notify.YOUR_DESTINATION
           data:
             message: “Mouse trap triggered!”

Helper Setup:
To create the helper, go to Settings > Devices & Services > Helpers in Home Assistant and add a new Toggle helper. Name it mouse_trap_triggered (it will be referenced as input_boolean.mouse_trap_triggered). This helper is essential for managing the state of your automation and ensuring accurate notifications.

Feel free to customize the device IDs, entity IDs, and notification service (notify.notify) as needed for your setup. Enjoy your smart mousetrap integration!

Enjoy!

Upgrade your pest control setup with a modern, smart solution that keeps your home safe and your traps effective. Happy printing and smart trapping!

Feel free to share your feedback or modifications to help enhance this smart home integration project.

Comment & Rating (2)

(0/1000)

Print Profile
0.24mm layer, 2 walls, 15% infill
0
Reply
I was looking at this thinking "well, how would that work" when I saw you said "vibration sensor". very clever! I have some of those switches, but had no real use for them until now
0
Reply
No more