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 parcel 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
❗ [E0036] @alcalzone/release-script 5.1.1 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script-plugin-iobroker 5.1.2 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script-plugin-license 5.1.1 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @alcalzone/release-script-plugin-manual-review 5.1.1 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E1057] admin 4.0.9 listed as dependency but 7.6.17 is required as minimum, 7.6.20 is recommended. Please update globalDependency at io-package.json.
❗ [E1057] js-controller 3.2.0 listed as dependency but 6.0.11 is required as minimum. Please update dependency at io-package.json.
❗ [E6006] Current adapter version 0.3.1 not found in README.md
❗ [E6007] Future year (2030) found in copyright at README.md. Please use "Copyright (c) 2022-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: "von der deutschen"). Please remove or translate.
❗ [E6029] Changelog section in README.md has no entry for npm latest version 0.3.1.
❗ [E6031] Changelog section in README.md is missing entry/entries for version(s) from io-package.json news: 0.3.1, 0.2.9, 0.2.8-beta.0, 0.2.7, 0.2.6.
❗ [E7002] Future year (2030) found in LICENSE. Please use "Copyright (c) 2022-2026 TA2k tombox2020@gmail.com" at the start of LICENSE
❗ [E7005] Future year (2030) found in LICENSE. Please use "Copyright (c) 2022-2026 TA2k tombox2020@gmail.com" at the start of LICENSE
👀 [W0040] "keywords" within package.json should contain "ioBroker"
👀 [W0066] "@types/node":"^25.5.2" at package.json allows major version greater than 22. Downgrade to node.js 22.x.x to avoid wrong typing is recommended.
👀 [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.
👀 [W1054] Missing suggested translation into ru,pt,nl,fr,it,es,pl,uk,zh-cn of some "common.news" in io-package.json.
👀 [W1073] Potential sensitive data "aliPassword" not listed at "protectedNative" in io-package.json
👀 [W1074] Potential sensitive data "aliPassword" 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.
👀 [W1132] io-package.json: instanceObject "refresh" common.role "boolean" is not a known ioBroker state role
👀 [W3024] Workflow "test-and-release.yml": job "adapter-tests" matrix uses node.js 25 which is not in the list of recommended testing versions (20, 22, 24).
👀 [W3032] Release 0.3.1 from io-package.json/package.json has not yet been tagged. Tagging releases is required.
👀 [W6023] Sentry plugin is configured in io-package.json but the required Sentry information was not found in README.md. Please add the standard Sentry notice near the top of README.md.
👀 [W6030] Changelog section in README.md should contain an entry for io-package.json version 0.3.1.
📌 [S0085] No devDependency "@tsconfig/nodeXX" found. Consider adding one for proper type checking (see ioBroker.examples for examples).
📌 [S0088] "/tsconfig.json" should contain an extends clause like "extends": "@tsconfig/node20/tsconfig.json" (see ioBroker.examples).
📌 [S2008] Version 0.3.1 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
📌 [S3012] Workflow "test-and-release.yml": job "deploy" is not defined. Consider adding it for automated releases.
📌 [S3014] Workflow "test-and-release.yml": job "adapter-tests" should declare "needs: check-and-lint" to run after linting.
📌 [S3021] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 22. Consider updating to the recommended version 24.
📌 [S4047] Adapter "parcel" 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 "os" is a built-in Node.js module. Please use "node:os" instead.
📌 [S5043] Package "path" is a built-in Node.js module. Please use "node:path" instead.
📌 [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.
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 parcel 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.parcel
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 Sat, 30 May 2026 09:15:17 GMT based on commit c579b7c
ioBroker.repochecker 5.17.0