iobroker.hagelschutz
v0.0.7
Published
This adapter fetches hail warnings from meteo.netitservices.com.
Downloads
11
Readme
ioBroker.hagelschutz
hagelschutz adapter for ioBroker
This adapter fetches hail warnings from meteo.netitservices.com.
Disclaimer
All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal. meteo.netitservices and hagelschutz-einfach-automatisch are trademarks of Vereinigung Kantonaler Feuerversicherungen VKF, CH-3001 Bern.
Installation requirements
- node.js >= v18 is required
- js-controller >= v5.0.19 is required
- admin >= v6.3.5 is required
- Access to meteo.netitservices.com which can requested via hagelschutz-einfach-automatisch.ch.
Available values (readonly)
You get the following value:
hail
:false
: no hail;true
: hail or hail state triggered by test-alarmhailState
:0
: no hail;1
: hail;2
: hail state triggered by test-alarm
The hail forecast is calculated every 5 minutes. Therefore, the interval to poll the API is 120 seconds. This value provides a good balance between polling too often and not missing out on any changes in the forecast.
How to report issues and feature requests
For issues Please use GitHub issues -> "Bug report" and fill in the form.
Set the adapter to debug log mode (Instances -> Expert mode -> Column Log level). Get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). Check that there are no personal information before you publish your log.
For feature requests Please use GitHub issues -> "Feature request" and fill in the form.
Changelog
0.0.7 (01.09.2024)
- (ice987987) BREAKING: node.js >= v18, js-controller >= v5.0.19 and admin >= v6.3.5 is required
- (ice987987) add simple true/false for hail #92
- (ice987987) dependencies updated
0.0.6 (01.06.2023)
- BREAKING: node.js >= v16.0, js-controller >= v4.0.24 and admin >= v6.3.5 is required
- (ice987987) dependencies updated
0.0.5 (04.03.2023)
- (ice987987) dependencies updated
- (ice987987) section "disclaimer" in readme added
- (ice987987) ukrainian language added
0.0.4 (12.09.2022)
- (ice987987) BREAKING: js-controller >= v4.0.23 is and admin >= v6.2.19 is required
- (ice987987) configuration updated
- (ice987987) feature request form added
- (ice987987) icon fileformat from .png to .svg updated
- (ice987987) dependencies updated
0.0.3 (01.08.2022)
- (ice987987) dependencies updated
0.0.2 (29.07.2022)
- (ice987987) translations added
0.0.1 (17.07.2022)
- (ice987987) initial release
License
MIT License
Copyright (c) 2024 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.