-
Notifications
You must be signed in to change notification settings - Fork 170
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
0c19913
commit ad2ceaa
Showing
101 changed files
with
14,703 additions
and
12,734 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
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
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
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
Binary file added
BIN
+5.69 KB
docs/de/adapterref/iobroker.google-spreadsheet/admin/google-spreadsheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+67.2 KB
docs/de/adapterref/iobroker.google-spreadsheet/img/blockly-append.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
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.jablotron/README.md | ||
title: ioBroker.jablotron | ||
hash: JbnfGehH5+QShztwCz9DhtNyboqVjosxca34qwubi+E= | ||
--- | ||
![Logo](../../../en/adapterref/iobroker.jablotron/admin/jablotron.png) | ||
|
||
![NPM-Version](https://img.shields.io/npm/v/iobroker.jablotron.svg) | ||
![Downloads](https://img.shields.io/npm/dm/iobroker.jablotron.svg) | ||
![Anzahl der Installationen](https://iobroker.live/badges/jablotron-installed.svg) | ||
![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/jablotron-stable.svg) | ||
![NPM](https://nodei.co/npm/iobroker.jablotron.png?downloads=true) | ||
|
||
# IoBroker.jablotron | ||
**Tests:** ![Test und Freigabe](https://github.com/DEV2DEV-DE/ioBroker.jablotron/workflows/Test%20and%20Release/badge.svg) | ||
|
||
## Jablotron-Adapter für ioBroker | ||
Stellt eine Verbindung zur Jablotron-Cloud her, um auf Ihr Sicherheitssystem zuzugreifen. | ||
|
||
Derzeit ist der Adapter **schreibgeschützt**! | ||
|
||
Es ist nur möglich, die Zustände auszulesen. Die Umstellung erfolgt später! | ||
|
||
Der Adapter verbindet sich nur mit der Cloud des Herstellers. Es ist derzeit nicht möglich, sich nur über das lokale Netzwerk mit der Zentraleinheit zu verbinden, da der Hersteller die lokale API geschlossen hält. | ||
|
||
### Forum | ||
Besprechen Sie Ihre Testerfahrungen hier: https://forum.iobroker.net/topic/70798/test-adapter-jablotron-v-0-0-x | ||
|
||
## Bekannte Probleme | ||
* Soweit bisher bekannt, müssen Sensoren, Schalter und andere Geräte als „programmierbares Tor“ konfiguriert werden, um lesbar zu sein. | ||
* Es gibt Geräte, die als „thermoDevice“ aufgeführt werden sollen, aber die Liste ist bisher leer und konnte daher noch nicht getestet werden. | ||
|
||
Melden Sie jeden Fehler, jedes Problem oder jede Anfrage als GitHub-Issue: https://github.com/DEV2DEV-DE/ioBroker.jablotron/issues | ||
|
||
## Hersteller | ||
https://www.jablotron.com/de/katalog-produktu/alarme/jablotron-100/ | ||
|
||
## Wichtiger Hinweis | ||
### Version 0.0.5 | ||
Die Speicherung sensibler Daten in der Instanzkonfiguration wurde geändert. | ||
Sie müssen Ihr Passwort in den Instanzeinstellungen erneut eingeben, wenn Sie bereits eine ältere Version < 0.0.5 verwendet haben | ||
|
||
## Verweise | ||
* https://github.com/ioBroker/AdapterRequests/issues/755 | ||
* https://github.com/hajekmi/myjablotron | ||
* https://github.com/fdegier/homebridge-jablotron-alarm | ||
* https://github.com/plaksnor/HASS-JablotronSystem | ||
* https://github.com/kukulich/home-assistant-jablotron100 | ||
|
||
## Changelog | ||
### 0.1.0 (2023-12-10) | ||
* Fixed issue with restarts due to timeouts | ||
|
||
### 0.0.7 (2023-12-08) | ||
* Fixed wrong structure in readme | ||
|
||
### 0.0.5 (2023-12-06) | ||
* Fixed typo | ||
* Encrypt sensitive data in instance config | ||
* Add min and max for poll interval | ||
* Removed unused code | ||
* Do not create static states in code | ||
|
||
### 0.0.4 (2023-12-03) | ||
* Fixed wrong state type for data type 'object' | ||
|
||
### 0.0.3 (2023-12-03) | ||
* Implemented improvements mentioned in review | ||
|
||
### 0.0.2 (2023-11-30) | ||
* Provide an appropriate role for any state | ||
* Readme extended | ||
* Output 'thermoDevices' in debug log | ||
|
||
## License | ||
MIT License | ||
|
||
Copyright (c) 2023 DEV2DEV-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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.