verified icon indicating copy to clipboard operation
verified copied to clipboard

Verification Request: homebridge-otodo-vav

Open Surfysamy opened this issue 2 months ago â€ĸ 11 comments

Plugin Name

homebridge-otodo-vav

Link To GitHub Repo

https://github.com/Surfysamy/homebridge-otodo-vav

Plugin Icon (Optional)

I'd like my plugin to be verified because i've been looking for homebridge plugins for this application and I've never found it. I think it could be useful for otodo customers to be able to add their products to homebridge. I'm a solo developer and I made this without any help so don't hesitate to tell me if something is wrong in my code Thanks

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

Surfysamy avatar Nov 13 '25 15:11 Surfysamy

🔴 Failed Checks

  • Package JSON: homepage missing or does not start with https://
  • Package JSON: bugs.url missing
  • Config Schema JSON: schema is invalid - required should not be a boolean property on individual fields. In JSON Schema, required must be an array at the object level listing required property names. Remove "required": true/false from individual properties and use "required": ["property1", "property2"] at the object level instead.

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected

â„šī¸ Check Details

  • The version of the plugin tested could not be determined.
  • Link to the run workflow: visit →.

📋 Next Steps

  • Please action these failures and then comment /check to run the checks again.
  • If updating your package.json and config.schema.json files, don't forget to publish a new version to NPM.
  • Remember this is an automatic script: if you think something has been marked as a failure in error, let us know with a reply.
  • Feel free to ask any questions you have by replying to this issue.

github-actions[bot] avatar Nov 13 '25 15:11 github-actions[bot]

/check

Surfysamy avatar Nov 13 '25 16:11 Surfysamy

🔴 Failed Checks

  • GitHub Repo: version mismatch - NPM has v1.2.2 but GitHub package.json has v1.2.1

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: homepage exists
  • Package JSON: bugs.url exists and seems a valid URL
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains valid JSON Schema
  • Config Schema JSON: schema has valid type property
  • Config Schema JSON: schema has valid properties for object type
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected
  • GitHub Repo: repository is public
  • GitHub Repo: repository is not archived
  • GitHub Repo: issues are enabled
  • GitHub Repo: contains releases

â„šī¸ Check Details

  • These checks were run against v1.2.2 of the plugin.
  • Link to the run workflow: visit →.

📋 Next Steps

  • Please action these failures and then comment /check to run the checks again.
  • If updating your package.json and config.schema.json files, don't forget to publish a new version to NPM.
  • Remember this is an automatic script: if you think something has been marked as a failure in error, let us know with a reply.
  • Feel free to ask any questions you have by replying to this issue.

github-actions[bot] avatar Nov 13 '25 16:11 github-actions[bot]

/check

Surfysamy avatar Nov 13 '25 16:11 Surfysamy

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: homepage exists
  • Package JSON: bugs.url exists and seems a valid URL
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • GitHub Repo: version in package.json (v1.2.2) matches NPM version (v1.2.2)
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains valid JSON Schema
  • Config Schema JSON: schema has valid type property
  • Config Schema JSON: schema has valid properties for object type
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected
  • Runtime: homebridge installed successfully
  • Runtime: no config - homebridge should start without plugin configuration and plugin should not load
  • Runtime: platform only - plugin should start with just platform property
  • Runtime: minimal required - plugin should start with minimal required configuration
  • Runtime: full config - plugin should start with comprehensive configuration
  • Runtime: network resilience - plugin should handle network failures without crashing
  • GitHub Repo: repository is public
  • GitHub Repo: repository is not archived
  • GitHub Repo: issues are enabled
  • GitHub Repo: contains releases

â„šī¸ Check Details

  • These checks were run against v1.2.2 of the plugin.
  • Link to the run workflow: visit →.
  • External HTTP requests detected:
    • 📡 https://api.gateway.otodo.io/authenticate Methods: POST | Count: 3 | Scenarios: full config, minimal required, network resilience

📋 Next Steps

All checks passed successfully, nice work! Your plugin and/or icon will now be manually reviewed by the Homebridge team.

github-actions[bot] avatar Nov 13 '25 16:11 github-actions[bot]

/check

bwp91 avatar Dec 01 '25 17:12 bwp91

🔴 Failed Checks

