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 tradfri 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' >= '12' } }" 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 ">=12" allows Node.js 12.0.0 as minimum. Please update it to require at least ">=20" at package.json.
❗ [E0033] @iobroker/adapter-core 2.6.6 specified. 3.2.3 is required as minimum, 3.3.2 (or newer) is current. Please update dependencies at package.json
❗ [E0036] @alcalzone/release-script 3.5.9 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.5.9 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.5.9 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.5.9 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 3.5.9 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @iobroker/adapter-dev 1.0.1 specified. 1.3.0 is required as minimum, 1.5.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @iobroker/testing 2.6.0 specified. 5.2.2 is required as minimum, 5.2.2 (or newer) is current. Please update devDependencies at package.json
❗ [E3020] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 14 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 14 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 20. Tests with node.js 20 are required.
❗ [E3025] Workflow "test-and-release.yml": job "adapter-tests" matrix is missing required node.js version 22. Tests with node.js 22 are required.
❗ [E3025] Workflow "test-and-release.yml": job "adapter-tests" matrix is missing required node.js version 24. Tests with node.js 24 are required.
❗ [E5050] process.exit() used in (src/main.ts). This is incompatible with compact mode as it terminates the entire host process. Remove process.exit() or set common.compact to false at io-package.json.
❗ [E6012] README.md suggests to install using direct npm commands. Adapters must not be installed using direct npm commands. Please remove these instructions.
👀 [W0066] "@types/node":"^16.11.38" at package.json allows major version greater than 12. Downgrade to node.js 12.x.x to avoid wrong typing is recommended.
👀 [W0072] "eslint":"^8.20.0" is below 9.0.0. Please migrate to "@iobroker/eslint-config".
👀 [W0072] "eslint":"^8.20.0" is outdated. Please migrate to "@iobroker/eslint-config".
👀 [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.
👀 [W1074] Potential sensitive data "psk" 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.
👀 [W3019] Workflow "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.
👀 [W3024] Workflow "test-and-release.yml": job "adapter-tests" matrix uses node.js 12 which is not in the list of recommended testing versions (20, 22, 24).
👀 [W3024] Workflow "test-and-release.yml": job "adapter-tests" matrix uses node.js 14 which is not in the list of recommended testing versions (20, 22, 24).
👀 [W3024] Workflow "test-and-release.yml": job "adapter-tests" matrix uses node.js 16 which is not in the list of recommended testing versions (20, 22, 24).
👀 [W3032] No workflow run for "test-and-release.yml" triggered by tag "v3.1.3" was found for current release 3.1.3. Workflow logs might be deleted already.
👀 [W5020] "gulpfile.js" found in repo but "gulp" not found at devDependencies at package.json. Check whether it can be removed.
👀 [W5033] method "deleteChannel()" is deprecated and will be removed with future js-controller version. Please use "set/deleteObject()" instead.
👀 [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.
👀 [W8916] Dependabot configuration "/.github/dependabot.yml" has no entry with "package-ecosystem: github-actions". Please add one.
👀 [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/eslint-config".
📌 [S0071] No devDependency for "@iobroker/eslint-config" found. Consider migrating to the shared ESLint config.
📌 [S0082] A newer version (1.5.0) for package "@iobroker/adapter-dev" (devDependencies) exists for 257 days. Please evaluate if upgrading from 1.0.1 to 1.5.0 is possible.
📌 [S0082] A newer version (1.5.0) for package "@iobroker/adapter-dev" (devDependencies) exists. The newer version has been published for more than 250 days. Please evaluate if upgrading from 1.0.1 to 1.5.0 is possible.
📌 [S0082] A newer version (10.0.10) for package "@types/mocha" (devDependencies) exists for 561 days. Please evaluate if upgrading from 9.1.1 to 10.0.10 is possible.
📌 [S0082] A newer version (10.0.10) for package "@types/mocha" (devDependencies) exists. The newer version has been published for more than 550 days. Please evaluate if upgrading from 9.1.1 to 10.0.10 is possible.
📌 [S0082] A newer version (10.1.8) for package "eslint-config-prettier" (devDependencies) exists for 321 days. Please evaluate if upgrading from 8.5.0 to 10.1.8 is possible.
📌 [S0082] A newer version (10.1.8) for package "eslint-config-prettier" (devDependencies) exists. The newer version has been published for more than 300 days. Please evaluate if upgrading from 8.5.0 to 10.1.8 is possible.
📌 [S0082] A newer version (10.9.2) for package "ts-node" (devDependencies) exists for 909 days. Please evaluate if upgrading from 10.8.1 to 10.9.2 is possible.
📌 [S0082] A newer version (10.9.2) for package "ts-node" (devDependencies) exists. The newer version has been published for more than 900 days. Please evaluate if upgrading from 10.8.1 to 10.9.2 is possible.
📌 [S0082] A newer version (19.2.3) for package "@types/react-dom" (devDependencies) exists for 204 days. Please evaluate if upgrading from 17.0.14 to 19.2.3 is possible.
📌 [S0082] A newer version (19.2.3) for package "@types/react-dom" (devDependencies) exists. The newer version has been published for more than 200 days. Please evaluate if upgrading from 17.0.14 to 19.2.3 is possible.
📌 [S0082] A newer version (3.2.0) for package "node-tradfri-client" (dependencies) exists for 1225 days. Please evaluate if upgrading from 3.1.1 to 3.2.0 is possible.
📌 [S0082] A newer version (3.2.0) for package "node-tradfri-client" (dependencies) exists. The newer version has been published for more than 1200 days. Please evaluate if upgrading from 3.1.1 to 3.2.0 is possible.
📌 [S0082] A newer version (3.3.2) for package "@iobroker/adapter-core" (dependencies) exists for 290 days. Please evaluate if upgrading from 2.6.6 to 3.3.2 is possible.
📌 [S0082] A newer version (4.3.0) for package "prettier-plugin-organize-imports" (devDependencies) exists for 259 days. Please evaluate if upgrading from 3.2.2 to 4.3.0 is possible.
📌 [S0082] A newer version (4.3.0) for package "prettier-plugin-organize-imports" (devDependencies) exists. The newer version has been published for more than 250 days. Please evaluate if upgrading from 3.2.2 to 4.3.0 is possible.
📌 [S0082] A newer version (5.0.0) for package "alcalzone-shared" (dependencies) exists for 575 days. Please evaluate if upgrading from 4.0.8 to 5.0.0 is possible.
📌 [S0082] A newer version (5.0.0) for package "alcalzone-shared" (dependencies) exists. The newer version has been published for more than 550 days. Please evaluate if upgrading from 4.0.8 to 5.0.0 is possible.
📌 [S0082] A newer version (5.2.2) for package "@iobroker/testing" (devDependencies) exists for 208 days. Please evaluate if upgrading from 2.6.0 to 5.2.2 is possible.
📌 [S0082] A newer version (5.2.2) for package "@iobroker/testing" (devDependencies) exists. The newer version has been published for more than 200 days. Please evaluate if upgrading from 2.6.0 to 5.2.2 is possible.
📌 [S0082] A newer version (5.2.3) for package "@types/chai" (devDependencies) exists for 227 days. Please evaluate if upgrading from 4.3.3 to 5.2.3 is possible.
📌 [S0082] A newer version (5.2.3) for package "@types/chai" (devDependencies) exists. The newer version has been published for more than 200 days. Please evaluate if upgrading from 4.3.3 to 5.2.3 is possible.
📌 [S0082] A newer version (8.0.2) for package "@types/chai-as-promised" (devDependencies) exists for 456 days. Please evaluate if upgrading from 7.1.5 to 8.0.2 is possible.
📌 [S0082] A newer version (8.0.2) for package "@types/chai-as-promised" (devDependencies) exists. The newer version has been published for more than 450 days. Please evaluate if upgrading from 7.1.5 to 8.0.2 is possible.
📌 [S0082] A newer version (8.0.2) for package "chai-as-promised" (devDependencies) exists for 286 days. Please evaluate if upgrading from 7.1.1 to 8.0.2 is possible.
📌 [S0082] A newer version (8.0.2) for package "chai-as-promised" (devDependencies) exists. The newer version has been published for more than 250 days. Please evaluate if upgrading from 7.1.1 to 8.0.2 is possible.
📌 [S0082] Package "@iobroker/adapter-core" (dependencies) can be updated from 2.6.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 2.6.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 2.6.6 to 3.3.2. The newer version has been published for 283 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/adapter-dev" (devDependencies) can be updated from 1.0.1 to 1.5.0. The newer version has been published for 248 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/adapter-dev" (devDependencies) can be updated from 1.0.1 to 1.5.0. The newer version has been published for 249 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/adapter-dev" (devDependencies) can be updated from 1.0.1 to 1.5.0. The newer version has been published for 250 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 2.6.0 to 5.2.2. The newer version has been published for 199 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 2.6.0 to 5.2.2. The newer version has been published for 200 days. Please evaluate updating package.json.
📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 2.6.0 to 5.2.2. The newer version has been published for 201 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai" (devDependencies) can be updated from 4.3.3 to 5.2.3. The newer version has been published for 218 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai" (devDependencies) can be updated from 4.3.3 to 5.2.3. The newer version has been published for 219 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai" (devDependencies) can be updated from 4.3.3 to 5.2.3. The newer version has been published for 220 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai-as-promised" (devDependencies) can be updated from 7.1.5 to 8.0.2. The newer version has been published for 447 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai-as-promised" (devDependencies) can be updated from 7.1.5 to 8.0.2. The newer version has been published for 448 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/chai-as-promised" (devDependencies) can be updated from 7.1.5 to 8.0.2. The newer version has been published for 449 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/jquery" (devDependencies) can be updated from 3.5.14 to 4.0.0. The newer version has been published for 92 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/mocha" (devDependencies) can be updated from 9.1.1 to 10.0.10. The newer version has been published for 552 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/mocha" (devDependencies) can be updated from 9.1.1 to 10.0.10. The newer version has been published for 553 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/mocha" (devDependencies) can be updated from 9.1.1 to 10.0.10. The newer version has been published for 554 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/react-dom" (devDependencies) can be updated from 17.0.14 to 19.2.3. The newer version has been published for 195 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/react-dom" (devDependencies) can be updated from 17.0.14 to 19.2.3. The newer version has been published for 196 days. Please evaluate updating package.json.
📌 [S0082] Package "@types/react-dom" (devDependencies) can be updated from 17.0.14 to 19.2.3. The newer version has been published for 197 days. Please evaluate updating package.json.
📌 [S0082] Package "alcalzone-shared" (dependencies) can be updated from 4.0.8 to 5.0.0. The newer version has been published for 566 days. Please evaluate updating package.json.
📌 [S0082] Package "alcalzone-shared" (dependencies) can be updated from 4.0.8 to 5.0.0. The newer version has been published for 567 days. Please evaluate updating package.json.
📌 [S0082] Package "alcalzone-shared" (dependencies) can be updated from 4.0.8 to 5.0.0. The newer version has been published for 568 days. Please evaluate updating package.json.
📌 [S0082] Package "chai" (devDependencies) can be updated from 4.3.6 to 6.2.2. The newer version has been published for 155 days. Please evaluate updating package.json.
📌 [S0082] Package "chai-as-promised" (devDependencies) can be updated from 7.1.1 to 8.0.2. The newer version has been published for 277 days. Please evaluate updating package.json.
📌 [S0082] Package "chai-as-promised" (devDependencies) can be updated from 7.1.1 to 8.0.2. The newer version has been published for 278 days. Please evaluate updating package.json.
📌 [S0082] Package "chai-as-promised" (devDependencies) can be updated from 7.1.1 to 8.0.2. The newer version has been published for 279 days. Please evaluate updating package.json.
📌 [S0082] Package "eslint-config-prettier" (devDependencies) can be updated from 8.5.0 to 10.1.8. The newer version has been published for 312 days. Please evaluate updating package.json.
📌 [S0082] Package "eslint-config-prettier" (devDependencies) can be updated from 8.5.0 to 10.1.8. The newer version has been published for 313 days. Please evaluate updating package.json.
📌 [S0082] Package "eslint-config-prettier" (devDependencies) can be updated from 8.5.0 to 10.1.8. The newer version has been published for 314 days. Please evaluate updating package.json.
📌 [S0082] Package "eslint-plugin-prettier" (devDependencies) can be updated from 4.2.1 to 5.5.5. The newer version has been published for 132 days. Please evaluate updating package.json.
📌 [S0082] Package "jquery" (devDependencies) can be updated from 3.6.1 to 4.0.0. The newer version has been published for 129 days. Please evaluate updating package.json.
📌 [S0082] Package "node-tradfri-client" (dependencies) can be updated from 3.1.1 to 3.2.0. The newer version has been published for 1216 days. Please evaluate updating package.json.
📌 [S0082] Package "node-tradfri-client" (dependencies) can be updated from 3.1.1 to 3.2.0. The newer version has been published for 1217 days. Please evaluate updating package.json.
📌 [S0082] Package "node-tradfri-client" (dependencies) can be updated from 3.1.1 to 3.2.0. The newer version has been published for 1218 days. Please evaluate updating package.json.
📌 [S0082] Package "nyc" (devDependencies) can be updated from 15.1.0 to 18.0.0. The newer version has been published for 93 days. Please evaluate updating package.json.
📌 [S0082] Package "prettier-plugin-organize-imports" (devDependencies) can be updated from 3.2.2 to 4.3.0. The newer version has been published for 250 days. Please evaluate updating package.json.
📌 [S0082] Package "prettier-plugin-organize-imports" (devDependencies) can be updated from 3.2.2 to 4.3.0. The newer version has been published for 251 days. Please evaluate updating package.json.
📌 [S0082] Package "prettier-plugin-organize-imports" (devDependencies) can be updated from 3.2.2 to 4.3.0. The newer version has been published for 252 days. Please evaluate updating package.json.
📌 [S0082] Package "rimraf" (devDependencies) can be updated from 3.0.2 to 6.1.3. The newer version has been published for 100 days. Please evaluate updating package.json.
📌 [S0082] Package "ts-node" (devDependencies) can be updated from 10.8.1 to 10.9.2. The newer version has been published for 900 days. Please evaluate updating package.json.
📌 [S0082] Package "ts-node" (devDependencies) can be updated from 10.8.1 to 10.9.2. The newer version has been published for 901 days. Please evaluate updating package.json.
📌 [S0082] Package "ts-node" (devDependencies) can be updated from 10.8.1 to 10.9.2. The newer version has been published for 902 days. Please evaluate updating package.json.
📌 [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 3.1.3 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.
📌 [S3018] Workflow "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.
📌 [S3032] No workflow run for "test-and-release.yml" triggered by tag "v3.1.3" was found for current release 3.1.3. Workflow logs might be deleted already.
📌 [S5005] Plain setTimeout() found in source files (src/modules/groups.ts). Please use this.setTimeout() or adapter.setTimeout() instead.
📌 [S5043] Package "path" is a built-in Node.js module. Please use "node:path" instead.
📌 [S5054] method "setObject()" should be avoided. Please use "setObjectNotExists()" or "extendObject()" instead.
📌 [S8906] Some Dependabot entries ("npm") use "schedule: interval: monthly". Consider migrating to random cron schedule ("schedule: interval: cron") for load distribution.
📌 [S8908] Dependabot entry for "npm" has "open-pull-requests-limit: 7". A limit of at least 15 is recommended.
📌 [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 tradfri 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.tradfri
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, 12 Jun 2026 02:32:06 GMT based on commit adf4d58
ioBroker.repochecker 5.18.7