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 shuttercontrol 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
❗ [E0036] @alcalzone/release-script 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 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 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 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
WARNINGS:
👀 [W0028] Minimum node.js version 22 recommended. Please adapt "{'engines' : { 'node' >= '20.0.0' } }" to "{'engines' : { 'node' >= '22' } }" at package.json.
👀 [W0028] Minimum node.js version 22 recommended. The current engines.node clause ">=20.0.0" allows Node.js 20.0.0 as minimum. Please update it to require at least ">=22" at package.json.
👀 [W0034] @iobroker/adapter-core 3.3.2 specified. 3.4.1 (or newer) is current. Please update dependencies at package.json
👀 [W1133] io-package.json: instanceObject "info.Azimut" role "indicator" expects common.type to be one of [boolean], but found "number"
👀 [W1133] io-package.json: instanceObject "info.Elevation" role "indicator" expects common.type to be one of [boolean], but found "number"
👀 [W1133] io-package.json: instanceObject "info.GoldenHour" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.GoldenHourEnd" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.Sunrise" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.Sunset" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.downTimeChildren" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.downTimeLiving" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.downTimeSleep" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.upTimeChildren" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.upTimeLiving" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1133] io-package.json: instanceObject "info.upTimeSleep" role "indicator" expects common.type to be one of [boolean], but found "string"
👀 [W1134] io-package.json: instanceObject "control.autoAll" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.closeAll" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.closeChildren" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.closeLiving" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.closeSleep" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.openAll" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.openChildren" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.openLiving" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.openSleep" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.sunProtect" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.sunProtectChildren" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.sunProtectLiving" role "button" expects common.read=false
👀 [W1134] io-package.json: instanceObject "control.sunProtectSleep" role "button" expects common.read=false
👀 [W6023] Sentry plugin is configured in io-package.json but the required Sentry information was not found in README.md. Please add the standard Sentry notice near the top of README.md.
👀 [W8917] At least major versions of @types/node should not be updated by dependabot. Please add ignore block at dependabot.yml.
SUGGESTIONS:
📌 [S0065] No devDependency for "@types/node" found. Consider adding "@types/node":">=20" to devDependencies at 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 2.0.12 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 "v2.0.12" was found for current release 2.0.12. Workflow logs might be deleted already.
📌 [S5005] Plain setTimeout() found in source files (lib/buttonAction.js, lib/elevationDown.js, ...). Please use this.setTimeout() or adapter.setTimeout() instead.
📌 [S5022] Please consider migrating to admin 5 UI (jsonConfig) or react based UI.
📌 [S5051] Custom sleep/wait function(s) found in source files (lib/buttonAction.js, lib/elevationDown.js, lib/shutterAlarm.js, lib/shutterBrightnessSensor.js, lib/shutterDownChildren.js, lib/shutterDownComplete.js, lib/shutterDownLate.js, lib/shutterDownLiving.js, lib/shutterDownSleep.js, lib/shutterGoldenHour.js, lib/shutterState.js, lib/shutterSunriseSunset.js, lib/shutterUpChildren.js, lib/shutterUpLiving.js, lib/shutterUpSleep.js, lib/sunProtect.js, lib/triggerChange.js, main.js). Consider using the built-in "this.delay()" method provided by the ioBroker adapter base class instead.
📌 [S5601] i18n directory "admin/i18n" uses long format ({lang}/translations.json). Consider migrating to short format ({lang}.json) using "npm run translate convert".
📌 [S9508] CHANGELOG_OLD.md is included by package.json "files". Consider excluding it from npm package publishing.
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 shuttercontrol 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.shuttercontrol
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:31:09 GMT based on commit a98a99c
ioBroker.repochecker 5.18.11