benzman81 / homebridge-http-webhooks

A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
GNU General Public License v3.0
178 stars 57 forks source link

Motion Sensor Not Sending Notifications #156

Closed alexclst closed 2 years ago

alexclst commented 2 years ago

I've set up a motion sensor with this plugin. As I understand it, and settings exist within the Home app to enable this, we should be able to receive activity notifications for sensors. Yet even with such notifications enabled for a sensor configured with this plugin as a motion sensor, no notifications are sent. Is this a problem on my end, or does this plugin simply not (yet) support sending activity notifications in HomeKit?

jsiegenthaler commented 2 years ago

Does the motion sensor work? Is it correctly showing motion and no motion?

The notifications are managed by the Home hub, not the plugin. The plugin cannot disable notifications.

alexclst commented 2 years ago

I tested again this morning, using curl to poke the API, and today I got notifications. So, yeah, maybe something strange was up with the hubs in my house?