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.
- Build your own adapter and add it to your local wifi network
- Create a new instance of the adapter
- Choose "Local" as type
- Fill the IP or Hostname of the sensor in the second input
- Choose a name and save the settings
Wait some minutes until the cronjob collects the data for the first time.
Feel free to change the schedule settings in the instances tab (default is every 15 minutes).
- Choose one of the sensors on the online map: deutschland.maps.luftdaten.info
- Click on the sensor and copy the ID (#XXXXX)
- Create a new instance of the adapter
- Choose "Remote" as type
- Fill the ID of the sensor in the second input
- Choose a name and save the settings
Wait some minutes until the cronjob collects the data for the first time.
Feel free to change the schedule settings in the instances tab (default is every 15 minutes).
- klein0r
- pix
- GermanBluefox
- Apollon77
- (klein0r) Minor bugfixes
- (klein0r) fixed units of states
- (klein0r) changed API url
- (klein0r) minor bugfixes
- (klein0r) improved logging
- (klein0r) added response time and units
- (klein0r) merged pull requests - thanks a lot for contribution
- (klein0r) changed type to weather
- (klein0r) fixed issues when sensor is not available
- (klein0r) added location information for remote sensors
- (pix) path is IP if sensor is local
- (pix) path and sensor name added
- (klein0r) initial release
The MIT License (MIT)
Copyright (c) 2020 Matthias Kleine [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.