iobroker.schedule-switcher
Version:
Switch states over scheduler
94 lines (64 loc) ⢠3.59 kB
Markdown

# ioBroker.schedule-switcher
[](https://www.npmjs.com/package/iobroker.schedule-switcher)
[](https://www.npmjs.com/package/iobroker.schedule-switcher)


[](https://nodei.co/npm/iobroker.schedule-switcher/)
**Tests:** [](https://github.com/Lucky-ESA/ioBroker.schedule-switcher/actions/workflows/test-and-release.yml)
## 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 20, 22 or 24
- JS-Controller >= 6.0.11
- Admin >= 7.6.17
- VIS or VIS-2
## Description
š¬š§ [Description](/docs/en/README.md)</br>
š©šŖ [Beschreibung](/docs/de/README.md)
## Questions
š©šŖ [Fragen](https://forum.iobroker.net/topic/77552/test-adapter-schedule-switcher)
## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.0.12 (2025-08-27)
- (Lucky-ESA) Astro time in widget fixed
### 0.0.11 (2025-08-16)
- (Lucky-ESA) Admin 7.6.17 required
- (Lucky-ESA) Node 20 required
### 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
## License
MIT License
Copyright (c) 2024-2025 Lucky_ESA <github@luckyskills.de>
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.