A Homebridge plugin (v2.3.8) that enables HTTP webhook control for HomeKit accessories. It allows defining custom webhook endpoints to trigger actions on accessories, supports automation with timepoints, weekdays, delays, and logical operations, and provides a built-in web server for management. This plugin is actively maintained by SynTexDZN and integrates with Homebridge >=0.3.0 on Node >=9.11.2. Key differentiators: ability to handle multiple webhooks, automation engine, and a web-based device management interface. Releases are periodic with bug fixes and feature additions.
npm install homebridge-syntex-webhooksNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic configuration of a SyntexWebhooks platform with one switch device controlled by two webhook URLs.
Review automation documentation and adjust automation.json according to new structure.
Set custom username/password in config.
Update to latest version and follow migration guide.
Upgrade Node.js to version 9.11.2 or higher.
Run 'npm install -g homebridge-syntex-webhooks' and ensure platform name is exactly 'SyntexWebhooks'.
Change the 'port' setting to an unused port (e.g., 51829).
Update 'auth' section with correct username/password.
Verify the webhook URL is correct and the target device is reachable.
No dependency data recorded yet.