Runtime Issues:

  • âš ī¸ Plugin crashes when started with the following configuration:

    {
      "platform": "OtodoVavPlatform",
      "email": "testvalue",
      "password": "testvalue"
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This needs to be fixed so that the plugin does not send Homebridge into a crash-restart loop. The plugin could:

    • Handle missing required configuration gracefully with proper error messages
    • Provide sensible defaults for missing values
    • Validate configuration during startup and log helpful warnings
  • âš ī¸ Plugin crashes when started with the following configuration:

    {
      "platform": "OtodoVavPlatform",
      "name": "OtodoVavPlatform",
      "email": "[email protected]",
      "password": "testpassword",
      "parkname": "vav",
      "homeId": "test-value",
      "pollIntervalSec": 30,
      "debug": false,
      "displayModeSliders": false
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This needs to be fixed so that the plugin does not send Homebridge into a crash-restart loop. The plugin could:

    • Handle missing required configuration gracefully with proper error messages
    • Provide sensible defaults for missing values
    • Validate configuration during startup and log helpful warnings
  • âš ī¸ Plugin crashes when network requests fail:

    Test scenario: Network resilience test with simulated HTTP failures

    Configuration used:

    {
      "platform": "OtodoVavPlatform",
      "name": "OtodoVavPlatform",
      "email": "[email protected]",
      "password": "testpassword",
      "parkname": "vav",
      "homeId": "test-value",
      "pollIntervalSec": 30,
      "debug": false,
      "displayModeSliders": false
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This test simulates network failures to verify the plugin handles HTTP errors gracefully. The plugin should:

    • Implement proper error handling for all HTTP requests
    • Use try-catch blocks or .catch() handlers for promises
    • Provide fallback behavior when external services are unavailable
    • Log errors appropriately without crashing Homebridge
    • Consider implementing retry logic with exponential backoff

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: homepage exists
  • Package JSON: bugs.url exists and seems a valid URL
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • GitHub Repo: version in package.json (v1.4.1) matches NPM version (v1.4.1)
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains valid JSON Schema
  • Config Schema JSON: schema has valid type property
  • Config Schema JSON: schema has valid properties for object type
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected
  • Runtime: homebridge installed successfully
  • Runtime: no config - homebridge should start without plugin configuration and plugin should not load
  • Runtime: platform only - plugin should start with just platform property
  • GitHub Repo: repository is public
  • GitHub Repo: repository is not archived
  • GitHub Repo: issues are enabled
  • GitHub Repo: contains releases

â„šī¸ Check Details

  • These checks were run against v1.4.1 of the plugin.
  • Link to the run workflow: visit →.
  • External HTTP requests detected:
    • 📡 https://api.gateway.otodo.io/authenticate Methods: POST | Count: 3 | Scenarios: full config, minimal required, network resilience

📋 Next Steps

  • Please action these failures and then comment /check to run the checks again.
  • If updating your package.json and config.schema.json files, don't forget to publish a new version to NPM.
  • Remember this is an automatic script: if you think something has been marked as a failure in error, let us know with a reply.
  • Feel free to ask any questions you have by replying to this issue.

github-actions[bot] avatar Dec 01 '25 17:12 github-actions[bot]

/check

Surfysamy avatar Dec 02 '25 08:12 Surfysamy

🔴 Failed Checks

Runtime Issues:

  • âš ī¸ Plugin crashes when started with the following configuration:

    {
      "platform": "OtodoVavPlatform",
      "email": "testvalue",
      "password": "testvalue"
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This needs to be fixed so that the plugin does not send Homebridge into a crash-restart loop. The plugin could:

    • Handle missing required configuration gracefully with proper error messages
    • Provide sensible defaults for missing values
    • Validate configuration during startup and log helpful warnings
  • âš ī¸ Plugin crashes when started with the following configuration:

    {
      "platform": "OtodoVavPlatform",
      "name": "OtodoVavPlatform",
      "email": "[email protected]",
      "password": "testpassword",
      "parkname": "vav",
      "homeId": "test-value",
      "pollIntervalSec": 30,
      "debug": false,
      "displayModeSliders": false
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This needs to be fixed so that the plugin does not send Homebridge into a crash-restart loop. The plugin could:

    • Handle missing required configuration gracefully with proper error messages
    • Provide sensible defaults for missing values
    • Validate configuration during startup and log helpful warnings
  • âš ī¸ Plugin crashes when network requests fail:

    Test scenario: Network resilience test with simulated HTTP failures

    Configuration used:

    {
      "platform": "OtodoVavPlatform",
      "name": "OtodoVavPlatform",
      "email": "[email protected]",
      "password": "testpassword",
      "parkname": "vav",
      "homeId": "test-value",
      "pollIntervalSec": 30,
      "debug": false,
      "displayModeSliders": false
    }
    

    Error:

    expected startup but failed - Plugin initialization error detected
    

    This test simulates network failures to verify the plugin handles HTTP errors gracefully. The plugin should:

    • Implement proper error handling for all HTTP requests
    • Use try-catch blocks or .catch() handlers for promises
    • Provide fallback behavior when external services are unavailable
    • Log errors appropriately without crashing Homebridge
    • Consider implementing retry logic with exponential backoff

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: homepage exists
  • Package JSON: bugs.url exists and seems a valid URL
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • GitHub Repo: version in package.json (v1.4.1) matches NPM version (v1.4.1)
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains valid JSON Schema
  • Config Schema JSON: schema has valid type property
  • Config Schema JSON: schema has valid properties for object type
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected
  • Runtime: homebridge installed successfully
  • Runtime: no config - homebridge should start without plugin configuration and plugin should not load
  • Runtime: platform only - plugin should start with just platform property
  • GitHub Repo: repository is public
  • GitHub Repo: repository is not archived
  • GitHub Repo: issues are enabled
  • GitHub Repo: contains releases

â„šī¸ Check Details

  • These checks were run against v1.4.1 of the plugin.
  • Link to the run workflow: visit →.
  • External HTTP requests detected:
    • 📡 https://api.gateway.otodo.io/authenticate Methods: POST | Count: 3 | Scenarios: full config, minimal required, network resilience

📋 Next Steps

  • Please action these failures and then comment /check to run the checks again.
  • If updating your package.json and config.schema.json files, don't forget to publish a new version to NPM.
  • Remember this is an automatic script: if you think something has been marked as a failure in error, let us know with a reply.
  • Feel free to ask any questions you have by replying to this issue.

github-actions[bot] avatar Dec 02 '25 08:12 github-actions[bot]

/check

Surfysamy avatar Dec 02 '25 08:12 Surfysamy

đŸŸĸ Passed Checks

  • Installation: successfully installed
  • Package JSON: homepage exists
  • Package JSON: bugs.url exists and seems a valid URL
  • Package JSON: keywords exist and contain 'homebridge-plugin'
  • Package JSON: 'preinstall' in scripts is not present
  • Package JSON: 'install' in scripts is not present
  • Package JSON: 'postinstall' in scripts is not present
  • Package JSON: engines.node property is compatible with Node 20
  • Package JSON: engines.node property is compatible with Node 22
  • Package JSON: engines.node property is compatible with Node 24
  • Package JSON: engines.homebridge property is compatible with Homebridge 1.11.1
  • Package JSON: initializer function found
  • NPM Package: has not been deprecated
  • GitHub Repo: version in package.json (v1.4.3) matches NPM version (v1.4.3)
  • Config Schema JSON: exists and is valid JSON
  • Config Schema JSON: contains valid JSON Schema
  • Config Schema JSON: schema has valid type property
  • Config Schema JSON: schema has valid properties for object type
  • Config Schema JSON: contains a valid pluginAlias
  • Config Schema JSON: the pluginType is set to 'platform'
  • Config Schema JSON: contains a name schema property
  • Dependencies: homebridge was not installed as a dependency
  • Dependencies: hap-nodejs was not installed as a dependency
  • Security: no known vulnerabilities in dependencies
  • Security: no unsafe code patterns detected
  • Security: no privilege escalation attempts detected
  • Runtime: homebridge installed successfully
  • Runtime: no config - homebridge should start without plugin configuration and plugin should not load
  • Runtime: platform only - plugin should start with just platform property
  • Runtime: minimal required - plugin should start with minimal required configuration
  • Runtime: full config - plugin should start with comprehensive configuration
  • Runtime: network resilience - plugin should handle network failures without crashing
  • GitHub Repo: repository is public
  • GitHub Repo: repository is not archived
  • GitHub Repo: issues are enabled
  • GitHub Repo: contains releases

â„šī¸ Check Details

  • These checks were run against v1.4.3 of the plugin.
  • Link to the run workflow: visit →.
  • External HTTP requests detected:
    • 📡 https://api.gateway.otodo.io/authenticate Methods: POST | Count: 3 | Scenarios: full config, minimal required, network resilience

📋 Next Steps

All checks passed successfully, nice work! Your plugin and/or icon will now be manually reviewed by the Homebridge team.

github-actions[bot] avatar Dec 02 '25 08:12 github-actions[bot]