Skip to content

Please consider fixing issues detected by repository checker #862

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

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

ERRORS:

  • ❗ [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
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/autoAll
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/closeAll
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/closeChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/closeLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/closeSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/openAll
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/openChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/openLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/openSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/sunProtect
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/sunProtectChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/sunProtectLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Missing required property "val" in /items/setings/items/sunProtectSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine1/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine1/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine2/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine2/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine3/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine3/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine4/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine4/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine5/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine5/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine6/color" should be one of: primary, secondary
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Property "/items/setings/items/_helpLine6/height" should be number
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "ack" in /items/setings/items/autoChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "ack" in /items/setings/items/autoLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "ack" in /items/setings/items/autoSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "ack" in /items/setings/items/holiday
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "ack" in /items/setings/items/schoolfree
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "addColon" in /items/setings/items/_helpLine2
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "command" in root
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/_helpLine2
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/autoChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/autoLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/autoSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/azimut
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/downTimeChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/downTimeLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/downTimeSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/elevation
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/goldenHour
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/goldenHourEnd
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/holiday
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/schoolfree
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/sunrise
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/sunset
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/upTimeChildren
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/upTimeLiving
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "highlight" in /items/setings/items/upTimeSleep
  • 👀 [W5512] admin/jsonTab.json5 schema validation error: Unknown property "narrow" in /items/setings/items/_helpLine2
  • 👀 [W6019] README.md contains 124 changelog entries. Consider adding CHANGELOG_OLD.md file supported by @alcalzone/releasescript.
  • 👀 [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.
  • 👀 [W8004] Please process PR [#855] "[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates"
  • 👀 [W8004] Please process PR [#856] "[iobroker-bot] Drop Node.js 20 support (End of Life)"
  • 👀 [W8004] Please process PR [#857] "[iobroker-bot] Add CHANGELOG_OLD.md to store older changelog entries"
  • 👀 [W8004] Please process PR [#865] "[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates"
  • 👀 [W8004] Please process PR [[[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #866] "[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json"]([iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #866)
  • 👀 [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.

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

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