Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Mar 17, 2024
1 parent 6c674f6 commit f65d0f5
Show file tree
Hide file tree
Showing 166 changed files with 939 additions and 56 deletions.
112 changes: 112 additions & 0 deletions docs/de/adapterref/iobroker.air-q/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
---
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.air-q/README.md
title: ioBroker.air-q
hash: mzD/gjdYCbOB5POtFxieQaf/0hWj1xkhBVHe0CoSR1c=
---
# IoBroker.air-q

![NPM-Version](https://img.shields.io/npm/v/iobroker.air-q.svg)
![Downloads](https://img.shields.io/npm/dm/iobroker.air-q.svg)
![Anzahl der Installationen](https://iobroker.live/badges/air-q-installed.svg)
![Aktuelle Version im stabilen Repository](https://iobroker.live/badges/air-q-stable.svg)
![NPM](https://nodei.co/npm/iobroker.air-q.png?downloads=true)

<img src="admin/air-q.png" alt="Airq-Logo" width="200"/>

**Tests:** ![Test und Freigabe](https://github.com/CorantGmbH/ioBroker.air-q/workflows/Test%20and%20Release/badge.svg)

## Inhalt
- [Über über)
- [Erste Schritte](#start)
- [Änderungsprotokoll](#change)
- [Lizenz](#license)

## Um<a id="about"/>
Dieser ioBroker-Adapter wird in Verbindung mit unseren [air-Q-Gerät](https://www.air-q.com) verwendet. Es fragt die Werte unserer Sensoren ab und zeigt sie für Sie in der ioBroker-Umgebung an.
</br> </br>

![air-Q_frontal + Seitlich_full](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/5c38d737-9641-463f-bd07-ac62ce5f1973)

## Erste Schritte<a id="start" />
Sie sollten den Adapter über die Admin-Oberfläche finden können.

Ansonsten können Sie gerne die ioBroker-Befehlszeilenschnittstelle über die Konsole verwenden. Gehen Sie einfach direkt zu Ihrem ioBroker-Stammordner und fügen Sie den Adapter über hinzu

```
iobroker add air-q
```

Dadurch wird der Adapter installiert (falls er noch nicht installiert ist) und eine Instanz gestartet.
Falls Sie nur den Adapter installieren möchten, ohne noch eine Instanz zu erstellen, verwenden Sie den folgenden Befehl:

```
iobroker install air-q
```

Weitere Informationen finden Sie in der ioBroker CLI-Dokumentation unter https://github.com/ioBroker/ioBroker/wiki/Console-commands.

Um Ihre Instanz zu konfigurieren, wählen Sie einfach aus, ob Sie sie über die IP oder die Kurz-ID Ihres Geräts verbinden möchten.

![Screenshot 13.02.2024 103001](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/ec878783-af56-490d-af66-43c53c27df20)

Bitte stellen Sie sicher, dass Sie die richtige IP/ID und das richtige Passwort eingeben.
Anschließend können Sie auch auswählen, wie die Daten abgerufen werden sollen. Sie können negative Werte ausschneiden, wenn Sie sie nicht benötigen, mit Ausnahme der Temperatur natürlich. Sie können festlegen, wie oft die Daten abgefragt werden sollen, indem Sie die Zahl in Sekunden eingeben. Und schließlich können Sie zwischen Echtzeitdaten und Durchschnittsdaten wählen.

![Screenshot 13.02.2024 104813](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/429c57ab-933f-4930-a02b-30da7b5df180)

Jetzt sollten Sie alles eingerichtet und loslegen können!

Die Daten werden entsprechend Ihrer Konfiguration abgerufen und im Objekte-Tab angezeigt, wenn das Gerät gefunden wird. Abhängig von Ihrem Gerät werden natürlich möglicherweise mehr Sensoren angezeigt.

![Screenshot 13.02.2024 110655](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/5639fdcb-3acf-4223-b1fa-fb69016c9d7b)

***Im Moment haben wir alle Sensoren für den air-Q Pro im Lieferumfang enthalten. Optionale Sensoren werden in einem zukünftigen Patch enthalten sein.***

## Changelog

### 1.0.1

* Added sensor list update when connecting to a different air-Q in the same instance
* Fixed name display and update of device

### 1.0.0

* Include typescript files by @pr0crstntr in #6
* Created air-Q class by @pr0crstntr in #4
* Fix restart bug by @pr0crstntr in #7
* Update data poll by @pr0crstntr in #8
* Updated io-package by @pr0crstntr in #9
* Fixed save option for configuration by @pr0crstntr in #16
* Added clear intervals on unload by @pr0crstntr in #26
* Update README by @pr0crstntr in #37
* Changed role for temperature and added unit by @pr0crstntr in #38

### 0.0.1

* (Katharina K.) initial release

## License

MIT License

Copyright (c) 2024 Corant GmbH

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.
Binary file added docs/de/adapterref/iobroker.air-q/admin/air-q.png
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.
58 changes: 58 additions & 0 deletions docs/de/adapterref/iobroker.opensmartcity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
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.opensmartcity/README.md
title: ioBroker.OpenSmartCity
hash: Bxei64a+xHGUo0cBWIrIg5SHMmLdYkQbz8LhhqGx7V8=
---
![Logo](../../../en/adapterref/iobroker.opensmartcity/admin/opensmartcity.png)

![Anzahl der Installationen](http://iobroker.live/badges/opensmartcity-stable.svg)
![NPM-Version](http://img.shields.io/npm/v/iobroker.opensmartcity.svg)
![Downloads](https://img.shields.io/npm/dm/iobroker.opensmartcity.svg)

# IoBroker.OpenSmartCity
![Test und Freigabe](https://github.com/iobroker/iobroker.opensmartcity/workflows/Test%20and%20Release/badge.svg) [![Übersetzungsstatus](https://weblate.iobroker.net/widgets/adapters/-/opensmartcity/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)

## Changelog
<!--
### **WORK IN PROGRESS**
-->
### 0.2.2 (2024-03-12)
* (bluefox) Corrected readme link
* (bluefox) Packages were updated

### 0.2.1 (2023-11-28)
* (bluefox) Corrected vis-2 widget

### 0.2.0 (2023-11-24)
* (bluefox) Changed sensor structure

### 0.1.2 (2023-11-22)
* (bluefox) Added widget

### 0.1.1 (2023-11-21)
* (bluefox) Initial release

## License
The MIT License (MIT)

Copyright (c) 2023-2024 ioBroker Community Developers

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.
108 changes: 108 additions & 0 deletions docs/en/adapterref/iobroker.air-q/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# ioBroker.air-q
<img src="admin/air-q.png" alt="airq-logo" width="200"/>

[![NPM version](https://img.shields.io/npm/v/iobroker.air-q.svg)](https://www.npmjs.com/package/iobroker.air-q)
[![Downloads](https://img.shields.io/npm/dm/iobroker.air-q.svg)](https://www.npmjs.com/package/iobroker.air-q)
![Number of Installations](https://iobroker.live/badges/air-q-installed.svg)
![Current version in stable repository](https://iobroker.live/badges/air-q-stable.svg)

[![NPM](https://nodei.co/npm/iobroker.air-q.png?downloads=true)](https://nodei.co/npm/iobroker.air-q/)

**Tests:** ![Test and Release](https://github.com/CorantGmbH/ioBroker.air-q/workflows/Test%20and%20Release/badge.svg)

## Contents
- [About](#about)
- [Getting started](#start)
- [Changelog](#change)
- [License](#license)


## About <a id="about"/>

This ioBroker Adapter is used in connection with our [air-Q device](https://www.air-q.com). It polls the values from our sensors and displays them for you in the ioBroker environment.
</br>
</br>

![air-Q_frontal + Seitlich_full](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/5c38d737-9641-463f-bd07-ac62ce5f1973)

## Getting started <a id="start" />

You should be able to find the adapter through the admin interface.

Otherwise you're welcome to use the ioBroker command line interface through the console. Simply direct to your ioBroker root folder and add the adapter via
```
iobroker add air-q
```
This installs the adapter (if it isn't installed already) and starts an instance.
In case you only want to install the adapter without creating an instance yet, use the following command:

```
iobroker install air-q
```

For more information visit the ioBroker CLI documentation under https://github.com/ioBroker/ioBroker/wiki/Console-commands.

To configure your instance you simply select whether you want to connect it through the IP or the short-ID of your device.

![Screenshot 2024-02-13 103001](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/ec878783-af56-490d-af66-43c53c27df20)

Please make sure you enter the correct IP/ID and password.
Then you can also choose how the data should be retrieved. You can clip negative values if you don't need them, with the exception of temperature, of course. You can set up how often the data should be polled by typing in the number in seconds. And lastly you can choose between realtime data or average data.

![Screenshot 2024-02-13 104813](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/429c57ab-933f-4930-a02b-30da7b5df180)

Now you should be all set up and good to go!

The data will be retrieved and shown in the objects-tab according to your configuration, when the device is found. Of course, depending on the device you own, there might be more sensors shown.

![Screenshot 2024-02-13 110655](https://github.com/CorantGmbH/ioBroker.air-q/assets/107550719/5639fdcb-3acf-4223-b1fa-fb69016c9d7b)

***For now we have all sensors for the air-Q Pro included. Optional sensors will be included in a future patch.***

## Changelog <a id="change" />

### 1.0.1

* Added sensor list update when connecting to a different air-Q in the same instance
* Fixed name display and update of device

### 1.0.0

* Include typescript files by @pr0crstntr in #6
* Created air-Q class by @pr0crstntr in #4
* Fix restart bug by @pr0crstntr in #7
* Update data poll by @pr0crstntr in #8
* Updated io-package by @pr0crstntr in #9
* Fixed save option for configuration by @pr0crstntr in #16
* Added clear intervals on unload by @pr0crstntr in #26
* Update README by @pr0crstntr in #37
* Changed role for temperature and added unit by @pr0crstntr in #38

### 0.0.1

* (Katharina K.) initial release


## License <a id="license"/>

MIT License

Copyright (c) 2024 Corant GmbH

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.
Binary file added docs/en/adapterref/iobroker.air-q/admin/air-q.png
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.
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.
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.
54 changes: 54 additions & 0 deletions docs/en/adapterref/iobroker.opensmartcity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
![Logo](admin/opensmartcity.png)
# ioBroker.OpenSmartCity

![Number of Installations](http://iobroker.live/badges/opensmartcity-installed.svg)
![Number of Installations](http://iobroker.live/badges/opensmartcity-stable.svg)
[![NPM version](http://img.shields.io/npm/v/iobroker.opensmartcity.svg)](https://www.npmjs.com/package/iobroker.opensmartcity)

![Test and Release](https://github.com/iobroker/iobroker.opensmartcity/workflows/Test%20and%20Release/badge.svg)
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/opensmartcity/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
[![Downloads](https://img.shields.io/npm/dm/iobroker.opensmartcity.svg)](https://www.npmjs.com/package/iobroker.opensmartcity)


## Changelog
<!--
### **WORK IN PROGRESS**
-->
### 0.2.2 (2024-03-12)
* (bluefox) Corrected readme link
* (bluefox) Packages were updated

### 0.2.1 (2023-11-28)
* (bluefox) Corrected vis-2 widget

### 0.2.0 (2023-11-24)
* (bluefox) Changed sensor structure

### 0.1.2 (2023-11-22)
* (bluefox) Added widget

### 0.1.1 (2023-11-21)
* (bluefox) Initial release

## License
The MIT License (MIT)

Copyright (c) 2023-2024 ioBroker Community Developers

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.
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.
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.
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.
Binary file added docs/en/cloud/media/iot_passwort.png
Loading

0 comments on commit f65d0f5

Please sign in to comment.