-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f12a06
commit 896ef65
Showing
172 changed files
with
26,494 additions
and
25,887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,60 +3,63 @@ translatedFrom: en | |
translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt | ||
editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.apcups/README.md | ||
title: ioBroker.apcups | ||
hash: PsNp0J2WZMaXgUdZhR9Qe29ydrcYuGzOxMfZjSauqWY= | ||
hash: FM26q1o/yfLjfIRKYni4eBA4ezWrIXiLWFHtxRiXLRI= | ||
--- | ||
![Logo](../../../en/adapterref/iobroker.apcups/admin/ups.png) | ||
|
||
![NPM-Version](https://img.shields.io/npm/v/iobroker.apcups.svg) | ||
![Downloads](https://img.shields.io/npm/dm/iobroker.apcups.svg) | ||
![Anzahl der Installationen (neueste)](https://iobroker.live/badges/apcups-installed.svg) | ||
![Anzahl der Installationen (aktuell)](https://iobroker.live/badges/apcups-installed.svg) | ||
![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/apcups-stable.svg) | ||
![NPM](https://nodei.co/npm/iobroker.apcups.png?downloads=true) | ||
|
||
# IoBroker.apcups | ||
**Tests:** [![Test und Freigabe](https://github.com/xhunter74/ioBroker.apcups/actions/workflows/main.yml/badge.svg)](https://github.com/xhunter74/ioBroker.apcups/actions/workflows/main.yml) | ||
**Tests:** [![Testen und Freigeben](https://github.com/xhunter74/ioBroker.apcups/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/xhunter74/ioBroker.apcups/actions/workflows/test-and-release.yml) | ||
|
||
## APC USV-Adapter für ioBroker | ||
## Apc USV-Adapter für ioBroker | ||
Adapter für ioBroker, um Informationen von APS-USVs über apcupsd zu erhalten. | ||
|
||
apcupsd-Homepage: http://www.apcupsd.org/ | ||
|
||
apcupsd ist ein Daemon zur Steuerung von APC-USVs. Mit diesem Adapter können Sie den USV-Status überwachen und einige Entscheidungen basierend auf den bereitgestellten Informationen treffen. | ||
apcupsd ist ein Daemon zur Steuerung von APC-USVs. Mit diesem Adapter können Sie den USV-Status überwachen und auf Grundlage der bereitgestellten Informationen einige Entscheidungen treffen. | ||
|
||
**apcupsd auf Ubuntu installieren:** | ||
**Installieren Sie apcupsd auf Ubuntu:** | ||
|
||
sudo apt-get -y install apcupsd | ||
sudo apt-get -y installiere apcupsd | ||
|
||
Weitere nützliche Informationen zur apcupsd-Konfiguration für Ubuntu finden Sie unter https://help.ubuntu.com/community/apcupsd | ||
|
||
**Dieser Adapter verwendet Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden.** Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin-Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry Reporting wird ab js-controller 3.0 verwendet. | ||
**Dieser Adapter verwendet Sentry-Bibliotheken, um den Entwicklern automatisch Ausnahmen und Codefehler zu melden.** Weitere Einzelheiten und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie unter [Sentry-Plugin Dokumentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Die Sentry-Berichterstattung wird ab js-controller 3.0 verwendet. | ||
|
||
## Changelog | ||
|
||
### 0.0.9 (2022-02-21) | ||
- Changed adapter type | ||
### 0.0.8 (2022-02-18) | ||
- Fixed review issues | ||
### 0.0.7 (2022-02-18) | ||
- Changed default log level to 'info' | ||
### 0.0.6 (2022-02-17) | ||
- Cleanup code. | ||
- Sentry integration | ||
### 0.0.5 (2022-02-16) | ||
- Fixed issues with uncaught exception. | ||
### 0.0.4 (2022-01-12) | ||
- Fixed issue with polling interval greater than 15 sec. | ||
### 0.0.3 (2021-10-18) | ||
- Fixed parse values bugs. | ||
### 0.0.2 (2021-09-13) | ||
- Initial commit. Alpha Version. | ||
|
||
### **WORK IN PROGRESS** | ||
* (Author) initial release | ||
### 4.0.0 (2024-05-10) | ||
- BREAKING! | ||
1. Added support of multiple UPS so states structure was changed. All existed states will be deleted. Please do backup before upgrade the adapter! Also existed configuration will be lost. Please re-configure the adapter and add one or more devices to it. | ||
2. Minimal js-controller version is 5.0.19 | ||
3. Minimal admin version is 6.13.16 | ||
### 3.0.1 (2024-04-25) | ||
- Update dependencies | ||
### 3.0.0 (2024-04-22) | ||
- BREAKING! Changed the minimal version of nodejs to 18, js-controller to 4.0.0 | ||
### 2.0.0 (2024-02-17) | ||
- BREAKING! Changed the minimal version of nodejs to 16 | ||
### 1.0.15 (2023-04-25) | ||
- Changed approach how to states are creating | ||
### 1.0.13 (2023-04-24) | ||
- Added 'END APC' and 'BATDATE' fields | ||
### 1.0.10 (2022-12-22) | ||
- Added Ukrainian language | ||
### 1.0.9 (2022-12-12) | ||
- Optimized reconnection flow | ||
### 1.0.8 (2022-11-16) | ||
- Added validation on config screen | ||
### 1.0.7 (2022-11-14) | ||
- Added validation on config screen | ||
|
||
## License | ||
MIT License | ||
|
||
Copyright (c) 2022 Serhiy Krasovskyy [email protected]" | ||
Copyright (c) 2024 Serhiy Krasovskyy [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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,51 +3,59 @@ translatedFrom: en | |
translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt | ||
editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.deconz/README.md | ||
title: kein Titel | ||
hash: qGWLruHZxcapCcm1lBwmUE7tdGfq2mCadXfZ+jjk1X0= | ||
hash: Dc4tjO/xtBalbSuxDA44MBYpEiqM/i3HuhNYFgBNqmk= | ||
--- | ||
![Logo](../../../en/adapterref/iobroker.deconz/admin/deconz.png) | ||
|
||
![Anzahl der Installationen](http://iobroker.live/badges/deconz-stable.svg) | ||
![NPM-Version](http://img.shields.io/npm/v/iobroker.deconz.svg) | ||
![NPM-Version](https://nodei.co/npm/iobroker.deconz.png?downloads=true) | ||
![Downloads](https://img.shields.io/npm/dm/iobroker.deconz.svg) | ||
![NPM](https://nodei.co/npm/iobroker.deconz.png?downloads=true) | ||
|
||
ioBroker deConz dresden-elektronik Adapter | ||
|
||
============== | ||
|
||
## Beachten | ||
Keine Unterstützung für Beta-Versionen von deConz | ||
Kein Support für Betaversionen von deConz | ||
|
||
Erforderliche js-Controller-Version >2.x.x, erforderliche node.js >= 10.x.x | ||
Erforderliche JS-Controller-Version >2.x.x, Erforderliches Node.js >= 10.x.x | ||
|
||
## Englisch | ||
Verbindet sich mit der von dresden-elektronik entwickelten deConz-Software. Diese Software zielt darauf ab, eine universelle ZigBee-Gateway-Lösung zu sein, die Hardware von dresden-elektronik, den ConBee-USB-Stick, und RaspBee, ein Modul für den Raspberry Pi, verwendet. | ||
Verbindet sich mit der von dresden-elektronik entwickelten deConz REST-API-Software. Diese Software soll eine universelle ZigBee-Gateway-Lösung sein und verwendet Hardware von dresden-elektronik, den ConBee(X)-USB-Stick und RaspBee(X), ein Modul für den Raspberry Pi. | ||
|
||
Sie müssen zunächst auf deConz verlinken. | ||
Sie müssen zuerst eine Verknüpfung zu deConz herstellen. | ||
|
||
1. a) Geben Sie die IP-Adresse für deConz ein | ||
1. a) IP-Adresse für deConz eingeben<br> | ||
|
||
b) Geben Sie den Standard-Bridge-Port: 80 und den Standard-Websocket: 443 ein | ||
b) Geben Sie den Standard-Bridge-Port ein: 80 und den Standard-Websocket: 443 | ||
|
||
2. Nachdem IP-Adresse und Port eingegeben und gespeichert wurden, klicken Sie auf die Schaltfläche „API-Schlüssel erstellen“. Jetzt können Sie die Zugangsdaten für deConz eingeben oder zur Phoscon APP gehen und ioBroker als Drittanbieter-APP registrieren. | ||
2. Nachdem IP-Adresse und Port eingegeben und gespeichert wurden, klicken Sie auf die Schaltfläche „API-Schlüssel erstellen“. Jetzt können Sie die Anmeldeinformationen für deConz eingeben oder zur Phoscon-App gehen und ioBroker als Drittanbieter-App registrieren. | ||
|
||
#### Senden Sie mehr als einen Befehl gleichzeitig | ||
## Um einige Fehler nach einem Update (Deconz/Adapter) zu vermeiden, stoppen Sie den Adapter und löschen Sie diese Einträge in der Objektstruktur. Beim Starten wird die Objektstruktur neu erstellt. | ||
![Deconz-Adapter](https://github.com/mattreim/ioBroker.deconz/assets/80219712/fb56647e-a0a8-4535-9e18-2b7651b32824) | ||
|
||
#### Senden Sie mehrere Befehle gleichzeitig | ||
Zu diesem Zweck gibt es ein Objekt namens „Aktion“. | ||
|
||
Beispiele: | ||
|
||
`"on": true, "xy": [0.6586,0.3138]` | ||
|
||
`"on": true, "transitiontime": 5, "hue": 65500` | ||
`"on": true, "transitiontime": 5, "hue": 360` | ||
|
||
## Links | ||
[deConz](https://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz/) [REST-Plugin](https://github.com/dresden-elektronik/deconz-rest-plugin) [Gateways (Hardware)](https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/gateways/) | ||
[deCONZ REST-API Plugin](https://github.com/dresden-elektronik/deconz-rest-plugin) [Dokumentation des deCONZ REST-API Plugin](https://dresden-elektronik.github.io/deconz-rest-doc/) [Gateways (Hardware)](https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/gateways/) | ||
|
||
## [Sponsoren](https://github.com/Jey-Cee/ioBroker.deconz/blob/master/SPONSORS.MD) | ||
|
||
## Changelog | ||
|
||
### 1.4.1 (2024-05-05) | ||
* (mattreim) Added new objects for various sensors | ||
|
||
### 1.4.0 (2024-01-29) | ||
* (mattreim) Added new objects for Tuya and Bosch thermostats | ||
|
||
### 1.3.23 (2023-11-05) | ||
* fix crash when new device was added closes [#319](https://github.com/Jey-Cee/ioBroker.deconz/issues/319) | ||
* added possibility to change the port for websocket connection | ||
|
@@ -298,4 +306,4 @@ Beispiele: | |
## License | ||
Apache-2.0 | ||
|
||
Copyright (c) 2017-2023 Jey Cee [email protected] | ||
Copyright (c) 2017-2024 Jey Cee [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.