iobroker.meteoblue
v0.0.6
Published
This adapter fetches weather forecast from meteoblue.com
Downloads
11
Readme
ioBroker.meteoblue
meteoblue adapter for ioBroker
This adapter fetches weather forecast from meteoblue.com and creates a rainspot (precipitation distribution within 35km).
Installation requirements
- node.js >= v14.0 is required
- js-controller >= v3.3.19 is required
- admin >= v5.1.28 is required
- Application Key for "data package: basic-day", generated by meteoblue.com, is required
Changelog
v0.0.6 (2022-07-21)
- (ice987987) password encryption added (user need to reenter the password once after update, this change requires admin >= v4.0.9)
- (ice987987) clean up code
- (ice987987) implementation of JSON config (this change requires js-controller >= v3.3.19 and admin >= v5.1.28)
- (ice987987) node.js >= v14.0 is required
- (ice987987) improved bug-report form
- (ice987987) update links to meteoblue homepage due to their updated homepage
- (ice987987) update dependencies
- (ice987987) add polling interval
v0.0.5 (2022-03-08)
- (ice987987) bugfix
- (ice987987) remove dp
.data_day.[0-6].time_ms
,.metadata.modelrun_updatetime
and.metadata.modelrun
- (ice987987) update dependencies
- (ice987987) update readme
v0.0.4 (2022-02-06)
- (ice987987) update dependencies
- (ice987987) update readme.md
- (ice987987) bugfix
v0.0.3 (2022-01-23)
- (ice987987) revision of the index_m input page
- (ice987987) implementation of API-Key de- and entcryption
- (ice987987) bugfix
v0.0.2 (2021-11-05)
- (ice987987) add rainspot
- (ice987987) remove user inputfield winddirection, calculate winddirection as 2 and 3 chars
- (ice987987) remove user inputfield timezone
- (ice987987) bugfix
v0.0.1 (2021-10-17)
- (ice987987) initial development
License
MIT License
Copyright (c) 2021-2022 ice987987 [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.