Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmakus/iobroker.lightcontrol
Light control of lamps from various manufacturers
https://github.com/schmakus/iobroker.lightcontrol
control iobroker light lightcontrol motion motiondetection motionsensor smarthome
Last synced: 3 months ago
JSON representation
Light control of lamps from various manufacturers
- Host: GitHub
- URL: https://github.com/schmakus/iobroker.lightcontrol
- Owner: Schmakus
- License: mit
- Created: 2022-05-25T14:43:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T02:17:25.000Z (4 months ago)
- Last Synced: 2024-10-30T00:11:29.474Z (3 months ago)
- Topics: control, iobroker, light, lightcontrol, motion, motiondetection, motionsensor, smarthome
- Language: JavaScript
- Homepage:
- Size: 3.79 MB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](admin/lightcontrol.png)
# ioBroker.lightcontrol
[![NPM version](https://img.shields.io/npm/v/iobroker.lightcontrol.svg)](https://www.npmjs.com/package/iobroker.lightcontrol)
[![Downloads](https://img.shields.io/npm/dm/iobroker.lightcontrol.svg)](https://www.npmjs.com/package/iobroker.lightcontrol)
![node-lts](https://img.shields.io/node/v-lts/iobroker.lightcontrol?style=flat-square)
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/lightcontrol/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)![GitHub](https://img.shields.io/github/license/schmakus/iobroker.lightcontrol?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/schmakus/iobroker.lightcontrol?logo=github&style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/schmakus/iobroker.lightcontrol?logo=github&style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/schmakus/iobroker.lightcontrol?logo=github&style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/schmakus/iobroker.lightcontrol?logo=github&style=flat-square)![Test and Release](https://github.com/Schmakus/ioBroker.lightcontrol/workflows/Test%20and%20Release/badge.svg)
[![NPM](https://nodei.co/npm/iobroker.lightcontrol.png?downloads=true)](https://nodei.co/npm/iobroker.lightcontrol/)
## Versions
![Beta](https://img.shields.io/npm/v/iobroker.lightcontrol.svg?color=red&label=beta)
![Stable](http://iobroker.live/badges/lightcontrol-stable.svg)
![Installed](http://iobroker.live/badges/lightcontrol-installed.svg)**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
## If you like my work:
[![Paypal Donation](https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PK89K4V2RBU78&source=url)
## Installation
Please use the "adapter list" & Stable Repository in ioBroker to install a version of this adapter. You can also use the CLI to install this adapter:
```
iobroker add lightcontrol
```## Documentation
[πΊπΈ Documentation](./en/lightcontrol.md)
[π©πͺ Dokumentation](./docs/de/lightcontrol.md)
## ToDo
- Select more than one LightGroup for one Object-ID (Bug with jsonCustom Select multible)
- Availability for notice with lower brighness and defined seconds before AutoOff## Changelog
### 1.0.1 (2024-09-02)
- (Schmakus) update dependencies
### 1.0.0 (2024-09-02)
- (Schmakus) update dependencies
### 0.8.0 (2024-08-16)
- (Schmakus) Adapter requires node.js >= 18 and Admin >=6 now
- (Schmakus) Dependencies have been updated
- (Schmakus) Fixed repo checker issues### 0.7.0 (2024-07-02)
- (Schmakus) Dependencies have been updated
### 0.6.0 (2024-07-02)
- (Schmakus) Adapter requires node.js >= 18 and Admin >=6 now
- (Schmakus) Dependencies have been updated## License
MIT License
Copyright (c) 2024 Schmakus
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.