You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
❗ [E0029] Node.js 18 is required as minimum, node.js 20 is recommended. Please change "{'engines' : { 'node' >= '10.0.0' } }" to "{'engines' : { 'node' >= '18' } }" at package.json.
❗ [E0058] Attribute "deprecated" at package.json is not supported. Please remove.
❗ [E1057] js-controller 1.4.2 listed as dependency but 5.0.19 is required as minimum, 6.0.11 is recommended. Please update dependency at io-package.json.
❗ [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 6.17.14 is required as minimum, 7.6.17 is recommended. Please add to globalDependencies 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.
❗ [E6007] Future year (2030) found in copyright at README.md. Please use "Copyright (c) 2019-2025 ta2k tombox2020@gmail.com" at start of LICENSE section.
❗ [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.
❗ [E7002] Future year (2030) found in LICENSE. Please use "Copyright (c) 2019-2025 ta2k tombox2020@gmail.com" at the start of LICENSE
❗ [E7002] Future year (2030) found in LICENSE. Please use "Copyright (c) 2019-2026 ta2k tombox2020@gmail.com" at the start of LICENSE
👀 [W0034] @iobroker/adapter-core 3.2.3 specified. 3.3.2 (or newer) is current. Please update dependencies at package.json
👀 [W0037] @alcalzone/release-script 3.8.0 specified. 5.0.0 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script 5.0.0 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-iobroker 3.7.2 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-iobroker 4.0.0 specified. 5.1.2 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-license 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-license 4.0.0 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-manual-review 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @alcalzone/release-script-plugin-manual-review 4.0.0 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json
👀 [W0037] @iobroker/testing 5.0.3 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json
👀 [W0040] "keywords" within package.json should contain "ioBroker"
👀 [W0050] 'request' package is deprecated and no longer maintained. Consider migrating to native 'node:fetch' or 'axios' if more complex functionality is needed.
👀 [W1027] Missing suggested translation into uk of "common.titleLang" in io-package.json.
👀 [W1034] Missing suggested translation into uk of "common.desc" in io-package.json.
👀 [W1073] Potential sensitive data "password,atoken,rtoken,vwatoken,vwrtoken,wc_access_token,wc_refresh_token,pin" not listed at "protectedNative" in io-package.json
👀 [W1074] Potential sensitive data "password, atoken, rtoken, vwatoken, vwrtoken, wc_access_token, wc_refresh_token, pin" not listed at "encryptedNative" in io-package.json
👀 [W1078] "common.materialize" is deprecated for admin >= 5 at io-package.json. Please use property "common.adminUI.config".
👀 [W1081] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"
👀 [W1084] "common.main" is deprecated and ignored. Please remove from io-package.json. Executable is defined by entry "main" at package.json.
👀 [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
👀 [W2002] Version of package.json (0.7.15) doesn't match latest version on NPM (0.7.13)
👀 [W3018] Workflow "/.github/workflows/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.
👀 [W3019] Workflow "/.github/workflows/test-and-release.yml": job "deploy" step using "ioBroker/testing-action-deploy@v1" has "npm-token" parameter specified. Trusted publishing will not work while "npm-token" is set.
📌 [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.
📌 [S8901] Dependabot configuration file ".github/dependabot.yml" not found. Consider adding dependabot to keep dependencies up to date.
📌 [S8913] No automerge workflow for dependabot PRs found. Consider setting up automerging by adding ".github/workflows/automerge-dependabot.yml".
📌 [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.
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
ERRORS:
WARNINGS:
SUGGESTIONS:
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 recheckor
@iobroker-bot recreatePlease 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, 27 Mar 2026 01:26:16 GMT based on commit 3a6c18e
ioBroker.repochecker 5.5.5