Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 24 additions & 13 deletions source/_integrations/smhi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,30 @@ The weather entity provides the current state of the weather as well as detailed

## Sensors

The integration creates entities showing the current state of some additional weather metrics.

| Sensor | Type | Description |
| ------------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Thunder probability | % | Probability of thunder. |
| Total cloud coverage | % | Mean value of total cloud cover. |
| Low cloud coverage | % | Mean value of low level cloud cover. |
| Medium cloud coverage | % | Mean value of medium level cloud cover. |
| High cloud coverage | % | Mean value of high level cloud cover. |
| Precipitation category | None | Precipitation category can be any of: No precipitation, Snow, Snow and rain, Rain, Drizzle, Freezing rain, Freezing drizzle. |
| Frozen precipitation | % | Percent of precipitation in frozen form. |

The cloud sensors are not enabled by default.
The integration creates entities showing the current state of some additional weather and fire metrics.

The following weather sensors are provided (cloud sensors are disabled by default):

- **Thunder probability** (%): Probability of thunder
- **Total cloud coverage** (%): Mean value of total cloud cover
- **Low cloud coverage** (%): Mean value of low-level cloud cover
- **Medium cloud coverage** (%): Mean value of medium-level cloud cover
- **High cloud coverage** (%): Mean value of high-level cloud cover
- **Precipitation category**: Precipitation category can be any of the following: No precipitation, Snow, Snow and rain, Rain, Drizzle, Freezing rain, or Freezing drizzle
- **Frozen precipitation** (%): Percent of precipitation in frozen form

The following fire sensors are provided (fire sensors are disabled by default):

- **FWI-index**: Fire weather index classified from low risk to very high risk
- **FWI-value**: Fire weather index as its native value
- **Initial spread index (ISI)**: Describes the expected rate of fire spread
- **Build up index (BUI)**: Indicates the total amount of fuel available for the fire
- **Fine fuel moisture code (FFMC)**: Describes the moisture content in the dead fine fuels
- **Duff moisture code (DMC)**: Describes moisture content of loosely compacted organic layers of moderate depth
- **Drought code (DC)**: Describes moisture content of deep compact organic layers
- **Highest grass fire risk**: Highest grass fire risk (danger) according to the grass fire model ranging from snow cover to very high
- **Potential rate of spread**: Potential rate of spread (m/min) of uncut and ungrazed natural grass
- **Fuel drying**: Measure of the available water amount in the forest fuel ranging from extremely dry to very wet

The SMHI weather service is free under the Creative Commons Attribution 4.0, international license. Weather data will be pulled once every 30 minutes.
Comment thread
gjohansson-ST marked this conversation as resolved.

Expand Down