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 enocean 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
❗ [E0026] "{'engines': {'node'>='18'}}" is required at package.json, "{'engines':{'node'>='20'}}" is recommended
❗ [E0026] "{'engines': {'node'>='20'}}" is required at package.json, "{'engines':{'node'>='22'}}" is recommended
❗ [E0033] @iobroker/adapter-core 2.6.8 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.0.0 is required as minimum, 5.1.1 (or newer) is current. Please update devDependencies 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-plugin-iobroker 3.5.9 specified. 4.0.0 is required as minimum, 5.1.2 (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. 4.0.0 is required as minimum, 5.1.1 (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] @iobroker/adapter-dev 1.2.0 specified. 1.3.0 is required as minimum, 1.5.0 (or newer) is current. Please update devDependencies at package.json
❗ [E0036] @iobroker/testing 4.1.0 specified. 5.2.2 is required as minimum, 5.2.2 (or newer) is current. Please update devDependencies at package.json
❗ [E0044] dependency must not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "@iobroker/adapter-core:2.6.8"
❗ [E1045] Missing mandatory translation into de of some "common.news" in io-package.json.
❗ [E1057] js-controller 3.0.0 listed as dependency but 6.0.11 is required as minimum. Please update dependency at io-package.json.
❗ [E1090] admin dependency missing. admin 7.6.17 is required as minimum, 7.6.20 is recommended. Please add to globalDependencies at io-package.json.
❗ [E2004] Version "0.9.1" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
❗ [E3007] Workflow "/.github/workflows/test-and-release.yml": "push" trigger "branches" must include "*" or the default branch "master". Found: ["main"]
❗ [E3007] Workflow "test-and-release.yml": "push" trigger "branches" must include "*" or the default branch "master". Found: ["main"]
❗ [E3022] Workflow "test-and-release.yml": job "deploy" uses node.js 22 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.
❗ [E3031] Latest workflow run of "test-and-release.yml" failed run #342.
❗ [E3031] Latest workflow run of "test-and-release.yml" failed run #343.
❗ [E9010] file CHANGELOG_OLD.md found in repository, but not found in .npmignore
❗ [E9506] i18n directory "admin/i18n" is excluded by .npmignore. Translations will be missing from the npm package.
WARNINGS:
👀 [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.
👀 [W1087] "common.materialize" replaced by property "common.adminUI.config" at io-package.json. Please remove.
👀 [W1127] io-package.json: instanceObject "gateway.repeater.level" common.states must be number or string
👀 [W1127] io-package.json: instanceObject "gateway.repeater.mode" common.states must be number or string
👀 [W1127] instanceObject "gateway.repeater.level" common.states must be number or string
👀 [W1127] instanceObject "gateway.repeater.mode" common.states must be number or string
👀 [W3018] Workflow "/.github/workflows/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.
👀 [W3018] 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.
👀 [W3019] Workflow "/.github/workflows/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.
👀 [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.
👀 [W3032] Release 0.9.4 from io-package.json/package.json has not yet been tagged. Tagging releases is required.
👀 [W5041] Example configuration (option1, option2) found in i18n translation files (en, ru, pt, nl, fr, it, es, pl, zh-cn). Please remove example configuration from your code.
👀 [W9503] .npmignore found - consider using package.json object "files" instead.
SUGGESTIONS:
📌 [S0047] At least one dependency at package.json requires a specific version. Consider using "~1.2.3" or "^1.2.3" syntax unless freezing dependencies is really desired.
📌 [S0062] Consider adding and using package "@alcalzone/release-script-plugin-manual-review".
📌 [S0062] Consider adding and using package "@iobroker/eslint-config".
📌 [S0067] "@types/node":"^15.0.2" at package.json does not cover minimum node.js version 20. Consider updating to "@types/node":"^20" to match the engines clause.
📌 [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.
📌 [S3021] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 22. Consider updating to the recommended version 24.
📌 [S4047] Adapter "enocean" is not yet available in the stable repository. Please consider adding it.
📌 [S5022] Please consider migrating to admin 5 UI (jsonConfig) or react based UI.
📌 [S5043] Package "fs" is a built-in Node.js module. Please use "node:fs" instead.
📌 [S5043] Package "net" is a built-in Node.js module. Please use "node:net" 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.
📌 [S5043] Package "stream" is a built-in Node.js module. Please use "node:stream" instead.
📌 [S6022] CHANGELOG_OLD.md exists but no link to it was found in README.md. Consider adding a link to CHANGELOG_OLD.md at the end of the Changelog section.
📌 [S8901] Dependabot configuration file ".github/dependabot.yml" not found. Consider adding dependabot to keep dependencies up to date.
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 enocean 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.enocean
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 Sun, 24 May 2026 18:18:08 GMT based on commit ad7b668
ioBroker.repochecker 5.13.1