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 sql 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 20 is required as minimum, node.js 22 is recommended. Please change "{'engines' : { 'node' >= '16.0.0' } }" to "{'engines' : { 'node' >= '20' } }" at package.json.
❗ [E0029] Node.js 20 is required as minimum, node.js 22 is recommended. The current engines.node clause ">=16.0.0" allows Node.js 16.0.0 as minimum. Please update it to require at least ">=20" at package.json.
❗ [E0033] @iobroker/adapter-core 3.1.6 specified. 3.2.3 is required as minimum, 3.3.2 (or newer) is current. Please update dependencies at package.json
❗ [E0033] @iobroker/adapter-core 3.1.6 specified. 3.2.3 is required as minimum, 3.4.1 (or newer) is current. Please update dependencies at package.json
❗ [E0035] No devDependency declared for @iobroker/testing. Please add "@iobroker/testing":"5.2.2" to devDependencies at package.json
❗ [E0036] @alcalzone/release-script 3.7.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 3.7.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 3.7.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 3.7.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E1057] admin 5.1.28 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.3.0 listed as dependency but 6.0.11 is required as minimum. Please update dependency at io-package.json.
❗ [E1084] "common.subscribe" will be removed with js-controller >= 6. Please remove from io-package.json and adapt code if required.
❗ [E2004] Version "3.0.0" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
❗ [E3000] Neither "@iobroker/testing" nor "@iobroker/legacy-testing" is listed as a devDependency in package.json. Please add one of them.
❗ [E3011] Workflow "test-and-release.yml": job "adapter-tests" is missing. Please add it.
❗ [E3020] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 18 which is below the minimum required version 22. Please update to node.js 24.
❗ [E3031] Latest workflow run of "test-and-release.yml" failed run #674.
❗ [E3031] Latest workflow run of "test-and-release.yml" on branch "master" failed run #639.
❗ [E3031] Latest workflow run of "test-and-release.yml" on branch "master" failed run #678.
❗ [E5010] "/admin/i18n/uk/translations.json" or "admin/i18n/uk.json" not found, but admin support is declared. Please add.
❗ [E5010] "admin/i18n/uk/translations.json" or "admin/i18n/uk.json" not found, but admin support is declared. Please add.
❗ [E5507] missing size attributes [xs,xl] for number at admin/jsonConfig.json/items/dbTab/port
❗ [E5507] missing size attributes [xs,xl] for select at admin/jsonConfig.json/items/dbTab/dbtype
❗ [E5507] missing size attributes [xs,xl] for text at admin/jsonConfig.json/items/dbTab/dbname
❗ [E5507] missing size attributes [xs,xl] for text at admin/jsonConfig.json/items/dbTab/host
❗ [E5507] missing size attributes [xs,xl] for text at admin/jsonConfig.json/items/dbTab/user
❗ [E5510] responsive check: maximum issues reached, please fix reported ones and recheck
❗ [E6012] README.md suggests to install using direct npm commands. Adapters must not be installed using direct npm commands. Please remove these instructions.
👀 [W0050] Package 'axios' listed as devDependency at package.json might be obsolete if using '@iobroker/adapter-dev'.
👀 [W0069] The following dependencies require a node.js version incompatible with the adapter's minimum (node 16.0.0): @iobroker/adapter-core (requires node: ">=18"). Please increase the engines.node requirement at package.json or update/replace the incompatible dependencies.
👀 [W0074] No "lint" script found in package.json. Please add one.
👀 [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 uk of some "common.news" in io-package.json.
👀 [W1073] Potential sensitive data "password" not listed at "protectedNative" in io-package.json
👀 [W1074] Potential sensitive data "password" not listed at "encryptedNative" in io-package.json
👀 [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
👀 [W3013] Workflow "test-and-release.yml": job "check-and-lint" should contain a step using "ioBroker/testing-action-check@v1".
👀 [W3017] Workflow "test-and-release.yml": job "deploy" should contain a step using "ioBroker/testing-action-deploy@v1".
👀 [W3032] No workflow run for "test-and-release.yml" triggered by tag "v3.0.1" was found for current release 3.0.1. Workflow logs might be deleted already.
👀 [W5013] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package
👀 [W5042] Package "mssql" is used in source file(s) (lib/mssql-client.js) but not found in dependencies of package.json. Dependency might be missing.
👀 [W5042] Package "mysql2" is used in source file(s) (lib/mysql-client.js) but not found in dependencies of package.json. Dependency might be missing.
👀 [W5042] Package "pg" is used in source file(s) (lib/postgresql-client.js) but not found in dependencies of package.json. Dependency might be missing.
👀 [W5057] jsonConfig password field "password" (admin/jsonConfig.json:$/items/dbTab/items/password) is not listed at "protectedNative" in io-package.json
👀 [W5058] jsonConfig password field "password" (admin/jsonConfig.json:$/items/dbTab/items/password) is not listed at "encryptedNative" in io-package.json
👀 [W5603] i18n directory "admin/i18n" is missing language "uk".
👀 [W5612] "admin/jsonConfig.json/items/defaultTab/items/maxLength" attribute "label" uses key "maximum datapoint count in RAM" which is not found in the English translation file at "admin/i18n/en".
👀 [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:
📌 [S0062] Consider adding and using package "@iobroker/adapter-dev".
📌 [S0062] Consider adding and using package "@iobroker/eslint-config".
📌 [S0065] No devDependency for "@types/node" found. Consider adding "@types/node":">=16" to devDependencies at package.json.
📌 [S0071] No devDependency for "@iobroker/eslint-config" found. Consider migrating to the shared ESLint config.
📌 [S0082] A newer version (3.3.2) for package "@iobroker/adapter-core" (dependencies) exists for 290 days. Please evaluate if upgrading from 3.1.6 to 3.3.2 is possible.
📌 [S0082] A newer version (5.0.1) for package "gulp" (devDependencies) exists for 368 days. Please evaluate if upgrading from 4.0.2 to 5.0.1 is possible.
📌 [S0082] A newer version (5.0.1) for package "gulp" (devDependencies) exists. The newer version has been published for more than 350 days. Please evaluate if upgrading from 4.0.2 to 5.0.1 is possible.
📌 [S0082] A newer version (6.2.2) for package "chai" (devDependencies) exists. The newer version has been published for more than 150 days. Please evaluate if upgrading from 4.3.8 to 6.2.2 is possible.
📌 [S0082] Package "@iobroker/adapter-core" (dependencies) can be updated from 3.1.6 to 3.3.2. The newer version has been published for 281 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/adapter-core" (dependencies) can be updated from 3.1.6 to 3.3.2. The newer version has been published for 282 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/adapter-core" (dependencies) can be updated from 3.1.6 to 3.3.2. The newer version has been published for 283 days. Please evaluate updating package.json.
📌 [S0082] Package "chai" (devDependencies) can be updated from 4.3.8 to 6.2.2. The newer version has been published for 155 days. Please evaluate updating package.json.
📌 [S0082] Package "gulp" (devDependencies) can be updated from 4.0.2 to 5.0.1. The newer version has been published for 359 days. Please evaluate updating package.json.
📌 [S0082] Package "gulp" (devDependencies) can be updated from 4.0.2 to 5.0.1. The newer version has been published for 360 days. Please evaluate updating package.json.
📌 [S0082] Package "gulp" (devDependencies) can be updated from 4.0.2 to 5.0.1. The newer version has been published for 361 days. Please evaluate updating package.json.
📌 [S0085] No devDependency "@tsconfig/nodeXX" found. Consider adding one for proper type checking (see ioBroker.examples for examples).
📌 [S0087] Missing "/tsconfig.json". Consider adding it for proper type checking (see ioBroker.examples for examples).
📌 [S2008] Version 3.0.1 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
📌 [S3032] No workflow run for "test-and-release.yml" triggered by tag "v3.0.1" was found for current release 3.0.1. Workflow logs might be deleted already.
📌 [S4036] Consider adding .vscode/settings.json file with JSON schema definitions for better development experience with Visual Studio Code.
📌 [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.
📌 [S5023] "package-lock.json" not found in repo! Please consider to commit it to github repository.
📌 [S5043] Package "fs" is a built-in Node.js module. Please use "node:fs" instead.
📌 [S5043] Package "path" is a built-in Node.js module. Please use "node:path" instead.
📌 [S5043] Package "querystring" is a built-in Node.js module. Please use "node:querystring" instead.
📌 [S5043] Package "url" is a built-in Node.js module. Please use "node:url" instead.
📌 [S5601] i18n directory "admin/i18n" uses long format ({lang}/translations.json). Consider migrating to short format ({lang}.json) using "npm run translate convert".
📌 [S8913] No automerge workflow for dependabot PRs found. Consider setting up automerging by adding ".github/workflows/automerge-dependabot.yml".
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 sql 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.sql
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, 26 Jun 2026 01:52:40 GMT based on commit 6e5c11b
ioBroker.repochecker 5.18.11