-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verification Request: homebridge-intercom #733
Comments
🔴 The following pre-checks failed:
🟢 The following pre-checks passed:
If updating your |
/check |
🔴 The following pre-checks failed:
🟢 The following pre-checks passed:
If updating your |
/check |
🟢 The following pre-checks passed:
🎉 All pre-checks passed successfully, nice work! Your plugin and/or icon will now be manually reviewed by the Homebridge team. |
I noticed we already have an existing verified plugin https://github.com/rooi/homebridge-intercom-automation-hat, I'm asking this purely since both this one and yours have |
Hi @bwp91 The plugin you mentioned is based only on Raspberry Pi. While my plugin currently supports only Shelly Uni based intercoms, I've put in the effort to allow it to add intercoms based on other devices as well. |
/check |
🟢 The following checks passed:
🎉 All checks passed successfully, nice work! Your plugin and/or icon will now be manually reviewed by the Homebridge team. |
with a minimal config of: {
"name": "Intercom",
"manufacturer": "Default-Manufacturer",
"model": "Default-Model",
"serialNumber": "Default-Serial",
"timeout": 10,
"intercomType": "shellyUni",
"shellyUniStatusUrl": "ksajdklasjdks",
"shellyUniStatusJsonPath": "saljdklas",
"shellyUniButtonsOrder": "open-talk",
"shellyUniButtonsTimeout": 1,
"shellyUniRingSuppressionTimeout": 0,
"_bridge": {
"username": "0E:C9:32:1E:39:47",
"port": 38071
},
"platform": "Intercom Plugin"
} I receive the following crash loop:
Please update the plugin to ensure that the configuration is valid - in this case I assume the error is showing because this is not a valid URL in my config - |
Plugin Name
homebridge-intercom
Link To GitHub Repo
https://github.com/denisgabriel5/homebridge-intercom/
Plugin Icon (Optional)
No response
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
The text was updated successfully, but these errors were encountered: