Skip to content

Commit 12f3d0f

Browse files
authored
Update README.md
1 parent ceca55b commit 12f3d0f

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

README.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,65 @@
11
# accuweather_pollen
2+
23
This QuickApp gives access to real-time and 5-day forecast pollen count and risk category for grass pollen, mold spores, ragweed pollen and tree pollen of any location from Accuweather.com
4+
5+
Pollen is a fine powder produced by trees and plants
6+
Pollen can severely affect people, especially those with different ailments such as asthma and respiratory issues.
7+
It can aggravate these existing conditions or cause these issues in high risk groups
8+
9+
Grass Pollen: Pollen grains from grasses
10+
Mold Spores: The fungus produces spores that can become airborne
11+
Radweed Pollen: Ragweeds are annual and perennial herbs and shrubs. A single plant may produce about a billion grains of pollen per season.
12+
Tree Pollen: Pollen from trees such as Birch and Oak
13+
14+
The QuickApp provides a risk evaluation with levels in particles/m³
15+
16+
Grass Pollen
17+
- Category Name Begin Range End Range
18+
- Low 0 4.99
19+
- Moderate 5 19.99
20+
- High 20 199.99
21+
- Very High 200 299.99
22+
- Extreme 300 1000000
23+
24+
Mold Spores
25+
- Category Name Begin Range End Range
26+
- Low 0 6499.99
27+
- Moderate 6500 12999.99
28+
- High 13000 49999.99
29+
- Very High 50000 64999.99
30+
- Extreme 65000 1000000
31+
32+
-Ragweed Pollen
33+
- Category Name Begin Range End Range
34+
- Low 0 9.99
35+
- Moderate 10 49.99
36+
- High 50 499.99
37+
- Very High 500 649.99
38+
- Extreme 650 1000000
39+
40+
Tree Pollen
41+
- Category Name Begin Range End Range
42+
- Low 0 14.99
43+
- Moderate 15 89.99
44+
- High 90 1499.99
45+
- Very High 1500 2999.99
46+
- Extreme 3000 1000000
47+
48+
49+
IMPORTANT
50+
- You need an API key from https://developer.accuweather.com
51+
- The API is free up to 50 API calls/day, one key
52+
53+
54+
Version 0.1 (22th August 2021)
55+
- Initial version
56+
- ToDo: convert remaining date/time to format
57+
58+
59+
Variables (mandatory):
60+
- apiKey = Get your free API key from AccuWeather
61+
- locationKey = AccuWeather number from your HC3 Lon/Lat
62+
- interval = [number] in seconds time to get the data from the API
63+
- timeout = [number] in seconds for http timeout
64+
- debugLevel = Number (1=some, 2=few, 3=all, 4=simulation mode) (default = 1)
65+
- icon = [numbber] User defined icon number (add the icon via an other device and lookup the number)

0 commit comments

Comments
 (0)