Plugin Name
homebridge-dibby-wemo
Link To GitHub Repo
https://github.com/K0rb3nD4ll4S/dibby-wemo-manager/tree/main/packages/homebridge-plugin
Plugin Icon (Optional)
npm package: https://www.npmjs.com/package/homebridge-dibby-wemo
GitHub repository: https://github.com/K0rb3nD4ll4S/dibby-wemo-manager/tree/main/packages/homebridge-plugin
Plugin author: SRS IT
Differentiation from existing verified Wemo plugin
There is an existing verified plugin (@homebridge-plugins/homebridge-wemo) for basic Wemo device bridging. homebridge-dibby-wemo is differentiated by its built-in DWM scheduling engine — a full local automation system not present in any other verified Wemo plugin:
- Schedule rules — turn devices on/off at fixed times or sunrise/sunset on selected days
- Countdown rules — auto turn off/on after N minutes of being in a trigger state
- Always On — health-monitored enforcement; corrects any off-state within 10 seconds
- Away Mode — randomised on/off simulation within a time window
- Trigger rules — IFTTT-style: when device A changes state, control device B
- Multi-device rules — one rule can target multiple devices simultaneously
All scheduling runs entirely within Homebridge — no cloud, no external service, no Belkin account required.
Verification checklist
Custom UI tabs
- Devices — discovered Wemo devices with on/off toggle and firmware info
- DWM Rules — full CRUD rules engine with live scheduler status bar
- Device Rules — native Wemo firmware rules via FetchRules/StoreRules
- Settings — location config for sunrise/sunset scheduling
- Help — built-in documentation
The plugin does not offer the same nor less functionality than that of any existing verified plugin.
🟢 Yes
The plugin successfully installs and does not start unless it is configured.
🟢 Yes
The plugin does not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.
🟢 Yes
The plugin does not contain any analytics or calls that enable you to track the user.
🟢 Yes
If the plugin needs to write files to disk (cache, keys, etc.), it stores them inside the Homebridge storage directory.
🟢 Yes
The plugin does not throw unhandled exceptions, the plugin must catch and log its own errors.
🟢 Yes
More Information
No response
Plugin Name
homebridge-dibby-wemo
Link To GitHub Repo
https://github.com/K0rb3nD4ll4S/dibby-wemo-manager/tree/main/packages/homebridge-plugin
Plugin Icon (Optional)
npm package: https://www.npmjs.com/package/homebridge-dibby-wemo
GitHub repository: https://github.com/K0rb3nD4ll4S/dibby-wemo-manager/tree/main/packages/homebridge-plugin
Plugin author: SRS IT
Differentiation from existing verified Wemo plugin
There is an existing verified plugin (
@homebridge-plugins/homebridge-wemo) for basic Wemo device bridging.homebridge-dibby-wemois differentiated by its built-in DWM scheduling engine — a full local automation system not present in any other verified Wemo plugin:All scheduling runs entirely within Homebridge — no cloud, no external service, no Belkin account required.
Verification checklist
api.registerPlatform)customUi: true, full 5-tab custom UI)~/.homebridge/dibby-wemo.json)config.schema.jsonpresent and validCustom UI tabs
The plugin does not offer the same nor less functionality than that of any existing verified plugin.
🟢 Yes
The plugin successfully installs and does not start unless it is configured.
🟢 Yes
The plugin does not require the user to run Homebridge in a TTY or with non-standard startup parameters, even for initial configuration.
🟢 Yes
The plugin does not contain any analytics or calls that enable you to track the user.
🟢 Yes
If the plugin needs to write files to disk (cache, keys, etc.), it stores them inside the Homebridge storage directory.
🟢 Yes
The plugin does not throw unhandled exceptions, the plugin must catch and log its own errors.
🟢 Yes
More Information
No response