Skip to content

Please consider fixing issues detected by repository checker #445

Description

@ioBroker-Bot

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter vw-connect for common errors and appropiate suggestions to keep this adapter up to date.

This check is based on the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.vw-connect

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release

ERRORS:

  • ❗ [E0058] Attribute "deprecated" at package.json is not supported. Please remove.
  • ❗ [E1035] "common.tier" is required in io-package.json. Please check https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter.
  • ❗ [E1057] js-controller 1.4.2 listed as dependency but 6.0.11 is required as minimum. Please update dependency at io-package.json.
  • ❗ [E1090] admin dependency missing. admin 7.6.17 is required as minimum, 7.6.20 is recommended. Please add to globalDependencies at io-package.json.
  • ❗ [E1105] io-package.json schema validation error: Missing required property "licenseInformation" in /common
  • ❗ [E1105] io-package.json schema validation error: Missing required property "tier" in /common
  • ❗ [E1105] io-package.json schema validation error: Unknown property "messages" in root
  • ❗ [E2004] Version "0.9.0" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
  • ❗ [E2004] Versions "0.9.8, 0.9.0" listed at common.news at io-package.json do not exist at NPM. Please remove from news section.
  • ❗ [E3022] "test-and-release.yml": job "deploy" uses node.js 20 which is below the minimum required version 24. Please update to node.js 24.
  • ❗ [E3025] "test-and-release.yml": job "adapter-tests" matrix is missing required node.js version 20. Tests with node.js 20 are required.
  • ❗ [E6003] NO "## Changelog" found in README.md
  • ❗ [E6007] Future year (2030) found in copyright at README.md. Please use "Copyright (c) 2019-2026 ta2k tombox2020@gmail.com" at start of LICENSE section.
  • ❗ [E6015] README.md must use English language only but appears to contain German text (detected: "unzuverlässig: das Auto"). Please remove or translate.
  • ❗ [E7005] Future year (2030) found in LICENSE. Please use "Copyright (c) 2019-2026 ta2k tombox2020@gmail.com" at the start of LICENSE

WARNINGS:

SUGGESTIONS:

  • 📌 [S0062] Consider adding and using package "@iobroker/adapter-dev".
  • 📌 [S0062] Consider adding and using package "@iobroker/eslint-config".
  • 📌 [S0071] No devDependency for "@iobroker/eslint-config" found. Consider migrating to the shared ESLint config.
  • 📌 [S0073] "eslint":"^10.4.1" is >= 9.0.0 but "@iobroker/eslint-config" is not used. Consider migrating to "@iobroker/eslint-config".
  • 📌 [S0085] No devDependency "@tsconfig/nodeXX" found. Consider adding one for proper type checking (see ioBroker.examples for examples).
  • 📌 [S2008] Version 0.9.6 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
  • 📌 [S2008] Version 0.9.7 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
  • 📌 [S3014] "test-and-release.yml": job "adapter-tests" should declare "needs: check-and-lint" to run after linting.
  • 📌 [S3018] "test-and-release.yml": job "deploy" is missing required permissions "contents: write" and "id-token: write" at job level. Trusted publishing will not work without them.
  • 📌 [S4038] .vscode/settings.json file missing "json.schemas" property. Add schema definitions for better IntelliSense support.
  • 📌 [S4047] Adapter "vw-connect" is not yet available in the stable repository. Please consider adding it.
  • 📌 [S5004] Plain setInterval() found in source files (main.js). Please use this.setInterval() or adapter.setInterval() instead.
  • 📌 [S5005] Plain setTimeout() found in source files (main.js). Please use this.setTimeout() or adapter.setTimeout() instead.
  • 📌 [S5022] Please consider migrating to admin 5 UI (jsonConfig) or react based UI.
  • 📌 [S5032] "lib/tools.js" found in repo but not used anywhere. Consider removing file.
  • 📌 [S5043] Package "crypto" is a built-in Node.js module. Please use "node:crypto" instead.
  • 📌 [S5043] Package "fs" is a built-in Node.js module. Please use "node:fs" instead.
  • 📌 [S5043] Package "https" is a built-in Node.js module. Please use "node:https" instead.
  • 📌 [S5043] Package "path" is a built-in Node.js module. Please use "node:path" instead.
  • 📌 [S5043] Package "url" is a built-in Node.js module. Please use "node:url" instead.
  • 📌 [S5043] Package "zlib" is a built-in Node.js module. Please use "node:zlib" instead.
  • 📌 [S5065] ".travis.yml" was found. This file is most likely obsolete and can be removed after verifying that travis is no longer used.
  • 📌 [S8005] No GitHub release found. Please use GitHub releases for easier identification of the current release and consider using "@iobroker/action-deploy".
  • 📌 [S8901] Dependabot configuration file ".github/dependabot.yml" not found. Consider adding dependabot to keep dependencies up to date.
  • 📌 [S9006] .commitinfo file should be excluded by .gitignore, please add a line with text ".commitinfo" to .gitignore

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible - at least with next minor release. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository. Priority bugfixes will not be blocked by existing errors as long as tests pass.

Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.

You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:

@iobroker-bot recheck
or
@iobroker-bot recreate

Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Fri, 14 Aug 2026 02:10:28 GMT based on commit a73d78c
ioBroker.repochecker 5.20.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions