Skip to content

Please consider fixing issues detected by repository checker #156

@ioBroker-Bot

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

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

ERRORS:

  • ❗ [E0036] @alcalzone/release-script 5.2.0 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 4.0.0 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 4.0.0 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 4.0.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E3020] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 20 which is below the minimum required version 22. Please update to node.js 24.
  • ❗ [E3022] Workflow "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] Workflow "test-and-release.yml": job "adapter-tests" matrix is missing required node.js version 24. Tests with node.js 24 are required.
  • ❗ [E8004] Please process issue [#126] "Compatibility check and testing for node.js 24"

WARNINGS:

  • 👀 [W0028] Minimum node.js version 22 recommended. Please adapt "{'engines' : { 'node' >= '20' } }" to "{'engines' : { 'node' >= '22' } }" at package.json.
  • 👀 [W0028] Minimum node.js version 22 recommended. The current engines.node clause ">= 20" allows Node.js 20.0.0 as minimum. Please update it to require at least ">=22" at package.json.
  • 👀 [W0066] "@types/node":"^25.9.1" at package.json allows major version greater than 20. Downgrade to node.js 20.x.x to avoid wrong typing is recommended.
  • 👀 [W0086] "@tsconfig/node18" should match the major node.js version from package.json engines.node (>=20). Please update to @tsconfig/node20 at package.json.
  • 👀 [W0090] "/tsconfig.json" should be adjusted to match "@tsconfig/node20" (for example: "extends": "@tsconfig/node20/tsconfig.json").
  • 👀 [W1056] admin 7.6.17 listed as dependency but 7.6.20 is recommended. Please consider updating globalDependency at io-package.json.
  • 👀 [W5606] i18n "admin/i18n" language "es" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "fr" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "it" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "nl" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "pl" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "pt" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "ru" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "uk" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5606] i18n "admin/i18n" language "zh-cn" has 6 translation(s) identical to English (i.e. jablotron adapter settings). This may indicate untranslated content.
  • 👀 [W5612] "admin/jsonConfig.json/items/readProgrammableGates" attribute "label" uses key "programmableGates" which is not found in the English translation file at "admin/i18n/en".
  • 👀 [W5612] "admin/jsonConfig.json/items/readSections" attribute "label" uses key "sections" which is not found in the English translation file at "admin/i18n/en".
  • 👀 [W5612] "admin/jsonConfig.json/items/readThermoDevices" attribute "label" uses key "thermoDevices" which is not found in the English translation file at "admin/i18n/en".
  • 👀 [W8004] Please process PR [#140] "[iobroker-bot] Update Dependabot Configuration – Add npm Cooldown"
  • 👀 [W8004] Please process PR [#142] "[iobroker-bot] Update Node.js versions in test-and-release workflow"
  • 👀 [W8004] Please process PR [#146] "[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates"
  • 👀 [W8004] Please process PR [#147] "[iobroker-bot] Drop Node.js 20 support (End of Life)"
  • 👀 [W8004] Please process PR [#148] "[iobroker-bot] Add CHANGELOG_OLD.md to store older changelog entries"
  • 👀 [W8004] Please process PR [[[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #157] "[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json"]([iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #157)
  • 👀 [W8004] Please process PR [#158] "[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates"
  • 👀 [W8915] Dependabot npm entry (directory: "/") has no "cooldown" configured. A cooldown of at least 7 days (e.g. "cooldown: { default: 7 }") is recommended to reduce supply chain risk.
  • 👀 [W8917] At least major versions of @types/node should not be updated by dependabot. Please add ignore block at dependabot.yml.

SUGGESTIONS:

  • 📌 [S2008] Version 0.1.8 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
  • 📌 [S3014] Workflow "test-and-release.yml": job "adapter-tests" should declare "needs: check-and-lint" to run after linting.
  • 📌 [S3032] No workflow run for "test-and-release.yml" triggered by tag "v0.1.8" was found for current release 0.1.8. Workflow logs might be deleted already.
  • 📌 [S5601] i18n directory "admin/i18n" uses long format ({lang}/translations.json). Consider migrating to short format ({lang}.json) using "npm run translate convert".
  • 📌 [S8910] File "/.github/workflows/dependabot-auto-merge.yml.OLD" was found. If it is no longer needed, consider deleting it.

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 Thu, 04 Jun 2026 23:21:37 GMT based on commit a40fed1
ioBroker.repochecker 5.17.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