https://github.com/klein0r/iobroker.luftdaten
ioBroker adapter to get the sensor values of your local or any remote luftdaten.info sensor into ioBroker
https://github.com/klein0r/iobroker.luftdaten
iobroker iobroker-adapter luftdaten smarthome
Last synced: 3 months ago
JSON representation
ioBroker adapter to get the sensor values of your local or any remote luftdaten.info sensor into ioBroker
- Host: GitHub
- URL: https://github.com/klein0r/iobroker.luftdaten
- Owner: klein0r
- License: mit
- Created: 2018-05-14T08:52:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T09:54:01.000Z (about 1 year ago)
- Last Synced: 2025-05-07T04:06:41.725Z (about 1 year ago)
- Topics: iobroker, iobroker-adapter, luftdaten, smarthome
- Language: JavaScript
- Homepage: https://haus-automatisierung.com/
- Size: 2.81 MB
- Stars: 22
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.luftdaten
[](https://www.npmjs.com/package/iobroker.luftdaten)
[](https://www.npmjs.com/package/iobroker.luftdaten)








## Versions



This adapter adds "luftdaten.info" sensor data to your ioBroker installation.
You can decide if you want to add a local sensor by ip or if you just want to use the API of lufdaten.info to get the data of another sensor.
## Sponsored by
[](https://haus-automatisierung.com/iobroker-kurs/?refid=iobroker-luftdaten)
## Installation
Please use the "adapter list" in ioBroker to install a stable version of this adapter. You can also use the CLI to install this adapter:
```
iobroker add luftdaten
```
## Documentation
[πΊπΈ Documentation](./docs/en/README.md)
[π©πͺ Dokumentation](./docs/de/README.md)
## Sentry
**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.
## Changelog
### **WORK IN PROGRESS**
NodeJS >= 20.x and js-controller >= 6 is required
### 4.0.0 (2024-08-09)
NodeJS >= 18.x and js-controller >= 5 is required
### 3.1.0 (2023-10-25)
NodeJS 16.x is required
* (klein0r) Added link to sensor map to intro tab
* (klein0r) Create timestamps if location is not available
* (klein0r) Added admin icons
### 3.0.0 (2023-05-01)
NodeJS 14.x is required (NodeJS 12.x is EOL)
* (klein0r) Added link to sensor map to instance configuration
* (klein0r) Updated dependencies
* (klein0r) Updated depedency for js-controller to 4.0.15
* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language
### 2.2.4 (2022-04-14)
* (klein0r) Abort HTTP requests if running too long
### 2.2.3 (2022-04-11)
* (klein0r) Always stop instance when tasks are completed
* (klein0r) Updated log messages
## License
The MIT License (MIT)
Copyright (c) 2025 Matthias Kleine
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.