Skip to content

Lucky-ESA/ioBroker.schedule-switcher

Repository files navigation

Logo

ioBroker.schedule-switcher

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

schedule-switcher adapter for ioBroker

This adapter allows the user to switch devices on/off or 100/0 using time schedules. The schedules can be fully configured by a vis or vis-2 widget. One schedule switches one or more ioBroker states and consists of one or more triggers that define when and how the state should be switched. It is possible to configure at which time and on which weekdays the trigger should be triggered. Astro triggers or countdowns can also be created.

Requirements

  • Node 18
  • JS-Controller >= 6.0.11
  • Admin >= 7.0.23
  • VIS or VIS-2

Description

🇬🇧 Description
🇩🇪 Beschreibung

Questions

🇩🇪 Fragen

Changelog

0.0.10 (2025-02-11)

  • (Lucky-ESA) Dependencies updated
  • (Lucky-ESA) Fixed: In the HTML overview, enabled / disabled does not work
  • (Lucky-ESA) Fixed: Astrotime incorrectly
  • (Lucky-ESA) Added: Current day in font weight bold

0.0.9 (2024-12-20)

  • (Lucky-ESA) Fixed: Reading files from Redis database
  • (Lucky-ESA) Added: Automatic deactivation control
  • (Lucky-ESA) Fixed: Visibility
  • (Lucky-ESA) Fixed: Bug in type check

0.0.8 (2024-12-07)

  • (Lucky-ESA) Migration to ESLint9
  • (Lucky-ESA) Bugfixes

0.0.7 (2024-11-26)

  • (Lucky_ESA) HTML overview added

0.0.6 (2024-11-16)

  • (Lucky_ESA) Put value of state correctly
  • (Lucky_ESA) Added next triggers as JSON
  • (Lucky_ESA) Added counter trigger
  • (Lucky_ESA) Updating astro time fixed

License

MIT License

Copyright (c) 2024-2025 Lucky_ESA [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.