Control lights with gestures

Control smart home devices with gestures!

My use case - I can control whole floor lights by showing V sign to turn them on, and showing “high five” to turn them off.
Previously, I used Siri or button to control lights, and with Siri, you know - sometimes it just doesn’t work, especially if other family memebers are talking or watch TV.

We need a camera that would support gestures recognition, in my case it’s:

  • Aqara Camera Hub G3
  • Aqara Hub M100 (optional, to expose gesture events to Home Assistant).

Enable gesture detection

  • In Aqara app, in camera settings, click on Device SettingsCamera SettingsDetection Settings.
  • Choose Gesture Detection tab and enable Gesture Detection.

Create signals that will be exposed to Home Assistant via Matter protocol by Aqara Hub.

  • Go all the way back to the home screen of the app, and switch to Profile tab.

  • Click AI LabConnect to Ecosystems and click on Home Assistant, Scene and Signal Sync, Signal Management.

    1. Click +.
    2. IF: Choose the camera with enabled gesture detection, then Gesture detected.
    3. Click gesture from the picture.
    4. Click Save.
    5. Repeat process for every gesture you want to see in Home Assistant.

In Home Assistant, go to SettingsAutomations and Scenes+ Create Automation.

Trigger would be

When: Entity Gesture Occupancy To Detected, where Gesture is gesture signal name you created in Aqara app.

And If:
Light → Choose your lights to turn on (I use areas, Living Room and Kitchen).

2 Likes

@dima.shmidt Thank you for sharing your experience with controlling smart home devices using gestures! It’s fantastic to see how you’re utilizing the Aqara Camera Hub G3’s gesture recognition to streamline your home automation. Your setup definitely showcases a creative and effective way to manage lighting, especially when voice commands might not always work perfectly due to ambient noise.

Enabling gesture detection on the Aqara Camera Hub G3 and integrating it with Home Assistant through the Matter protocol is indeed a cutting-edge approach. The steps you’ve outlined provide a clear guide for others interested in trying out similar setups.

Your contribution is incredibly valuable to the community as it highlights the practical application of gesture recognition in a smart home environment. If you have any more tips or insights, please feel free to share them. We’d love to hear more about your innovative solutions!

1 Like

Yeah, you can make use of Aqara advanced matter bridging feature to unlock more automation options on other platforms. Thanks so much for sharing it with us.