-
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
b58c8f3
commit 23d45dc
Showing
31 changed files
with
895 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
--- | ||
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.airquality/README.md | ||
title: ioBroker.Luftqualität | ||
hash: jikrEMuqCpJ/5qloEaSpyaN0sv//2SOzIVI//ESvCo0= | ||
--- | ||
![Logo](../../../en/adapterref/iobroker.airquality/admin/airquality.png) | ||
|
||
![NPM-Version](https://img.shields.io/npm/v/iobroker.airquality.svg) | ||
![Downloads](https://img.shields.io/npm/dm/iobroker.airquality.svg) | ||
![Anzahl der Installationen](https://iobroker.live/badges/airquality-installed.svg) | ||
![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/airquality-stable.svg) | ||
![NPM](https://nodei.co/npm/iobroker.airquality.png?downloads=true) | ||
|
||
# IoBroker.airquality | ||
**Tests:** ![Testen und Freigeben](https://github.com/raschy/ioBroker.airquality/workflows/Test%20and%20Release/badge.svg) | ||
|
||
## Airquality-Adapter für ioBroker | ||
Daten vom deutschen UBA abrufen | ||
|
||
### Erste Schritte | ||
In diesem Adapter muss in der Konfiguration mindestens eine Umweltstation eingetragen werden, von der Messwerte gesammelt werden sollen. Die Stationsnamen können auf der Internetseite des Umweltbundesamtes unter https://www.umweltbundesamt.de/themen/luft/luftqualitaet#luftdaten (dann auf ‚Nächstgelegene Station‘ klicken) anhand der angezeigten Karte ausgewählt werden. | ||
Die Stationen beginnen immer mit ‚DE‘, gefolgt vom Bundesland ‚BW‘ und einer dreistelligen laufenden Nummer. Diese Kennung, z.B. ‚DEBW052‘, muss dann in der Konfigurationsseite des Adapters eingetragen werden (mit Enter bestätigen). Hier können auch weitere Stationen hinzugefügt werden. | ||
|
||
Sind die Koordinaten in der Hauptkonfiguration des ioBrokers hinterlegt, versucht der Adapter beim ersten Start selbst die nächstgelegene Station zu finden. | ||
|
||
## Hinweis | ||
Es kommt gelegentlich vor, dass Messwerte nicht abgerufen werden können. Dies passiert häufig zu jeder vollen Stunde, da die Daten vermutlich intern komprimiert und verarbeitet werden. Aber auch nachts (gegen Mitternacht) ist es häufig nicht möglich, die Daten abzurufen. Als Warnung wird dann ein Logeintrag 'Keine Daten empfangen' geschrieben. Dies ist kein Defekt des Adapters, sondern systembedingt. | ||
|
||
### HAFTUNGSAUSSCHLUSS | ||
Bitte beachten Sie Urheberrechte und Markenrechte, wenn Sie Namen oder Logos eines Unternehmens verwenden, und fügen Sie Ihrer README-Datei einen Haftungsausschluss hinzu. | ||
Sie können andere Adapter nach Beispielen durchsuchen oder in der Entwickler-Community nachfragen. Die unbefugte Verwendung eines Namens oder Logos eines Unternehmens kann rechtliche Probleme für Sie nach sich ziehen. | ||
|
||
## Changelog | ||
|
||
<!-- | ||
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### **WORK IN PROGRESS** | ||
|
||
- (raschy) Supplementary data points i18n | ||
- (raschy) Data point type corrected | ||
- (raschy) @iobroker/adapter-core 3.2.3 is recommended | ||
|
||
### 0.1.4 (2024-12-16) | ||
|
||
- (raschy) Instructions for use in GUI added | ||
|
||
### 0.1.3 (2024-12-12) | ||
|
||
- (raschy) inclusive deploy | ||
|
||
### 0.1.2 (2024-12-12) | ||
|
||
- (raschy) Ready for latest and tests | ||
|
||
### 0.1.1 (2024-12-11) | ||
|
||
- (raschy) Migration to ESLint 9 and @iobroker/eslint-config | ||
|
||
### 0.1.0 (2024-12-03) | ||
|
||
- (raschy) CO data retrieval added | ||
- (raschy) Conversion as scheduled adapter | ||
|
||
### 0.0.4 (2024-10-31) | ||
|
||
- (raschy) Readme text expanded | ||
- (raschy) Issue 1 [E254] and [W040] corrected | ||
|
||
### 0.0.3 (2024-10-28) | ||
|
||
- (raschy) Auto detection for location activated | ||
|
||
### 0.0.2 (2024-10-28) | ||
|
||
- (raschy) initial release | ||
|
||
## License | ||
|
||
MIT License | ||
|
||
Copyright (c) 2024-2025 raschy <[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.# ioBroker.airquality |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,122 @@ | ||
--- | ||
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.paperless-ngx/README.md | ||
title: ioBroker.paperless-ngx | ||
hash: ZkzC9py3/esrWeFLHf1YwoPN/3M0hgdfQgWFaB9EYX0= | ||
--- | ||
![Logo](../../../en/adapterref/iobroker.paperless-ngx/admin/paperless-ngx.png) | ||
|
||
![NPM-Version](https://img.shields.io/npm/v/iobroker.paperless-ngx.svg) | ||
![Downloads](https://img.shields.io/npm/dm/iobroker.paperless-ngx.svg) | ||
![Anzahl der Installationen](https://iobroker.live/badges/paperless-ngx-installed.svg) | ||
![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/paperless-ngx-stable.svg) | ||
![Spenden](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg) | ||
![NPM](https://nodei.co/npm/iobroker.paperless-ngx.png?downloads=true) | ||
|
||
# IoBroker.paperless-ngx | ||
![Testen und Freigeben](https://github.com/BenAhrdt/ioBroker.paperless-ngx/workflows/Test%20and%20Release/badge.svg) | ||
|
||
* Offizielle Paperless-ngx-Website: https://docs.paperless-ngx.com/ | ||
|
||
## Paperless-ngx-Adapter für ioBroker | ||
paperless-ngx API zum Abrufen von Informationen zu laufenden Instanzen von paperless-ngx. | ||
Sie können beispielsweise die Tags, Dokumente, Dokumenttypen, Benutzer oder Korrespondenten der Paperless-Instanz lesen. | ||
|
||
Geben Sie zum Anmelden an der Instanz folgende Daten ein: ![Alternativtext](../../../en/adapterref/iobroker.paperless-ngx/image.png) | ||
|
||
Wählen Sie den Aktualisierungszyklus und die Art der Lesedaten: (ohne, einfach oder detailliert) ![Alternativtext](../../../en/adapterref/iobroker.paperless-ngx/image-1.png) | ||
|
||
## HAFTUNGSAUSSCHLUSS | ||
Dieses Projekt ist nicht offiziell mit Paperless-ngx verbunden, d. h. es wird nicht von ihnen betreut. | ||
|
||
## Changelog | ||
<!-- | ||
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### 0.2.1 (2024-12-20) | ||
* (BenAhrdt) replace forbidden chars with "_" and add timeout 3000ms to axios | ||
|
||
### 0.2.0 (2024-12-05) | ||
* (BenAhrdt) update eslint | ||
|
||
### 0.1.4 (2024-11-25) | ||
* (BenAhrdt) add responsive tags for xs, s, l .... to json config | ||
|
||
### 0.1.3 (2024-11-23) | ||
* (BenAhrdt) implemt tag and blocked tag search / insert comments | ||
|
||
### 0.1.2 (2024-10-25) | ||
* catching config of wrong API Adress | ||
|
||
### 0.1.1 (2024-10-24) | ||
* implents correspondents | ||
|
||
### 0.1.0 (2024-10-11) | ||
* First implementation of searching in documents with specific tags | ||
|
||
### 0.0.15 (2024-08-10) | ||
* (BenAhrdt) changes for check and service bot | ||
|
||
### 0.0.14 (2024-08-09) | ||
* (BenAhrdt) add keyword ioBroker to package.json | ||
|
||
### 0.0.13 (2024-08-08) | ||
* (BenAhrdt) added current step | ||
|
||
### 0.0.12 (2024-08-08) | ||
* (BenAhrdt) Implekents "all" to some folders | ||
|
||
### 0.0.11 (2024-08-08) | ||
* (BenAhrdt) remove the "" from links | ||
|
||
### 0.0.10 (2024-08-07) | ||
* (BenAhrdt) Added common.name to results | ||
|
||
### 0.0.9 (2024-08-07) | ||
* (BenAhrdt) implements search in documents (additional to global search) | ||
|
||
### 0.0.8 (2024-08-06) | ||
* (BenAhrdt) implements new icons and additionObjectinformations | ||
|
||
### 0.0.7 (2024-08-05) | ||
* (BenAhrdt) change structure for indexing documents / tags etc. | ||
|
||
### 0.0.6 (2024-08-05) | ||
* (BenAhrdt) new structure for results. number assigned, because foreign named dokuments are maby not allowed | ||
|
||
### 0.0.5 (2024-08-04) | ||
* (BenAhrdt) first query function implemented | ||
|
||
### 0.0.4 (2024-08-03) | ||
* (BenAhrdt) readoutlevel for dataconnection | ||
|
||
### 0.0.3 (2024-08-02) | ||
* (BenAhrdt) bugfixes for set states wrigth | ||
|
||
### 0.0.2 (2024-08-02) | ||
* (BenAhrdt) initial release | ||
|
||
## License | ||
MIT License | ||
|
||
Copyright (c) 2024 BenAhrdt <[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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,102 @@ | ||
![Logo](admin/airquality.png) | ||
|
||
# ioBroker.airquality | ||
|
||
[![NPM version](https://img.shields.io/npm/v/iobroker.airquality.svg)](https://www.npmjs.com/package/iobroker.airquality) | ||
[![Downloads](https://img.shields.io/npm/dm/iobroker.airquality.svg)](https://www.npmjs.com/package/iobroker.airquality) | ||
![Number of Installations](https://iobroker.live/badges/airquality-installed.svg) | ||
![Current version in stable repository](https://iobroker.live/badges/airquality-stable.svg) | ||
|
||
[![NPM](https://nodei.co/npm/iobroker.airquality.png?downloads=true)](https://nodei.co/npm/iobroker.airquality/) | ||
|
||
**Tests:** ![Test and Release](https://github.com/raschy/ioBroker.airquality/workflows/Test%20and%20Release/badge.svg) | ||
|
||
## airquality adapter for ioBroker | ||
|
||
Fetch data from German UBA | ||
|
||
### Getting started | ||
|
||
In this adapter, at least one environmental station from which measured values are to be collected must be entered in the configuration. The station names can be selected on the website of the Federal Environment Agency at https://www.umweltbundesamt.de/themen/luft/luftqualitaet#luftdaten (then click on 'Nearest station') using the map displayed. | ||
The stations always begin with 'DE', followed by the federal state 'BW' and a three-digit serial number. This identifier, e.g. 'DEBW052', must then be entered in the configuration page of the adapter (confirm with Enter). Further stations can also be added here. | ||
|
||
If the coordinates are maintained in the main configuration of the ioBroker, the adapter attempts to find the nearest station itself when it is first started. | ||
|
||
## Hint | ||
|
||
It occasionally happens that measured values cannot be retrieved. This often happens at the top of the hour because data is presumably compressed and processed internally. But even at night (around midnight) it is often not possible to retrieve the data. A log entry 'No data received' is then written as a warning. This is not a defect in the adapter but is system-related. | ||
|
||
### DISCLAIMER | ||
|
||
Please make sure that you consider copyrights and trademarks when you use names or logos of a company and add a disclaimer to your README. | ||
You can check other adapters for examples or ask in the developer community. Using a name or logo of a company without permission may cause legal problems for you. | ||
|
||
## Changelog | ||
|
||
<!-- | ||
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### **WORK IN PROGRESS** | ||
|
||
- (raschy) Supplementary data points i18n | ||
- (raschy) Data point type corrected | ||
- (raschy) @iobroker/adapter-core 3.2.3 is recommended | ||
|
||
### 0.1.4 (2024-12-16) | ||
|
||
- (raschy) Instructions for use in GUI added | ||
|
||
### 0.1.3 (2024-12-12) | ||
|
||
- (raschy) inclusive deploy | ||
|
||
### 0.1.2 (2024-12-12) | ||
|
||
- (raschy) Ready for latest and tests | ||
|
||
### 0.1.1 (2024-12-11) | ||
|
||
- (raschy) Migration to ESLint 9 and @iobroker/eslint-config | ||
|
||
### 0.1.0 (2024-12-03) | ||
|
||
- (raschy) CO data retrieval added | ||
- (raschy) Conversion as scheduled adapter | ||
|
||
### 0.0.4 (2024-10-31) | ||
|
||
- (raschy) Readme text expanded | ||
- (raschy) Issue 1 [E254] and [W040] corrected | ||
|
||
### 0.0.3 (2024-10-28) | ||
|
||
- (raschy) Auto detection for location activated | ||
|
||
### 0.0.2 (2024-10-28) | ||
|
||
- (raschy) initial release | ||
|
||
## License | ||
|
||
MIT License | ||
|
||
Copyright (c) 2024-2025 raschy <[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.# ioBroker.airquality |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.