Skip to content

Please consider fixing issues detected by repository checker #140

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 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

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

ERRORS:

  • ❗ [E0036] @alcalzone/release-script 5.1.1 specified. 5.2.1 is required as minimum, 5.2.1 (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
  • ❗ [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] 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.
  • ❗ [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
  • ❗ [E1144] Untranslated "common.news" entries detected (identical to English text): de(0.2.8, 0.3.1); it(0.2.8, 0.3.1); nl(0.2.8, 0.3.1); pt(0.3.1); ru(0.3.1).
  • ❗ [E2004] Versions "0.2.9, 0.2.8-beta.0" listed at common.news at io-package.json do not exist at NPM. Please remove from news section.
  • ❗ [E4041] Incorrect schema URL for "io-package.json" in .vscode/settings.json. Expected: "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json", found: "https://json.schemastore.org/io-package"
  • ❗ [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.
  • ❗ [E7005] Future year (2030) found in LICENSE. Please use "Copyright (c) 2022-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.2.0" 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).
  • 📌 [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] "test-and-release.yml": job "deploy" is not defined. Consider adding it for automated releases.
  • 📌 [S3014] "test-and-release.yml": job "adapter-tests" should declare "needs: check-and-lint" to run after linting.
  • 📌 [S3021] "test-and-release.yml": job "check-and-lint" uses node.js 22. Consider updating to the recommended version 24.
  • 📌 [S3051] "test-and-release.yml": "testing-action-check" in run #386 does not log the expected defaults for "npm run test:package". Please check the log,
  • 📌 [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.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Mon, 06 Jul 2026 09:06:49 GMT based on commit c579b7c
ioBroker.repochecker 5.19.8

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