Compare commits
157 commits
Author | SHA1 | Date | |
---|---|---|---|
52be58a9ef | |||
f1b18fe29a | |||
77e94d802b | |||
76a670427b | |||
866b1f3fa0 | |||
914dd75d7b | |||
5c320b57fb | |||
68bcb8aeb4 | |||
702f687a8d | |||
d5a687fff5 | |||
9e178378fc | |||
ef5d3ad126 | |||
d0d542c3fe | |||
fd8aa3029f | |||
fb43a882f8 | |||
57cce48c5f | |||
7951bafefb | |||
f0a1853f67 | |||
2707950ad9 | |||
1a33b3b594 | |||
6476f0e57a | |||
5932884c7a | |||
1e35e24c15 | |||
f729d59d9f | |||
16a5399edb | |||
36bfe49ce2 | |||
16a1991063 | |||
be30c160f4 | |||
9064326860 | |||
ea23f0da2c | |||
7f9cca4960 | |||
fee2a10f5e | |||
18040eb577 | |||
be0a7425d4 | |||
1844d02639 | |||
ca98e12e88 | |||
fb59936c79 | |||
fbab30e33f | |||
7e75e4f184 | |||
5d93102ada | |||
0776cff6d6 | |||
93bda52ac8 | |||
48fca3197f | |||
196d4cc178 | |||
225a853b27 | |||
3ef90ba688 | |||
0a64e7eec2 | |||
117c2d5030 | |||
67a8647f7b | |||
52812487f9 | |||
![]() |
3947273ef7 | ||
b78c8a6779 | |||
72e9d5dc99 | |||
3957eac952 | |||
fdec55e021 | |||
b666f7dd10 | |||
082770f480 | |||
6661bac5ad | |||
9f06486512 | |||
3ede45af43 | |||
34cb9e1bb5 | |||
0de029b30b | |||
4978a92385 | |||
1254ae7157 | |||
91d46dcb6c | |||
fe412dfec3 | |||
41fd90bf63 | |||
cf7519e7db | |||
972ab3f9e6 | |||
bd22b62eef | |||
89db47f653 | |||
e378486d74 | |||
![]() |
c862e184d4 | ||
b78d671bd2 | |||
f9af56547a | |||
1c396fa247 | |||
ec84b405de | |||
09de4fbaa7 | |||
91ff65c19d | |||
4af3d3dcbd | |||
d16a08f647 | |||
3404e1649d | |||
65e31b700d | |||
62e9e5fb9f | |||
5f53d16ce2 | |||
2a5f122dae | |||
50a7a677fb | |||
5e7b01face | |||
da512c5f37 | |||
f1e7c267e6 | |||
0059b2f78f | |||
48ad275cf9 | |||
f66b202b66 | |||
7e153e2b12 | |||
afd62cce95 | |||
eb036f9d05 | |||
671cc26031 | |||
152fa9768e | |||
e716172a93 | |||
1862609bb2 | |||
89b08dca0f | |||
98079d904d | |||
c647e83c4c | |||
a952e3566f | |||
0812ef5eef | |||
b1d21bf858 | |||
d354199ace | |||
f651968b4d | |||
a7d17d707e | |||
2562b2b733 | |||
59a3a3f07a | |||
7bf45ac713 | |||
03677d01ef | |||
a211a5e406 | |||
afea4df5d2 | |||
2e90931996 | |||
2579b79d11 | |||
1f3bc392ba | |||
6babe1e9f4 | |||
b973dd57fc | |||
2bdfa014df | |||
ff5f2f8adc | |||
9e07e18e85 | |||
4decfe72ac | |||
6bc54898ef | |||
8d2fcbefb5 | |||
e1ffb2ec8e | |||
377601cf4d | |||
92d4084cf2 | |||
7ff9705536 | |||
e55a2e5300 | |||
d75756968a | |||
d85d4c7264 | |||
35bc326267 | |||
e4a6d254af | |||
a1e0b7d394 | |||
a93e583c32 | |||
f5ebf31b0e | |||
911aa3a1c7 | |||
121b6e50c3 | |||
22b7305e14 | |||
a7201e5cb6 | |||
a0b6fdc36c | |||
e693224792 | |||
a93b199364 | |||
4e8f1faebc | |||
68491fc7da | |||
d5d4005634 | |||
ac0fe07f4f | |||
87bd3dc256 | |||
580a3a0350 | |||
![]() |
14e0512b12 | ||
3c2bd51e85 | |||
8aeb656360 | |||
191f7f54fb | |||
6060c09cc0 | |||
e4c4c8e954 |
3
.github/workflows/pytest.yml
vendored
|
@ -3,6 +3,7 @@ name: Run Python tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -10,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.12"]
|
python-version: ["3.13"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: MathRobin/timezone-action@v1.1
|
- uses: MathRobin/timezone-action@v1.1
|
||||||
|
|
27
.github/workflows/release.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
name: Create release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*.*.*'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
tests:
|
||||||
|
uses: ./.github/workflows/pytest.yml
|
||||||
|
release:
|
||||||
|
name: Release pushed tag
|
||||||
|
needs: [tests]
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: Create release
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
tag: ${{ github.ref_name }}
|
||||||
|
run: |
|
||||||
|
gh release create "$tag" \
|
||||||
|
--repo="$GITHUB_REPOSITORY" \
|
||||||
|
--title="${tag#v}" \
|
||||||
|
--generate-notes
|
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Jules Dejaeghere
|
Copyright (c) 2023-2025 Jules Dejaeghere
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
60
README.md
|
@ -7,11 +7,22 @@ Although the provider is Belgian, the data is available for Belgium 🇧🇪, Lu
|
||||||
|
|
||||||
## Installing via HACS
|
## Installing via HACS
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=jdejaegh&repository=irm-kmi-ha&category=integration)
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
1. Go to HACS > Integrations
|
1. Go to HACS > Integrations
|
||||||
2. Add this repo into your [HACS custom repositories](https://hacs.xyz/docs/faq/custom_repositories/)
|
2. Add this repo into your [HACS custom repositories](https://hacs.xyz/docs/faq/custom_repositories/)
|
||||||
3. Search for IRM KMI and download it
|
3. Search for IRM KMI and download it
|
||||||
4. Restart Home Assistant
|
4. Restart Home Assistant
|
||||||
5. Configure the integration via the UI (search for 'IRM KMI')
|
|
||||||
|
## Set up the integration
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=irm_kmi)
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
1. Configure the integration via the UI (search for 'IRM KMI')
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -20,8 +31,10 @@ This integration provides the following things:
|
||||||
|
|
||||||
- A weather entity with current weather conditions
|
- A weather entity with current weather conditions
|
||||||
- Weather forecasts (hourly, daily and twice-daily) [using the service `weather.get_forecasts`](https://www.home-assistant.io/integrations/weather/#service-weatherget_forecasts)
|
- Weather forecasts (hourly, daily and twice-daily) [using the service `weather.get_forecasts`](https://www.home-assistant.io/integrations/weather/#service-weatherget_forecasts)
|
||||||
|
- Short-term rain forecasts using the radar data using the [custom service `ìrm_kmi.get_forecasts_radar`](#custom-service-irm_kmiget_forecasts_radar)
|
||||||
- A camera entity for rain radar and short-term rain previsions
|
- A camera entity for rain radar and short-term rain previsions
|
||||||
- A binary sensor for weather warnings
|
- A binary sensor for weather warnings
|
||||||
|
- A sensor with the timestamp for the start of the next warning
|
||||||
- Sensors for active pollens
|
- Sensors for active pollens
|
||||||
|
|
||||||
The following options are available:
|
The following options are available:
|
||||||
|
@ -74,6 +87,12 @@ Mapping was established based on my own interpretation of the icons and conditio
|
||||||
|
|
||||||
## Warning details
|
## Warning details
|
||||||
|
|
||||||
|
Warnings are represented with two sensors:
|
||||||
|
- a binary sensor showing if any warning is currently active
|
||||||
|
- a timestamp sensor with the start time of the next warning (if any, else `unknown`)
|
||||||
|
|
||||||
|
### Binary sensor for ongoing warnings
|
||||||
|
|
||||||
The warning binary sensor is on if a warning is currently relevant (i.e. warning start time < current time < warning end time).
|
The warning binary sensor is on if a warning is currently relevant (i.e. warning start time < current time < warning end time).
|
||||||
Warnings may be issued by the IRM KMI ahead of time but the binary sensor is only on when at least one of the issued warnings is relevant.
|
Warnings may be issued by the IRM KMI ahead of time but the binary sensor is only on when at least one of the issued warnings is relevant.
|
||||||
|
|
||||||
|
@ -100,6 +119,7 @@ The following table summarizes the different known warning types. Other warning
|
||||||
| thunder | 3 | Thunder, Orage, Onweer, Gewitter |
|
| thunder | 3 | Thunder, Orage, Onweer, Gewitter |
|
||||||
| fog | 7 | Fog, Brouillard, Mist, Nebel |
|
| fog | 7 | Fog, Brouillard, Mist, Nebel |
|
||||||
| cold | 9 | Cold, Froid, Koude, Kalt |
|
| cold | 9 | Cold, Froid, Koude, Kalt |
|
||||||
|
| heat | 10 | Heat, Chaleur, Hitte, Hitze |
|
||||||
| thunder_wind_rain | 12 | Thunder Wind Rain, Orage, rafales et averses, Onweer Wind Regen, Gewitter Windböen Regen |
|
| thunder_wind_rain | 12 | Thunder Wind Rain, Orage, rafales et averses, Onweer Wind Regen, Gewitter Windböen Regen |
|
||||||
| thunderstorm_strong_gusts | 13 | Thunderstorm & strong gusts, Orage et rafales, Onweer en wind, Gewitter und Windböen |
|
| thunderstorm_strong_gusts | 13 | Thunderstorm & strong gusts, Orage et rafales, Onweer en wind, Gewitter und Windböen |
|
||||||
| thunderstorm_large_rainfall | 14 | Thunderstorm & large rainfall, Orage et averses, Onweer en regen, Gewitter und Regen |
|
| thunderstorm_large_rainfall | 14 | Thunderstorm & large rainfall, Orage et averses, Onweer en regen, Gewitter und Regen |
|
||||||
|
@ -109,18 +129,52 @@ The following table summarizes the different known warning types. Other warning
|
||||||
The sensor has an attribute called `active_warnings_friendly_names`, holding a comma separated list of the friendly names
|
The sensor has an attribute called `active_warnings_friendly_names`, holding a comma separated list of the friendly names
|
||||||
of the currently active warnings (e.g. `Fog, Ice or snow`). There is no particular order for the list.
|
of the currently active warnings (e.g. `Fog, Ice or snow`). There is no particular order for the list.
|
||||||
|
|
||||||
|
### Timestamp sensor for upcoming warnings
|
||||||
|
|
||||||
|
The state is the start time of the earliest next warning, if any; else `unknown`.
|
||||||
|
|
||||||
|
The sensor has two additional attributes:
|
||||||
|
- `next_warnings`: a list of all the upcoming warnings, with the same data as the `warnings` attribute of the binary sensor (see above)
|
||||||
|
- `next_warning_friendly_names` holding a comma separated list of the friendly names of the currently active warnings (e.g. `Fog, Ice or snow`). There is no particular order for the list.
|
||||||
|
|
||||||
|
|
||||||
## Pollen details
|
## Pollen details
|
||||||
|
|
||||||
One sensor per pollen is created and each sensor can have one of the following values: active, green, yellow, orange,
|
One sensor per pollen is created and each sensor can have one of the following values: green, yellow, orange,
|
||||||
red, purple or none.
|
red, purple or none.
|
||||||
|
|
||||||
The exact meaning of each color can be found on the IRM KMI webpage: [Pollen allergy and hay fever](https://www.meteo.be/en/weather/forecasts/pollen-allergy-and-hay-fever)
|
The exact meaning of each color can be found on the IRM KMI webpage: [Pollen allergy and hay fever](https://www.meteo.be/en/weather/forecasts/pollen-allergy-and-hay-fever)
|
||||||
|
|
||||||
<img height="200" src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/pollens.png" alt="Pollen data"/>
|
<img height="200" src="https://github.com/jdejaegh/irm-kmi-ha/raw/main/img/pollens.png" alt="Pollen data"/>
|
||||||
|
|
||||||
This data sent to the app would result in oak and ash have the 'active' state, birch would be 'purple' and alder would be 'green'.
|
This data sent to the app would result in grasses have the 'purple' state.
|
||||||
All the other pollens would be 'none'.
|
All the other pollens would be 'none'.
|
||||||
|
|
||||||
|
Due to a recent update in the pollen SVG format, there may have some edge cases that are not handled by the integration.
|
||||||
|
|
||||||
|
## Custom service `irm_kmi.get_forecasts_radar`
|
||||||
|
|
||||||
|
The service returns a list of Forecast objects (similar to `weather.get_forecasts`) but only data about precipitation is available.
|
||||||
|
The data is taken from the radar forecast: it is useful for very short-term rain forecast.
|
||||||
|
|
||||||
|
The service can optionally include data from the past (like shown on the radar).
|
||||||
|
|
||||||
|
Here is an example of service call:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
service: irm_kmi.get_forecasts_radar
|
||||||
|
target:
|
||||||
|
entity_id: weather.home
|
||||||
|
data:
|
||||||
|
include_past_forecasts: true
|
||||||
|
```
|
||||||
|
|
||||||
|
The data is optional and defaults to `false`.
|
||||||
|
|
||||||
|
Even when `include_past_forecasts` is `false`, the current 10 minutes interval is returned so the first item in the
|
||||||
|
response is in the past (at most 10 minutes in the past). This can be useful to determine if rain is currently falling
|
||||||
|
and how strong it is.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological
|
This is a personal project and isn't in any way affiliated with, sponsored or endorsed by [The Royal Meteorological
|
||||||
|
|
|
@ -6,11 +6,11 @@ import logging
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.exceptions import ConfigEntryError
|
from homeassistant.exceptions import ConfigEntryError
|
||||||
|
from irm_kmi_api.const import OPTION_STYLE_STD
|
||||||
|
|
||||||
from .const import (CONF_DARK_MODE, CONF_STYLE, CONF_USE_DEPRECATED_FORECAST,
|
from .const import (CONF_DARK_MODE, CONF_LANGUAGE_OVERRIDE, CONF_STYLE,
|
||||||
CONFIG_FLOW_VERSION, DOMAIN,
|
CONF_USE_DEPRECATED_FORECAST, CONFIG_FLOW_VERSION, DOMAIN,
|
||||||
OPTION_DEPRECATED_FORECAST_NOT_USED, OPTION_STYLE_STD,
|
OPTION_DEPRECATED_FORECAST_NOT_USED, PLATFORMS)
|
||||||
PLATFORMS)
|
|
||||||
from .coordinator import IrmKmiCoordinator
|
from .coordinator import IrmKmiCoordinator
|
||||||
from .weather import IrmKmiWeather
|
from .weather import IrmKmiWeather
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
hass.data.setdefault(DOMAIN, {})
|
hass.data.setdefault(DOMAIN, {})
|
||||||
hass.data[DOMAIN][entry.entry_id] = coordinator = IrmKmiCoordinator(hass, entry)
|
hass.data[DOMAIN][entry.entry_id] = coordinator = IrmKmiCoordinator(hass, entry)
|
||||||
|
|
||||||
|
# When integration is set up, set the logging level of the irm_kmi_api package to the same level to help debugging
|
||||||
|
logging.getLogger('irm_kmi_api').setLevel(_LOGGER.getEffectiveLevel())
|
||||||
try:
|
try:
|
||||||
# https://developers.home-assistant.io/docs/integration_fetching_data#coordinated-single-api-poll-for-data-for-all-entities
|
# https://developers.home-assistant.io/docs/integration_fetching_data#coordinated-single-api-poll-for-data-for-all-entities
|
||||||
await coordinator.async_config_entry_first_refresh()
|
await coordinator.async_config_entry_first_refresh()
|
||||||
|
@ -45,8 +47,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
|
|
||||||
async def async_reload_entry(hass: HomeAssistant, entry: ConfigEntry) -> None:
|
async def async_reload_entry(hass: HomeAssistant, entry: ConfigEntry) -> None:
|
||||||
"""Reload config entry."""
|
"""Reload config entry."""
|
||||||
await async_unload_entry(hass, entry)
|
await hass.config_entries.async_reload(entry.entry_id)
|
||||||
await async_setup_entry(hass, entry)
|
|
||||||
|
|
||||||
|
|
||||||
async def async_migrate_entry(hass, config_entry: ConfigEntry):
|
async def async_migrate_entry(hass, config_entry: ConfigEntry):
|
||||||
|
@ -55,18 +56,26 @@ async def async_migrate_entry(hass, config_entry: ConfigEntry):
|
||||||
|
|
||||||
if config_entry.version > CONFIG_FLOW_VERSION - 1:
|
if config_entry.version > CONFIG_FLOW_VERSION - 1:
|
||||||
# This means the user has downgraded from a future version
|
# This means the user has downgraded from a future version
|
||||||
|
_LOGGER.error(f"Downgrading configuration is not supported: your config version is {config_entry.version}, "
|
||||||
|
f"the current version used by the integration is {CONFIG_FLOW_VERSION}")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
new = {**config_entry.data}
|
new = {**config_entry.data}
|
||||||
if config_entry.version == 1:
|
if config_entry.version == 1:
|
||||||
new = new | {CONF_STYLE: OPTION_STYLE_STD, CONF_DARK_MODE: True}
|
new = new | {CONF_STYLE: OPTION_STYLE_STD, CONF_DARK_MODE: True}
|
||||||
config_entry.version = 2
|
hass.config_entries.async_update_entry(config_entry, data=new, version=2)
|
||||||
hass.config_entries.async_update_entry(config_entry, data=new)
|
|
||||||
|
|
||||||
if config_entry.version == 2:
|
if config_entry.version == 2:
|
||||||
new = new | {CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED}
|
new = new | {CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED}
|
||||||
config_entry.version = 3
|
hass.config_entries.async_update_entry(config_entry, data=new, version=3)
|
||||||
hass.config_entries.async_update_entry(config_entry, data=new)
|
|
||||||
|
if config_entry.version == 3:
|
||||||
|
new = new | {CONF_LANGUAGE_OVERRIDE: None}
|
||||||
|
hass.config_entries.async_update_entry(config_entry, data=new, version=4)
|
||||||
|
|
||||||
|
if config_entry.version == 4:
|
||||||
|
new[CONF_LANGUAGE_OVERRIDE] = 'none' if new[CONF_LANGUAGE_OVERRIDE] is None else new[CONF_LANGUAGE_OVERRIDE]
|
||||||
|
hass.config_entries.async_update_entry(config_entry, data=new, version=5)
|
||||||
|
|
||||||
_LOGGER.debug(f"Migration to version {config_entry.version} successful")
|
_LOGGER.debug(f"Migration to version {config_entry.version} successful")
|
||||||
|
|
||||||
|
|
|
@ -1,90 +0,0 @@
|
||||||
"""API Client for IRM KMI weather"""
|
|
||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
import asyncio
|
|
||||||
import hashlib
|
|
||||||
import logging
|
|
||||||
import socket
|
|
||||||
from datetime import datetime
|
|
||||||
|
|
||||||
import aiohttp
|
|
||||||
import async_timeout
|
|
||||||
from aiohttp import ClientResponse
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiApiError(Exception):
|
|
||||||
"""Exception to indicate a general API error."""
|
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiApiCommunicationError(IrmKmiApiError):
|
|
||||||
"""Exception to indicate a communication error."""
|
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiApiParametersError(IrmKmiApiError):
|
|
||||||
"""Exception to indicate a parameter error."""
|
|
||||||
|
|
||||||
|
|
||||||
def _api_key(method_name: str) -> str:
|
|
||||||
"""Get API key."""
|
|
||||||
return hashlib.md5(f"r9EnW374jkJ9acc;{method_name};{datetime.now().strftime('%d/%m/%Y')}".encode()).hexdigest()
|
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiApiClient:
|
|
||||||
"""API client for IRM KMI weather data"""
|
|
||||||
COORD_DECIMALS = 6
|
|
||||||
|
|
||||||
def __init__(self, session: aiohttp.ClientSession) -> None:
|
|
||||||
self._session = session
|
|
||||||
self._base_url = "https://app.meteo.be/services/appv4/"
|
|
||||||
|
|
||||||
async def get_forecasts_coord(self, coord: dict) -> dict:
|
|
||||||
"""Get forecasts for given city."""
|
|
||||||
assert 'lat' in coord
|
|
||||||
assert 'long' in coord
|
|
||||||
coord['lat'] = round(coord['lat'], self.COORD_DECIMALS)
|
|
||||||
coord['long'] = round(coord['long'], self.COORD_DECIMALS)
|
|
||||||
|
|
||||||
response = await self._api_wrapper(params={"s": "getForecasts", "k": _api_key("getForecasts")} | coord)
|
|
||||||
return await response.json()
|
|
||||||
|
|
||||||
async def get_image(self, url, params: dict | None = None) -> bytes:
|
|
||||||
"""Get the image at the specified url with the parameters"""
|
|
||||||
r: ClientResponse = await self._api_wrapper(base_url=url, params={} if params is None else params)
|
|
||||||
return await r.read()
|
|
||||||
|
|
||||||
async def get_svg(self, url, params: dict | None = None) -> str:
|
|
||||||
"""Get SVG as str at the specified url with the parameters"""
|
|
||||||
r: ClientResponse = await self._api_wrapper(base_url=url, params={} if params is None else params)
|
|
||||||
return await r.text()
|
|
||||||
|
|
||||||
async def _api_wrapper(
|
|
||||||
self,
|
|
||||||
params: dict,
|
|
||||||
base_url: str | None = None,
|
|
||||||
path: str = "",
|
|
||||||
method: str = "get",
|
|
||||||
data: dict | None = None,
|
|
||||||
headers: dict | None = None,
|
|
||||||
) -> any:
|
|
||||||
"""Get information from the API."""
|
|
||||||
|
|
||||||
try:
|
|
||||||
async with async_timeout.timeout(10):
|
|
||||||
response = await self._session.request(
|
|
||||||
method=method,
|
|
||||||
url=f"{self._base_url if base_url is None else base_url}{path}",
|
|
||||||
headers=headers,
|
|
||||||
json=data,
|
|
||||||
params=params
|
|
||||||
)
|
|
||||||
response.raise_for_status()
|
|
||||||
return response
|
|
||||||
|
|
||||||
except asyncio.TimeoutError as exception:
|
|
||||||
raise IrmKmiApiCommunicationError("Timeout error fetching information") from exception
|
|
||||||
except (aiohttp.ClientError, socket.gaierror) as exception:
|
|
||||||
raise IrmKmiApiCommunicationError("Error fetching information") from exception
|
|
||||||
except Exception as exception: # pylint: disable=broad-except
|
|
||||||
raise IrmKmiApiError(f"Something really wrong happened! {exception}") from exception
|
|
|
@ -1,8 +1,6 @@
|
||||||
"""Sensor to signal weather warning from the IRM KMI"""
|
"""Sensor to signal weather warning from the IRM KMI"""
|
||||||
import datetime
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import pytz
|
|
||||||
from homeassistant.components import binary_sensor
|
from homeassistant.components import binary_sensor
|
||||||
from homeassistant.components.binary_sensor import (BinarySensorDeviceClass,
|
from homeassistant.components.binary_sensor import (BinarySensorDeviceClass,
|
||||||
BinarySensorEntity)
|
BinarySensorEntity)
|
||||||
|
@ -10,8 +8,9 @@ from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||||
|
from homeassistant.util import dt
|
||||||
|
|
||||||
from custom_components.irm_kmi import DOMAIN, IrmKmiCoordinator
|
from . import DOMAIN, IrmKmiCoordinator
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -25,6 +24,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_e
|
||||||
class IrmKmiWarning(CoordinatorEntity, BinarySensorEntity):
|
class IrmKmiWarning(CoordinatorEntity, BinarySensorEntity):
|
||||||
"""Representation of a weather warning binary sensor"""
|
"""Representation of a weather warning binary sensor"""
|
||||||
|
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
coordinator: IrmKmiCoordinator,
|
coordinator: IrmKmiCoordinator,
|
||||||
entry: ConfigEntry
|
entry: ConfigEntry
|
||||||
|
@ -42,7 +43,7 @@ class IrmKmiWarning(CoordinatorEntity, BinarySensorEntity):
|
||||||
if self.coordinator.data.get('warnings') is None:
|
if self.coordinator.data.get('warnings') is None:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
now = datetime.datetime.now(tz=pytz.timezone(self.hass.config.time_zone))
|
now = dt.now()
|
||||||
for item in self.coordinator.data.get('warnings'):
|
for item in self.coordinator.data.get('warnings'):
|
||||||
if item.get('starts_at') < now < item.get('ends_at'):
|
if item.get('starts_at') < now < item.get('ends_at'):
|
||||||
return True
|
return True
|
||||||
|
@ -54,7 +55,7 @@ class IrmKmiWarning(CoordinatorEntity, BinarySensorEntity):
|
||||||
"""Return the warning sensor attributes."""
|
"""Return the warning sensor attributes."""
|
||||||
attrs = {"warnings": self.coordinator.data.get('warnings', [])}
|
attrs = {"warnings": self.coordinator.data.get('warnings', [])}
|
||||||
|
|
||||||
now = datetime.datetime.now(tz=pytz.timezone(self.hass.config.time_zone))
|
now = dt.now()
|
||||||
for warning in attrs['warnings']:
|
for warning in attrs['warnings']:
|
||||||
warning['is_active'] = warning.get('starts_at') < now < warning.get('ends_at')
|
warning['is_active'] = warning.get('starts_at') < now < warning.get('ends_at')
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_e
|
||||||
class IrmKmiRadar(CoordinatorEntity, Camera):
|
class IrmKmiRadar(CoordinatorEntity, Camera):
|
||||||
"""Representation of a radar view camera."""
|
"""Representation of a radar view camera."""
|
||||||
|
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
coordinator: IrmKmiCoordinator,
|
coordinator: IrmKmiCoordinator,
|
||||||
entry: ConfigEntry,
|
entry: ConfigEntry,
|
||||||
|
@ -44,19 +46,15 @@ class IrmKmiRadar(CoordinatorEntity, Camera):
|
||||||
"""Return the interval between frames of the mjpeg stream."""
|
"""Return the interval between frames of the mjpeg stream."""
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
def camera_image(self,
|
|
||||||
width: int | None = None,
|
|
||||||
height: int | None = None) -> bytes | None:
|
|
||||||
"""Return still image to be used as thumbnail."""
|
|
||||||
return self.coordinator.data.get('animation', {}).get('svg_still')
|
|
||||||
|
|
||||||
async def async_camera_image(
|
async def async_camera_image(
|
||||||
self,
|
self,
|
||||||
width: int | None = None,
|
width: int | None = None,
|
||||||
height: int | None = None
|
height: int | None = None
|
||||||
) -> bytes | None:
|
) -> bytes | None:
|
||||||
"""Return still image to be used as thumbnail."""
|
"""Return still image to be used as thumbnail."""
|
||||||
return self.camera_image()
|
if self.coordinator.data.get('animation', None) is not None:
|
||||||
|
return await self.coordinator.data.get('animation').get_still()
|
||||||
|
return None
|
||||||
|
|
||||||
async def handle_async_still_stream(self, request: web.Request, interval: float) -> web.StreamResponse:
|
async def handle_async_still_stream(self, request: web.Request, interval: float) -> web.StreamResponse:
|
||||||
"""Generate an HTTP MJPEG stream from camera images."""
|
"""Generate an HTTP MJPEG stream from camera images."""
|
||||||
|
@ -71,8 +69,8 @@ class IrmKmiRadar(CoordinatorEntity, Camera):
|
||||||
"""Returns the animated svg for camera display"""
|
"""Returns the animated svg for camera display"""
|
||||||
# If this is not done this way, the live view can only be opened once
|
# If this is not done this way, the live view can only be opened once
|
||||||
self._image_index = not self._image_index
|
self._image_index = not self._image_index
|
||||||
if self._image_index:
|
if self._image_index and self.coordinator.data.get('animation', None) is not None:
|
||||||
return self.coordinator.data.get('animation', {}).get('svg_animated')
|
return await self.coordinator.data.get('animation').get_animated()
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
@ -84,5 +82,7 @@ class IrmKmiRadar(CoordinatorEntity, Camera):
|
||||||
@property
|
@property
|
||||||
def extra_state_attributes(self) -> dict:
|
def extra_state_attributes(self) -> dict:
|
||||||
"""Return the camera state attributes."""
|
"""Return the camera state attributes."""
|
||||||
attrs = {"hint": self.coordinator.data.get('animation', {}).get('hint')}
|
rain_graph = self.coordinator.data.get('animation', None)
|
||||||
|
hint = rain_graph.get_hint() if rain_graph is not None else None
|
||||||
|
attrs = {"hint": hint}
|
||||||
return attrs
|
return attrs
|
||||||
|
|
|
@ -14,13 +14,15 @@ from homeassistant.helpers.selector import (EntitySelector,
|
||||||
SelectSelector,
|
SelectSelector,
|
||||||
SelectSelectorConfig,
|
SelectSelectorConfig,
|
||||||
SelectSelectorMode)
|
SelectSelectorMode)
|
||||||
|
from irm_kmi_api.api import IrmKmiApiClient
|
||||||
|
|
||||||
from .api import IrmKmiApiClient
|
from . import OPTION_STYLE_STD
|
||||||
from .const import (CONF_DARK_MODE, CONF_STYLE, CONF_STYLE_OPTIONS,
|
from .const import (CONF_DARK_MODE, CONF_LANGUAGE_OVERRIDE,
|
||||||
CONF_USE_DEPRECATED_FORECAST,
|
CONF_LANGUAGE_OVERRIDE_OPTIONS, CONF_STYLE,
|
||||||
|
CONF_STYLE_OPTIONS, CONF_USE_DEPRECATED_FORECAST,
|
||||||
CONF_USE_DEPRECATED_FORECAST_OPTIONS, CONFIG_FLOW_VERSION,
|
CONF_USE_DEPRECATED_FORECAST_OPTIONS, CONFIG_FLOW_VERSION,
|
||||||
DOMAIN, OPTION_DEPRECATED_FORECAST_NOT_USED,
|
DOMAIN, OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
OPTION_STYLE_STD, OUT_OF_BENELUX)
|
OUT_OF_BENELUX, USER_AGENT)
|
||||||
from .utils import get_config_value
|
from .utils import get_config_value
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -49,9 +51,11 @@ class IrmKmiConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||||
if not errors:
|
if not errors:
|
||||||
api_data = {}
|
api_data = {}
|
||||||
try:
|
try:
|
||||||
async with async_timeout.timeout(10):
|
async with (async_timeout.timeout(60)):
|
||||||
api_data = await IrmKmiApiClient(
|
api_data = await IrmKmiApiClient(
|
||||||
session=async_get_clientsession(self.hass)).get_forecasts_coord(
|
session=async_get_clientsession(self.hass),
|
||||||
|
user_agent=USER_AGENT
|
||||||
|
).get_forecasts_coord(
|
||||||
{'lat': zone.attributes[ATTR_LATITUDE],
|
{'lat': zone.attributes[ATTR_LATITUDE],
|
||||||
'long': zone.attributes[ATTR_LONGITUDE]}
|
'long': zone.attributes[ATTR_LONGITUDE]}
|
||||||
)
|
)
|
||||||
|
@ -71,7 +75,8 @@ class IrmKmiConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||||
data={CONF_ZONE: user_input[CONF_ZONE],
|
data={CONF_ZONE: user_input[CONF_ZONE],
|
||||||
CONF_STYLE: user_input[CONF_STYLE],
|
CONF_STYLE: user_input[CONF_STYLE],
|
||||||
CONF_DARK_MODE: user_input[CONF_DARK_MODE],
|
CONF_DARK_MODE: user_input[CONF_DARK_MODE],
|
||||||
CONF_USE_DEPRECATED_FORECAST: user_input[CONF_USE_DEPRECATED_FORECAST]},
|
CONF_USE_DEPRECATED_FORECAST: user_input[CONF_USE_DEPRECATED_FORECAST],
|
||||||
|
CONF_LANGUAGE_OVERRIDE: user_input[CONF_LANGUAGE_OVERRIDE]},
|
||||||
)
|
)
|
||||||
|
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
|
@ -92,7 +97,12 @@ class IrmKmiConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||||
vol.Optional(CONF_USE_DEPRECATED_FORECAST, default=OPTION_DEPRECATED_FORECAST_NOT_USED):
|
vol.Optional(CONF_USE_DEPRECATED_FORECAST, default=OPTION_DEPRECATED_FORECAST_NOT_USED):
|
||||||
SelectSelector(SelectSelectorConfig(options=CONF_USE_DEPRECATED_FORECAST_OPTIONS,
|
SelectSelector(SelectSelectorConfig(options=CONF_USE_DEPRECATED_FORECAST_OPTIONS,
|
||||||
mode=SelectSelectorMode.DROPDOWN,
|
mode=SelectSelectorMode.DROPDOWN,
|
||||||
translation_key=CONF_USE_DEPRECATED_FORECAST))
|
translation_key=CONF_USE_DEPRECATED_FORECAST)),
|
||||||
|
|
||||||
|
vol.Optional(CONF_LANGUAGE_OVERRIDE, default='none'):
|
||||||
|
SelectSelector(SelectSelectorConfig(options=CONF_LANGUAGE_OVERRIDE_OPTIONS,
|
||||||
|
mode=SelectSelectorMode.DROPDOWN,
|
||||||
|
translation_key=CONF_LANGUAGE_OVERRIDE))
|
||||||
|
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
@ -100,29 +110,36 @@ class IrmKmiConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||||
class IrmKmiOptionFlow(OptionsFlow):
|
class IrmKmiOptionFlow(OptionsFlow):
|
||||||
def __init__(self, config_entry: ConfigEntry) -> None:
|
def __init__(self, config_entry: ConfigEntry) -> None:
|
||||||
"""Initialize options flow."""
|
"""Initialize options flow."""
|
||||||
self.config_entry = config_entry
|
self.current_config_entry = config_entry
|
||||||
|
|
||||||
async def async_step_init(self, user_input: dict | None = None) -> FlowResult:
|
async def async_step_init(self, user_input: dict | None = None) -> FlowResult:
|
||||||
"""Manage the options."""
|
"""Manage the options."""
|
||||||
if user_input is not None:
|
if user_input is not None:
|
||||||
|
_LOGGER.debug(user_input)
|
||||||
return self.async_create_entry(data=user_input)
|
return self.async_create_entry(data=user_input)
|
||||||
|
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id="init",
|
step_id="init",
|
||||||
data_schema=vol.Schema(
|
data_schema=vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Optional(CONF_STYLE, default=get_config_value(self.config_entry, CONF_STYLE)):
|
vol.Optional(CONF_STYLE, default=get_config_value(self.current_config_entry, CONF_STYLE)):
|
||||||
SelectSelector(SelectSelectorConfig(options=CONF_STYLE_OPTIONS,
|
SelectSelector(SelectSelectorConfig(options=CONF_STYLE_OPTIONS,
|
||||||
mode=SelectSelectorMode.DROPDOWN,
|
mode=SelectSelectorMode.DROPDOWN,
|
||||||
translation_key=CONF_STYLE)),
|
translation_key=CONF_STYLE)),
|
||||||
|
|
||||||
vol.Optional(CONF_DARK_MODE, default=get_config_value(self.config_entry, CONF_DARK_MODE)): bool,
|
vol.Optional(CONF_DARK_MODE, default=get_config_value(self.current_config_entry, CONF_DARK_MODE)): bool,
|
||||||
|
|
||||||
vol.Optional(CONF_USE_DEPRECATED_FORECAST,
|
vol.Optional(CONF_USE_DEPRECATED_FORECAST,
|
||||||
default=get_config_value(self.config_entry, CONF_USE_DEPRECATED_FORECAST)):
|
default=get_config_value(self.current_config_entry, CONF_USE_DEPRECATED_FORECAST)):
|
||||||
SelectSelector(SelectSelectorConfig(options=CONF_USE_DEPRECATED_FORECAST_OPTIONS,
|
SelectSelector(SelectSelectorConfig(options=CONF_USE_DEPRECATED_FORECAST_OPTIONS,
|
||||||
mode=SelectSelectorMode.DROPDOWN,
|
mode=SelectSelectorMode.DROPDOWN,
|
||||||
translation_key=CONF_USE_DEPRECATED_FORECAST))
|
translation_key=CONF_USE_DEPRECATED_FORECAST)),
|
||||||
|
|
||||||
|
vol.Optional(CONF_LANGUAGE_OVERRIDE,
|
||||||
|
default=get_config_value(self.current_config_entry, CONF_LANGUAGE_OVERRIDE)):
|
||||||
|
SelectSelector(SelectSelectorConfig(options=CONF_LANGUAGE_OVERRIDE_OPTIONS,
|
||||||
|
mode=SelectSelectorMode.DROPDOWN,
|
||||||
|
translation_key=CONF_LANGUAGE_OVERRIDE))
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
"""Constants for the IRM KMI integration."""
|
"""Constants for the IRM KMI integration."""
|
||||||
from typing import Final
|
from typing import Final
|
||||||
|
|
||||||
|
from homeassistant.components.sensor import SensorDeviceClass
|
||||||
from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT,
|
from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT,
|
||||||
ATTR_CONDITION_CLOUDY,
|
ATTR_CONDITION_CLOUDY,
|
||||||
ATTR_CONDITION_FOG,
|
ATTR_CONDITION_FOG,
|
||||||
|
@ -11,11 +12,14 @@ from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT,
|
||||||
ATTR_CONDITION_SNOWY,
|
ATTR_CONDITION_SNOWY,
|
||||||
ATTR_CONDITION_SNOWY_RAINY,
|
ATTR_CONDITION_SNOWY_RAINY,
|
||||||
ATTR_CONDITION_SUNNY)
|
ATTR_CONDITION_SUNNY)
|
||||||
from homeassistant.const import Platform
|
from homeassistant.const import (DEGREE, Platform, UnitOfPressure, UnitOfSpeed,
|
||||||
|
UnitOfTemperature)
|
||||||
|
from irm_kmi_api.const import (OPTION_STYLE_CONTRAST, OPTION_STYLE_SATELLITE,
|
||||||
|
OPTION_STYLE_STD, OPTION_STYLE_YELLOW_RED)
|
||||||
|
|
||||||
DOMAIN: Final = 'irm_kmi'
|
DOMAIN: Final = 'irm_kmi'
|
||||||
PLATFORMS: Final = [Platform.WEATHER, Platform.CAMERA, Platform.BINARY_SENSOR, Platform.SENSOR]
|
PLATFORMS: Final = [Platform.WEATHER, Platform.CAMERA, Platform.BINARY_SENSOR, Platform.SENSOR]
|
||||||
CONFIG_FLOW_VERSION = 3
|
CONFIG_FLOW_VERSION = 5
|
||||||
|
|
||||||
OUT_OF_BENELUX: Final = ["außerhalb der Benelux (Brussels)",
|
OUT_OF_BENELUX: Final = ["außerhalb der Benelux (Brussels)",
|
||||||
"Hors de Belgique (Bxl)",
|
"Hors de Belgique (Bxl)",
|
||||||
|
@ -23,10 +27,6 @@ OUT_OF_BENELUX: Final = ["außerhalb der Benelux (Brussels)",
|
||||||
"Buiten de Benelux (Brussel)"]
|
"Buiten de Benelux (Brussel)"]
|
||||||
LANGS: Final = ['en', 'fr', 'nl', 'de']
|
LANGS: Final = ['en', 'fr', 'nl', 'de']
|
||||||
|
|
||||||
OPTION_STYLE_STD: Final = 'standard_style'
|
|
||||||
OPTION_STYLE_CONTRAST: Final = 'contrast_style'
|
|
||||||
OPTION_STYLE_YELLOW_RED: Final = 'yellow_red_style'
|
|
||||||
OPTION_STYLE_SATELLITE: Final = 'satellite_style'
|
|
||||||
CONF_STYLE: Final = "style"
|
CONF_STYLE: Final = "style"
|
||||||
|
|
||||||
CONF_STYLE_OPTIONS: Final = [
|
CONF_STYLE_OPTIONS: Final = [
|
||||||
|
@ -38,13 +38,6 @@ CONF_STYLE_OPTIONS: Final = [
|
||||||
|
|
||||||
CONF_DARK_MODE: Final = "dark_mode"
|
CONF_DARK_MODE: Final = "dark_mode"
|
||||||
|
|
||||||
STYLE_TO_PARAM_MAP: Final = {
|
|
||||||
OPTION_STYLE_STD: 1,
|
|
||||||
OPTION_STYLE_CONTRAST: 2,
|
|
||||||
OPTION_STYLE_YELLOW_RED: 3,
|
|
||||||
OPTION_STYLE_SATELLITE: 4
|
|
||||||
}
|
|
||||||
|
|
||||||
CONF_USE_DEPRECATED_FORECAST: Final = 'use_deprecated_forecast_attribute'
|
CONF_USE_DEPRECATED_FORECAST: Final = 'use_deprecated_forecast_attribute'
|
||||||
OPTION_DEPRECATED_FORECAST_NOT_USED: Final = 'do_not_use_deprecated_forecast'
|
OPTION_DEPRECATED_FORECAST_NOT_USED: Final = 'do_not_use_deprecated_forecast'
|
||||||
OPTION_DEPRECATED_FORECAST_DAILY: Final = 'daily_in_deprecated_forecast'
|
OPTION_DEPRECATED_FORECAST_DAILY: Final = 'daily_in_deprecated_forecast'
|
||||||
|
@ -58,6 +51,12 @@ CONF_USE_DEPRECATED_FORECAST_OPTIONS: Final = [
|
||||||
OPTION_DEPRECATED_FORECAST_HOURLY
|
OPTION_DEPRECATED_FORECAST_HOURLY
|
||||||
]
|
]
|
||||||
|
|
||||||
|
CONF_LANGUAGE_OVERRIDE: Final = 'language_override'
|
||||||
|
|
||||||
|
CONF_LANGUAGE_OVERRIDE_OPTIONS: Final = [
|
||||||
|
'none', "fr", "nl", "de", "en"
|
||||||
|
]
|
||||||
|
|
||||||
REPAIR_SOLUTION: Final = "repair_solution"
|
REPAIR_SOLUTION: Final = "repair_solution"
|
||||||
REPAIR_OPT_MOVE: Final = "repair_option_move"
|
REPAIR_OPT_MOVE: Final = "repair_option_move"
|
||||||
REPAIR_OPT_DELETE: Final = "repair_option_delete"
|
REPAIR_OPT_DELETE: Final = "repair_option_delete"
|
||||||
|
@ -123,22 +122,42 @@ IRM_KMI_TO_HA_CONDITION_MAP: Final = {
|
||||||
(27, 'n'): ATTR_CONDITION_FOG
|
(27, 'n'): ATTR_CONDITION_FOG
|
||||||
}
|
}
|
||||||
|
|
||||||
MAP_WARNING_ID_TO_SLUG: Final = {
|
|
||||||
0: 'wind',
|
|
||||||
1: 'rain',
|
|
||||||
2: 'ice_or_snow',
|
|
||||||
3: 'thunder',
|
|
||||||
7: 'fog',
|
|
||||||
9: 'cold',
|
|
||||||
12: 'thunder_wind_rain',
|
|
||||||
13: 'thunderstorm_strong_gusts',
|
|
||||||
14: 'thunderstorm_large_rainfall',
|
|
||||||
15: 'storm_surge',
|
|
||||||
17: 'coldspell'}
|
|
||||||
|
|
||||||
POLLEN_NAMES: Final = {'Alder', 'Ash', 'Birch', 'Grasses', 'Hazel', 'Mugwort', 'Oak'}
|
|
||||||
|
|
||||||
POLLEN_TO_ICON_MAP: Final = {
|
POLLEN_TO_ICON_MAP: Final = {
|
||||||
'alder': 'mdi:tree', 'ash': 'mdi:tree', 'birch': 'mdi:tree', 'grasses': 'mdi:grass', 'hazel': 'mdi:tree',
|
'alder': 'mdi:tree', 'ash': 'mdi:tree', 'birch': 'mdi:tree', 'grasses': 'mdi:grass', 'hazel': 'mdi:tree',
|
||||||
'mugwort': 'mdi:sprout', 'oak': 'mdi:tree'
|
'mugwort': 'mdi:sprout', 'oak': 'mdi:tree'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IRM_KMI_NAME: Final = {
|
||||||
|
'fr': 'Institut Royal Météorologique de Belgique',
|
||||||
|
'nl': 'Koninklijk Meteorologisch Instituut van België',
|
||||||
|
'de': 'Königliche Meteorologische Institut von Belgien',
|
||||||
|
'en': 'Royal Meteorological Institute of Belgium'
|
||||||
|
}
|
||||||
|
|
||||||
|
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.3.2'
|
||||||
|
|
||||||
|
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
|
||||||
|
'pressure'}
|
||||||
|
|
||||||
|
CURRENT_WEATHER_SENSOR_UNITS: Final = {'temperature': UnitOfTemperature.CELSIUS,
|
||||||
|
'wind_speed': UnitOfSpeed.KILOMETERS_PER_HOUR,
|
||||||
|
'wind_gust_speed': UnitOfSpeed.KILOMETERS_PER_HOUR,
|
||||||
|
'wind_bearing': DEGREE,
|
||||||
|
# Need to put '', else the history shows a bar graph instead of a chart
|
||||||
|
'uv_index': '',
|
||||||
|
'pressure': UnitOfPressure.HPA}
|
||||||
|
|
||||||
|
CURRENT_WEATHER_SENSOR_CLASS: Final = {'temperature': SensorDeviceClass.TEMPERATURE,
|
||||||
|
'wind_speed': SensorDeviceClass.WIND_SPEED,
|
||||||
|
'wind_gust_speed': SensorDeviceClass.WIND_SPEED,
|
||||||
|
'wind_bearing': None,
|
||||||
|
'uv_index': None,
|
||||||
|
'pressure': SensorDeviceClass.ATMOSPHERIC_PRESSURE}
|
||||||
|
|
||||||
|
# Leave None when we want the default icon to be shown
|
||||||
|
CURRENT_WEATHER_SENSOR_ICON: Final = {'temperature': None,
|
||||||
|
'wind_speed': None,
|
||||||
|
'wind_gust_speed': None,
|
||||||
|
'wind_bearing': 'mdi:compass',
|
||||||
|
'uv_index': 'mdi:sun-wireless',
|
||||||
|
'pressure': None}
|
||||||
|
|
|
@ -1,37 +1,32 @@
|
||||||
"""DataUpdateCoordinator for the IRM KMI integration."""
|
"""DataUpdateCoordinator for the IRM KMI integration."""
|
||||||
import asyncio
|
|
||||||
import logging
|
import logging
|
||||||
from datetime import datetime, timedelta
|
from datetime import timedelta
|
||||||
from typing import Any, List, Tuple
|
|
||||||
|
|
||||||
import async_timeout
|
import async_timeout
|
||||||
import pytz
|
|
||||||
from homeassistant.components.weather import Forecast
|
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.const import ATTR_LATITUDE, ATTR_LONGITUDE, CONF_ZONE
|
from homeassistant.const import ATTR_LATITUDE, ATTR_LONGITUDE, CONF_ZONE
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers import issue_registry
|
from homeassistant.helpers import issue_registry
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
||||||
from homeassistant.helpers.update_coordinator import (DataUpdateCoordinator,
|
from homeassistant.helpers.update_coordinator import (
|
||||||
UpdateFailed)
|
TimestampDataUpdateCoordinator, UpdateFailed)
|
||||||
|
from homeassistant.util import dt
|
||||||
|
from homeassistant.util.dt import utcnow
|
||||||
|
from irm_kmi_api.api import IrmKmiApiClientHa, IrmKmiApiError
|
||||||
|
from irm_kmi_api.pollen import PollenParser
|
||||||
|
from irm_kmi_api.rain_graph import RainGraph
|
||||||
|
|
||||||
from .api import IrmKmiApiClient, IrmKmiApiError
|
from .const import CONF_DARK_MODE, CONF_STYLE, DOMAIN, IRM_KMI_NAME
|
||||||
from .const import CONF_DARK_MODE, CONF_STYLE, DOMAIN
|
|
||||||
from .const import IRM_KMI_TO_HA_CONDITION_MAP as CDT_MAP
|
from .const import IRM_KMI_TO_HA_CONDITION_MAP as CDT_MAP
|
||||||
from .const import LANGS
|
from .const import OUT_OF_BENELUX, USER_AGENT
|
||||||
from .const import MAP_WARNING_ID_TO_SLUG as SLUG_MAP
|
from .data import ProcessedCoordinatorData
|
||||||
from .const import OPTION_STYLE_SATELLITE, OUT_OF_BENELUX, STYLE_TO_PARAM_MAP
|
from .utils import disable_from_config, get_config_value, preferred_language
|
||||||
from .data import (AnimationFrameData, CurrentWeatherData, IrmKmiForecast,
|
|
||||||
ProcessedCoordinatorData, RadarAnimationData, WarningData)
|
|
||||||
from .pollen import PollenParser
|
|
||||||
from .rain_graph import RainGraph
|
|
||||||
from .utils import disable_from_config, get_config_value
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiCoordinator(DataUpdateCoordinator):
|
class IrmKmiCoordinator(TimestampDataUpdateCoordinator):
|
||||||
"""Coordinator to update data from IRM KMI"""
|
"""Coordinator to update data from IRM KMI"""
|
||||||
|
|
||||||
def __init__(self, hass: HomeAssistant, entry: ConfigEntry):
|
def __init__(self, hass: HomeAssistant, entry: ConfigEntry):
|
||||||
|
@ -39,20 +34,20 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
hass,
|
hass,
|
||||||
_LOGGER,
|
_LOGGER,
|
||||||
|
config_entry=entry,
|
||||||
# Name of the data. For logging purposes.
|
# Name of the data. For logging purposes.
|
||||||
name="IRM KMI weather",
|
name="IRM KMI weather",
|
||||||
# Polling interval. Will only be polled if there are subscribers.
|
# Polling interval. Will only be polled if there are subscribers.
|
||||||
update_interval=timedelta(minutes=7),
|
update_interval=timedelta(minutes=7),
|
||||||
)
|
)
|
||||||
self._api_client = IrmKmiApiClient(session=async_get_clientsession(hass))
|
self._api = IrmKmiApiClientHa(session=async_get_clientsession(hass), user_agent=USER_AGENT, cdt_map=CDT_MAP)
|
||||||
self._zone = get_config_value(entry, CONF_ZONE)
|
self._zone = get_config_value(entry, CONF_ZONE)
|
||||||
self._dark_mode = get_config_value(entry, CONF_DARK_MODE)
|
self._dark_mode = get_config_value(entry, CONF_DARK_MODE)
|
||||||
self._style = get_config_value(entry, CONF_STYLE)
|
self._style = get_config_value(entry, CONF_STYLE)
|
||||||
self._config_entry = entry
|
|
||||||
self.shared_device_info = DeviceInfo(
|
self.shared_device_info = DeviceInfo(
|
||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
identifiers={(DOMAIN, entry.entry_id)},
|
identifiers={(DOMAIN, entry.entry_id)},
|
||||||
manufacturer="IRM KMI",
|
manufacturer=IRM_KMI_NAME.get(preferred_language(self.hass, self.config_entry)),
|
||||||
name=f"{entry.title}"
|
name=f"{entry.title}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -62,27 +57,35 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
||||||
This is the place to pre-process the data to lookup tables
|
This is the place to pre-process the data to lookup tables
|
||||||
so entities can quickly look up their data.
|
so entities can quickly look up their data.
|
||||||
"""
|
"""
|
||||||
|
# When integration is set up, set the logging level of the irm_kmi_api package to the same level to help debugging
|
||||||
|
logging.getLogger('irm_kmi_api').setLevel(_LOGGER.getEffectiveLevel())
|
||||||
|
|
||||||
|
self._api.expire_cache()
|
||||||
if (zone := self.hass.states.get(self._zone)) is None:
|
if (zone := self.hass.states.get(self._zone)) is None:
|
||||||
raise UpdateFailed(f"Zone '{self._zone}' not found")
|
raise UpdateFailed(f"Zone '{self._zone}' not found")
|
||||||
try:
|
try:
|
||||||
# Note: asyncio.TimeoutError and aiohttp.ClientError are already
|
# Note: asyncio.TimeoutError and aiohttp.ClientError are already
|
||||||
# handled by the data update coordinator.
|
# handled by the data update coordinator.
|
||||||
async with async_timeout.timeout(10):
|
async with async_timeout.timeout(60):
|
||||||
api_data = await self._api_client.get_forecasts_coord(
|
await self._api.refresh_forecasts_coord(
|
||||||
{'lat': zone.attributes[ATTR_LATITUDE],
|
{'lat': zone.attributes[ATTR_LATITUDE],
|
||||||
'long': zone.attributes[ATTR_LONGITUDE]}
|
'long': zone.attributes[ATTR_LONGITUDE]}
|
||||||
)
|
)
|
||||||
_LOGGER.debug(f"Observation for {api_data.get('cityName', '')}: {api_data.get('obs', '{}')}")
|
|
||||||
_LOGGER.debug(f"Full data: {api_data}")
|
|
||||||
|
|
||||||
except IrmKmiApiError as err:
|
except IrmKmiApiError as err:
|
||||||
raise UpdateFailed(f"Error communicating with API: {err}")
|
if self.last_update_success_time is not None \
|
||||||
|
and self.last_update_success_time - utcnow() < 2.5 * self.update_interval:
|
||||||
|
_LOGGER.warning(f"Error communicating with API for general forecast: {err}. Keeping the old data.")
|
||||||
|
return self.data
|
||||||
|
else:
|
||||||
|
raise UpdateFailed(f"Error communicating with API for general forecast: {err}. "
|
||||||
|
f"Last success time is: {self.last_update_success_time}")
|
||||||
|
|
||||||
if api_data.get('cityName', None) in OUT_OF_BENELUX:
|
if self._api.get_city() in OUT_OF_BENELUX:
|
||||||
_LOGGER.error(f"The zone {self._zone} is now out of Benelux and forecast is only available in Benelux."
|
_LOGGER.error(f"The zone {self._zone} is now out of Benelux and forecast is only available in Benelux. "
|
||||||
f"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix "
|
f"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix "
|
||||||
f"this")
|
f"this")
|
||||||
disable_from_config(self.hass, self._config_entry)
|
disable_from_config(self.hass, self.config_entry)
|
||||||
|
|
||||||
issue_registry.async_create_issue(
|
issue_registry.async_create_issue(
|
||||||
self.hass,
|
self.hass,
|
||||||
|
@ -91,328 +94,56 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
|
||||||
is_fixable=True,
|
is_fixable=True,
|
||||||
severity=issue_registry.IssueSeverity.ERROR,
|
severity=issue_registry.IssueSeverity.ERROR,
|
||||||
translation_key='zone_moved',
|
translation_key='zone_moved',
|
||||||
data={'config_entry_id': self._config_entry.entry_id, 'zone': self._zone},
|
data={'config_entry_id': self.config_entry.entry_id, 'zone': self._zone},
|
||||||
translation_placeholders={'zone': self._zone}
|
translation_placeholders={'zone': self._zone}
|
||||||
)
|
)
|
||||||
return ProcessedCoordinatorData()
|
return ProcessedCoordinatorData()
|
||||||
|
|
||||||
return await self.process_api_data(api_data)
|
return await self.process_api_data()
|
||||||
|
|
||||||
async def async_refresh(self) -> None:
|
async def async_refresh(self) -> None:
|
||||||
"""Refresh data and log errors."""
|
"""Refresh data and log errors."""
|
||||||
await self._async_refresh(log_failures=True, raise_on_entry_error=True)
|
await self._async_refresh(log_failures=True, raise_on_entry_error=True)
|
||||||
|
|
||||||
async def _async_animation_data(self, api_data: dict) -> RadarAnimationData:
|
async def process_api_data(self) -> ProcessedCoordinatorData:
|
||||||
"""From the API data passed in, call the API to get all the images and create the radar animation data object.
|
|
||||||
Frames from the API are merged with the background map and the location marker to create each frame."""
|
|
||||||
animation_data = api_data.get('animation', {}).get('sequence')
|
|
||||||
localisation_layer_url = api_data.get('animation', {}).get('localisationLayer')
|
|
||||||
country = api_data.get('country', '')
|
|
||||||
|
|
||||||
if animation_data is None or localisation_layer_url is None or not isinstance(animation_data, list):
|
|
||||||
return RadarAnimationData()
|
|
||||||
|
|
||||||
try:
|
|
||||||
images_from_api = await self.download_images_from_api(animation_data, country, localisation_layer_url)
|
|
||||||
except IrmKmiApiError:
|
|
||||||
_LOGGER.warning(f"Could not get images for weather radar")
|
|
||||||
return RadarAnimationData()
|
|
||||||
|
|
||||||
localisation = images_from_api[0]
|
|
||||||
images_from_api = images_from_api[1:]
|
|
||||||
|
|
||||||
lang = self.hass.config.language if self.hass.config.language in LANGS else 'en'
|
|
||||||
radar_animation = RadarAnimationData(
|
|
||||||
hint=api_data.get('animation', {}).get('sequenceHint', {}).get(lang),
|
|
||||||
unit=api_data.get('animation', {}).get('unit', {}).get(lang),
|
|
||||||
location=localisation
|
|
||||||
)
|
|
||||||
rain_graph = self.create_rain_graph(radar_animation, animation_data, country, images_from_api)
|
|
||||||
radar_animation['svg_animated'] = rain_graph.get_svg_string()
|
|
||||||
radar_animation['svg_still'] = rain_graph.get_svg_string(still_image=True)
|
|
||||||
return radar_animation
|
|
||||||
|
|
||||||
async def _async_pollen_data(self, api_data: dict) -> dict:
|
|
||||||
_LOGGER.debug("Getting pollen data from API")
|
|
||||||
svg_url = None
|
|
||||||
for module in api_data.get('module', []):
|
|
||||||
_LOGGER.debug(f"module: {module}")
|
|
||||||
if module.get('type', None) == 'svg':
|
|
||||||
url = module.get('data', {}).get('url', {}).get('en', '')
|
|
||||||
if 'pollen' in url:
|
|
||||||
svg_url = url
|
|
||||||
break
|
|
||||||
if svg_url is None:
|
|
||||||
return PollenParser.get_default_data()
|
|
||||||
|
|
||||||
try:
|
|
||||||
_LOGGER.debug(f"Requesting pollen SVG at url {svg_url}")
|
|
||||||
pollen_svg: str = await self._api_client.get_svg(svg_url)
|
|
||||||
except IrmKmiApiError:
|
|
||||||
_LOGGER.warning(f"Could not get pollen data from the API")
|
|
||||||
return PollenParser.get_default_data()
|
|
||||||
|
|
||||||
return PollenParser(pollen_svg).get_pollen_data()
|
|
||||||
|
|
||||||
async def process_api_data(self, api_data: dict) -> ProcessedCoordinatorData:
|
|
||||||
"""From the API data, create the object that will be used in the entities"""
|
"""From the API data, create the object that will be used in the entities"""
|
||||||
|
tz = await dt.async_get_time_zone('Europe/Brussels')
|
||||||
|
lang = preferred_language(self.hass, self.config_entry)
|
||||||
|
try:
|
||||||
|
pollen = await self._api.get_pollen()
|
||||||
|
except IrmKmiApiError as err:
|
||||||
|
_LOGGER.warning(f"Could not get pollen data from the API: {err}. Keeping the same data.")
|
||||||
|
pollen = self.data.get('pollen', PollenParser.get_unavailable_data()) \
|
||||||
|
if self.data is not None else PollenParser.get_unavailable_data()
|
||||||
|
|
||||||
|
try:
|
||||||
|
radar_animation = self._api.get_animation_data(tz, lang, self._style, self._dark_mode)
|
||||||
|
animation = await RainGraph(radar_animation,
|
||||||
|
country=self._api.get_country(),
|
||||||
|
style=self._style,
|
||||||
|
tz=tz,
|
||||||
|
dark_mode=self._dark_mode,
|
||||||
|
api_client=self._api
|
||||||
|
).build()
|
||||||
|
except ValueError:
|
||||||
|
animation = None
|
||||||
|
|
||||||
|
|
||||||
|
# Make 'condition_evol' in a str instead of enum variant
|
||||||
|
daily_forecast = [
|
||||||
|
{**d, "condition_evol": d["condition_evol"].value}
|
||||||
|
if "condition_evol" in d and hasattr(d["condition_evol"], "value")
|
||||||
|
else d
|
||||||
|
for d in self._api.get_daily_forecast(tz, lang)
|
||||||
|
]
|
||||||
|
|
||||||
return ProcessedCoordinatorData(
|
return ProcessedCoordinatorData(
|
||||||
current_weather=IrmKmiCoordinator.current_weather_from_data(api_data),
|
current_weather=self._api.get_current_weather(tz),
|
||||||
daily_forecast=self.daily_list_to_forecast(api_data.get('for', {}).get('daily')),
|
daily_forecast=daily_forecast,
|
||||||
hourly_forecast=IrmKmiCoordinator.hourly_list_to_forecast(api_data.get('for', {}).get('hourly')),
|
hourly_forecast=self._api.get_hourly_forecast(tz),
|
||||||
animation=await self._async_animation_data(api_data=api_data),
|
radar_forecast=self._api.get_radar_forecast(),
|
||||||
warnings=self.warnings_from_data(api_data.get('for', {}).get('warning')),
|
animation=animation,
|
||||||
pollen=await self._async_pollen_data(api_data=api_data)
|
warnings=self._api.get_warnings(lang),
|
||||||
|
pollen=pollen,
|
||||||
|
country=self._api.get_country()
|
||||||
)
|
)
|
||||||
|
|
||||||
async def download_images_from_api(self,
|
|
||||||
animation_data: list,
|
|
||||||
country: str,
|
|
||||||
localisation_layer_url: str) -> tuple[Any]:
|
|
||||||
"""Download a batch of images to create the radar frames."""
|
|
||||||
coroutines = list()
|
|
||||||
coroutines.append(
|
|
||||||
self._api_client.get_image(localisation_layer_url,
|
|
||||||
params={'th': 'd' if country == 'NL' or not self._dark_mode else 'n'}))
|
|
||||||
|
|
||||||
for frame in animation_data:
|
|
||||||
if frame.get('uri', None) is not None:
|
|
||||||
coroutines.append(
|
|
||||||
self._api_client.get_image(frame.get('uri'), params={'rs': STYLE_TO_PARAM_MAP[self._style]}))
|
|
||||||
async with async_timeout.timeout(20):
|
|
||||||
images_from_api = await asyncio.gather(*coroutines)
|
|
||||||
|
|
||||||
_LOGGER.debug(f"Just downloaded {len(images_from_api)} images")
|
|
||||||
return images_from_api
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def current_weather_from_data(api_data: dict) -> CurrentWeatherData:
|
|
||||||
"""Parse the API data to build a CurrentWeatherData."""
|
|
||||||
# Process data to get current hour forecast
|
|
||||||
now_hourly = None
|
|
||||||
hourly_forecast_data = api_data.get('for', {}).get('hourly')
|
|
||||||
if not (hourly_forecast_data is None
|
|
||||||
or not isinstance(hourly_forecast_data, list)
|
|
||||||
or len(hourly_forecast_data) == 0):
|
|
||||||
|
|
||||||
for current in hourly_forecast_data[:2]:
|
|
||||||
if datetime.now().strftime('%H') == current['hour']:
|
|
||||||
now_hourly = current
|
|
||||||
break
|
|
||||||
# Get UV index
|
|
||||||
module_data = api_data.get('module', None)
|
|
||||||
uv_index = None
|
|
||||||
if not (module_data is None or not isinstance(module_data, list)):
|
|
||||||
for module in module_data:
|
|
||||||
if module.get('type', None) == 'uv':
|
|
||||||
uv_index = module.get('data', {}).get('levelValue')
|
|
||||||
|
|
||||||
try:
|
|
||||||
pressure = float(now_hourly.get('pressure', None)) if now_hourly is not None else None
|
|
||||||
except TypeError:
|
|
||||||
pressure = None
|
|
||||||
|
|
||||||
try:
|
|
||||||
wind_speed = float(now_hourly.get('windSpeedKm', None)) if now_hourly is not None else None
|
|
||||||
except TypeError:
|
|
||||||
wind_speed = None
|
|
||||||
|
|
||||||
try:
|
|
||||||
wind_gust_speed = float(now_hourly.get('windPeakSpeedKm', None)) if now_hourly is not None else None
|
|
||||||
except TypeError:
|
|
||||||
wind_gust_speed = None
|
|
||||||
|
|
||||||
try:
|
|
||||||
temperature = float(api_data.get('obs', {}).get('temp'))
|
|
||||||
except TypeError:
|
|
||||||
temperature = None
|
|
||||||
|
|
||||||
current_weather = CurrentWeatherData(
|
|
||||||
condition=CDT_MAP.get((api_data.get('obs', {}).get('ww'), api_data.get('obs', {}).get('dayNight')), None),
|
|
||||||
temperature=temperature,
|
|
||||||
wind_speed=wind_speed,
|
|
||||||
wind_gust_speed=wind_gust_speed,
|
|
||||||
wind_bearing=now_hourly.get('windDirectionText', {}).get('en') if now_hourly is not None else None,
|
|
||||||
pressure=pressure,
|
|
||||||
uv_index=uv_index
|
|
||||||
)
|
|
||||||
|
|
||||||
if api_data.get('country', '') == 'NL':
|
|
||||||
current_weather['wind_speed'] = api_data.get('obs', {}).get('windSpeedKm')
|
|
||||||
current_weather['wind_bearing'] = api_data.get('obs', {}).get('windDirectionText', {}).get('en')
|
|
||||||
|
|
||||||
return current_weather
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def hourly_list_to_forecast(data: List[dict] | None) -> List[Forecast] | None:
|
|
||||||
"""Parse data from the API to create a list of hourly forecasts"""
|
|
||||||
if data is None or not isinstance(data, list) or len(data) == 0:
|
|
||||||
return None
|
|
||||||
|
|
||||||
forecasts = list()
|
|
||||||
day = datetime.now()
|
|
||||||
|
|
||||||
for f in data:
|
|
||||||
if 'dateShow' in f:
|
|
||||||
day = day + timedelta(days=1)
|
|
||||||
|
|
||||||
hour = f.get('hour', None)
|
|
||||||
if hour is None:
|
|
||||||
continue
|
|
||||||
|
|
||||||
precipitation_probability = None
|
|
||||||
if f.get('precipChance', None) is not None:
|
|
||||||
precipitation_probability = int(f.get('precipChance'))
|
|
||||||
|
|
||||||
ww = None
|
|
||||||
if f.get('ww', None) is not None:
|
|
||||||
ww = int(f.get('ww'))
|
|
||||||
|
|
||||||
forecast = Forecast(
|
|
||||||
datetime=day.strftime(f'%Y-%m-%dT{hour}:00:00'),
|
|
||||||
condition=CDT_MAP.get((ww, f.get('dayNight', None)), None),
|
|
||||||
native_precipitation=f.get('precipQuantity', None),
|
|
||||||
native_temperature=f.get('temp', None),
|
|
||||||
native_templow=None,
|
|
||||||
native_wind_gust_speed=f.get('windPeakSpeedKm', None),
|
|
||||||
native_wind_speed=f.get('windSpeedKm', None),
|
|
||||||
precipitation_probability=precipitation_probability,
|
|
||||||
wind_bearing=f.get('windDirectionText', {}).get('en'),
|
|
||||||
native_pressure=f.get('pressure', None),
|
|
||||||
is_daytime=f.get('dayNight', None) == 'd'
|
|
||||||
)
|
|
||||||
|
|
||||||
forecasts.append(forecast)
|
|
||||||
|
|
||||||
return forecasts
|
|
||||||
|
|
||||||
def daily_list_to_forecast(self, data: List[dict] | None) -> List[Forecast] | None:
|
|
||||||
"""Parse data from the API to create a list of daily forecasts"""
|
|
||||||
if data is None or not isinstance(data, list) or len(data) == 0:
|
|
||||||
return None
|
|
||||||
|
|
||||||
forecasts = list()
|
|
||||||
n_days = 0
|
|
||||||
|
|
||||||
for (idx, f) in enumerate(data):
|
|
||||||
precipitation = None
|
|
||||||
if f.get('precipQuantity', None) is not None:
|
|
||||||
try:
|
|
||||||
precipitation = float(f.get('precipQuantity'))
|
|
||||||
except TypeError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
native_wind_gust_speed = None
|
|
||||||
if f.get('wind', {}).get('peakSpeed') is not None:
|
|
||||||
try:
|
|
||||||
native_wind_gust_speed = int(f.get('wind', {}).get('peakSpeed'))
|
|
||||||
except TypeError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
is_daytime = f.get('dayNight', None) == 'd'
|
|
||||||
|
|
||||||
forecast = IrmKmiForecast(
|
|
||||||
datetime=(datetime.now() + timedelta(days=n_days)).strftime('%Y-%m-%d')
|
|
||||||
if is_daytime else datetime.now().strftime('%Y-%m-%d'),
|
|
||||||
condition=CDT_MAP.get((f.get('ww1', None), f.get('dayNight', None)), None),
|
|
||||||
native_precipitation=precipitation,
|
|
||||||
native_temperature=f.get('tempMax', None),
|
|
||||||
native_templow=f.get('tempMin', None),
|
|
||||||
native_wind_gust_speed=native_wind_gust_speed,
|
|
||||||
native_wind_speed=f.get('wind', {}).get('speed'),
|
|
||||||
precipitation_probability=f.get('precipChance', None),
|
|
||||||
wind_bearing=f.get('wind', {}).get('dirText', {}).get('en'),
|
|
||||||
is_daytime=is_daytime,
|
|
||||||
text=f.get('text', {}).get(self.hass.config.language, ""),
|
|
||||||
)
|
|
||||||
# Swap temperature and templow if needed
|
|
||||||
if (forecast['native_templow'] is not None
|
|
||||||
and forecast['native_temperature'] is not None
|
|
||||||
and forecast['native_templow'] > forecast['native_temperature']):
|
|
||||||
(forecast['native_templow'], forecast['native_temperature']) = \
|
|
||||||
(forecast['native_temperature'], forecast['native_templow'])
|
|
||||||
|
|
||||||
forecasts.append(forecast)
|
|
||||||
if is_daytime or idx == 0:
|
|
||||||
n_days += 1
|
|
||||||
|
|
||||||
return forecasts
|
|
||||||
|
|
||||||
def create_rain_graph(self,
|
|
||||||
radar_animation: RadarAnimationData,
|
|
||||||
api_animation_data: List[dict],
|
|
||||||
country: str,
|
|
||||||
images_from_api: Tuple[bytes],
|
|
||||||
) -> RainGraph:
|
|
||||||
"""Create a RainGraph object that is ready to output animated and still SVG images"""
|
|
||||||
sequence: List[AnimationFrameData] = list()
|
|
||||||
tz = pytz.timezone(self.hass.config.time_zone)
|
|
||||||
current_time = datetime.now(tz=tz)
|
|
||||||
most_recent_frame = None
|
|
||||||
|
|
||||||
for idx, item in enumerate(api_animation_data):
|
|
||||||
frame = AnimationFrameData(
|
|
||||||
image=images_from_api[idx],
|
|
||||||
time=datetime.fromisoformat(item.get('time')) if item.get('time', None) is not None else None,
|
|
||||||
value=item.get('value', 0),
|
|
||||||
position=item.get('position', 0),
|
|
||||||
position_lower=item.get('positionLower', 0),
|
|
||||||
position_higher=item.get('positionHigher', 0)
|
|
||||||
)
|
|
||||||
sequence.append(frame)
|
|
||||||
|
|
||||||
if most_recent_frame is None and current_time < frame['time']:
|
|
||||||
most_recent_frame = idx - 1 if idx > 0 else idx
|
|
||||||
|
|
||||||
radar_animation['sequence'] = sequence
|
|
||||||
radar_animation['most_recent_image_idx'] = most_recent_frame
|
|
||||||
|
|
||||||
satellite_mode = self._style == OPTION_STYLE_SATELLITE
|
|
||||||
|
|
||||||
if country == 'NL':
|
|
||||||
image_path = "custom_components/irm_kmi/resources/nl.png"
|
|
||||||
bg_size = (640, 600)
|
|
||||||
else:
|
|
||||||
image_path = (f"custom_components/irm_kmi/resources/be_"
|
|
||||||
f"{'satellite' if satellite_mode else 'black' if self._dark_mode else 'white'}.png")
|
|
||||||
bg_size = (640, 490)
|
|
||||||
|
|
||||||
return RainGraph(radar_animation, image_path, bg_size,
|
|
||||||
config_dir=self.hass.config.config_dir,
|
|
||||||
dark_mode=self._dark_mode,
|
|
||||||
tz=self.hass.config.time_zone)
|
|
||||||
|
|
||||||
def warnings_from_data(self, warning_data: list | None) -> List[WarningData]:
|
|
||||||
"""Create a list of warning data instances based on the api data"""
|
|
||||||
if warning_data is None or not isinstance(warning_data, list) or len(warning_data) == 0:
|
|
||||||
return []
|
|
||||||
|
|
||||||
result = list()
|
|
||||||
for data in warning_data:
|
|
||||||
try:
|
|
||||||
warning_id = int(data.get('warningType', {}).get('id'))
|
|
||||||
start = datetime.fromisoformat(data.get('fromTimestamp', None))
|
|
||||||
end = datetime.fromisoformat(data.get('toTimestamp', None))
|
|
||||||
except TypeError | ValueError:
|
|
||||||
# Without this data, the warning is useless
|
|
||||||
continue
|
|
||||||
|
|
||||||
try:
|
|
||||||
level = int(data.get('warningLevel'))
|
|
||||||
except TypeError:
|
|
||||||
level = None
|
|
||||||
|
|
||||||
lang = self.hass.config.language if self.hass.config.language in LANGS else 'en'
|
|
||||||
result.append(
|
|
||||||
WarningData(
|
|
||||||
slug=SLUG_MAP.get(warning_id, 'unknown'),
|
|
||||||
id=warning_id,
|
|
||||||
level=level,
|
|
||||||
friendly_name=data.get('warningType', {}).get('name', {}).get(lang, ''),
|
|
||||||
text=data.get('text', {}).get(lang, ''),
|
|
||||||
starts_at=start,
|
|
||||||
ends_at=end
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
return result if len(result) > 0 else []
|
|
||||||
|
|
|
@ -1,58 +1,8 @@
|
||||||
"""Data classes for IRM KMI integration"""
|
|
||||||
from datetime import datetime
|
|
||||||
from typing import List, TypedDict
|
from typing import List, TypedDict
|
||||||
|
|
||||||
from homeassistant.components.weather import Forecast
|
from homeassistant.components.weather import Forecast
|
||||||
|
from irm_kmi_api.data import CurrentWeatherData, IrmKmiForecast, WarningData
|
||||||
|
from irm_kmi_api.rain_graph import RainGraph
|
||||||
class IrmKmiForecast(Forecast):
|
|
||||||
"""Forecast class with additional attributes for IRM KMI"""
|
|
||||||
|
|
||||||
# TODO: add condition_2 as well and evolution to match data from the API?
|
|
||||||
text: str | None
|
|
||||||
|
|
||||||
|
|
||||||
class CurrentWeatherData(TypedDict, total=False):
|
|
||||||
"""Class to hold the currently observable weather at a given location"""
|
|
||||||
condition: str | None
|
|
||||||
temperature: float | None
|
|
||||||
wind_speed: float | None
|
|
||||||
wind_gust_speed: float | None
|
|
||||||
wind_bearing: float | str | None
|
|
||||||
uv_index: float | None
|
|
||||||
pressure: float | None
|
|
||||||
|
|
||||||
|
|
||||||
class AnimationFrameData(TypedDict, total=False):
|
|
||||||
"""Holds one single frame of the radar camera, along with the timestamp of the frame"""
|
|
||||||
time: datetime | None
|
|
||||||
image: bytes | None
|
|
||||||
value: float | None
|
|
||||||
position: float | None
|
|
||||||
position_higher: float | None
|
|
||||||
position_lower: float | None
|
|
||||||
|
|
||||||
|
|
||||||
class RadarAnimationData(TypedDict, total=False):
|
|
||||||
"""Holds frames and additional data for the animation to be rendered"""
|
|
||||||
sequence: List[AnimationFrameData] | None
|
|
||||||
most_recent_image_idx: int | None
|
|
||||||
hint: str | None
|
|
||||||
unit: str | None
|
|
||||||
location: bytes | None
|
|
||||||
svg_still: bytes | None
|
|
||||||
svg_animated: bytes | None
|
|
||||||
|
|
||||||
|
|
||||||
class WarningData(TypedDict, total=False):
|
|
||||||
"""Holds data about a specific warning"""
|
|
||||||
slug: str
|
|
||||||
id: int
|
|
||||||
level: int
|
|
||||||
friendly_name: str
|
|
||||||
text: str
|
|
||||||
starts_at: datetime
|
|
||||||
ends_at: datetime
|
|
||||||
|
|
||||||
|
|
||||||
class ProcessedCoordinatorData(TypedDict, total=False):
|
class ProcessedCoordinatorData(TypedDict, total=False):
|
||||||
|
@ -60,6 +10,8 @@ class ProcessedCoordinatorData(TypedDict, total=False):
|
||||||
current_weather: CurrentWeatherData
|
current_weather: CurrentWeatherData
|
||||||
hourly_forecast: List[Forecast] | None
|
hourly_forecast: List[Forecast] | None
|
||||||
daily_forecast: List[IrmKmiForecast] | None
|
daily_forecast: List[IrmKmiForecast] | None
|
||||||
animation: RadarAnimationData
|
radar_forecast: List[Forecast] | None
|
||||||
|
animation: RainGraph | None
|
||||||
warnings: List[WarningData]
|
warnings: List[WarningData]
|
||||||
pollen: dict
|
pollen: dict
|
||||||
|
country: str
|
||||||
|
|
5
custom_components/irm_kmi/icons.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"get_forecasts_radar": "mdi:weather-cloudy-clock"
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,8 +9,7 @@
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
|
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pytz==2024.1",
|
"irm-kmi-api==0.2.0"
|
||||||
"svgwrite==1.4.3"
|
|
||||||
],
|
],
|
||||||
"version": "0.2.7"
|
"version": "0.3.2"
|
||||||
}
|
}
|
|
@ -1,131 +0,0 @@
|
||||||
"""Parse pollen info from SVG from IRM KMI api"""
|
|
||||||
import logging
|
|
||||||
import xml.etree.ElementTree as ET
|
|
||||||
from typing import List
|
|
||||||
|
|
||||||
from custom_components.irm_kmi.const import POLLEN_NAMES
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class PollenParser:
|
|
||||||
"""
|
|
||||||
The SVG looks as follows (see test fixture for a real example)
|
|
||||||
|
|
||||||
Active pollens
|
|
||||||
---------------------------------
|
|
||||||
Oak active
|
|
||||||
Ash active
|
|
||||||
---------------------------------
|
|
||||||
Birch ---|---|---|---|-*-
|
|
||||||
Alder -*-|---|---|---|---
|
|
||||||
|
|
||||||
This classe parses the oak and ash as active, birch as purple and alder as green in the example.
|
|
||||||
For active pollen, check if an active text is present on the same line as the pollen name
|
|
||||||
For the color scale, look for a white dot (nearly) at the same level as the pollen name. From the white dot
|
|
||||||
horizontal position, determine the level
|
|
||||||
"""
|
|
||||||
def __init__(
|
|
||||||
self,
|
|
||||||
xml_string: str
|
|
||||||
):
|
|
||||||
self._xml = xml_string
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def _validate_svg(elements: List[ET.Element]) -> bool:
|
|
||||||
"""Make sure that the colors of the scale are still where we expect them"""
|
|
||||||
x_values = {"rectgreen": 80,
|
|
||||||
"rectyellow": 95,
|
|
||||||
"rectorange": 110,
|
|
||||||
"rectred": 125,
|
|
||||||
"rectpurple": 140}
|
|
||||||
for e in elements:
|
|
||||||
if e.attrib.get('id', '') in x_values.keys():
|
|
||||||
try:
|
|
||||||
if float(e.attrib.get('x', '0')) != x_values.get(e.attrib.get('id')):
|
|
||||||
return False
|
|
||||||
except ValueError:
|
|
||||||
return False
|
|
||||||
return True
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def get_default_data() -> dict:
|
|
||||||
"""Return all the known pollen with 'none' value"""
|
|
||||||
return {k.lower(): 'none' for k in POLLEN_NAMES}
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def get_option_values() -> List[str]:
|
|
||||||
"""List all the values that the pollen can have"""
|
|
||||||
return ['active', 'green', 'yellow', 'orange', 'red', 'purple', 'none']
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def _extract_elements(root) -> List[ET.Element]:
|
|
||||||
"""Recursively collect all elements of the SVG in a list"""
|
|
||||||
elements = []
|
|
||||||
for child in root:
|
|
||||||
elements.append(child)
|
|
||||||
elements.extend(PollenParser._extract_elements(child))
|
|
||||||
return elements
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def _dot_to_color_value(dot: ET.Element) -> str:
|
|
||||||
"""Map the dot horizontal position to a color or 'none'"""
|
|
||||||
try:
|
|
||||||
cx = float(dot.attrib.get('cx'))
|
|
||||||
except ValueError:
|
|
||||||
return 'none'
|
|
||||||
|
|
||||||
if cx > 155:
|
|
||||||
return 'none'
|
|
||||||
elif cx > 140:
|
|
||||||
return 'purple'
|
|
||||||
elif cx > 125:
|
|
||||||
return 'red'
|
|
||||||
elif cx > 110:
|
|
||||||
return 'orange'
|
|
||||||
elif cx > 95:
|
|
||||||
return 'yellow'
|
|
||||||
elif cx > 80:
|
|
||||||
return 'green'
|
|
||||||
else:
|
|
||||||
return 'none'
|
|
||||||
|
|
||||||
def get_pollen_data(self) -> dict:
|
|
||||||
"""From the XML string, parse the SVG and extract the pollen data from the image.
|
|
||||||
If an error occurs, return the default value"""
|
|
||||||
pollen_data = self.get_default_data()
|
|
||||||
try:
|
|
||||||
_LOGGER.debug(f"Full SVG: {self._xml}")
|
|
||||||
root = ET.fromstring(self._xml)
|
|
||||||
except ET.ParseError:
|
|
||||||
_LOGGER.warning("Could not parse SVG pollen XML")
|
|
||||||
return pollen_data
|
|
||||||
|
|
||||||
elements: List[ET.Element] = self._extract_elements(root)
|
|
||||||
|
|
||||||
if not self._validate_svg(elements):
|
|
||||||
_LOGGER.warning("Could not validate SVG pollen data")
|
|
||||||
return pollen_data
|
|
||||||
|
|
||||||
pollens = [e for e in elements if 'tspan' in e.tag and e.text in POLLEN_NAMES]
|
|
||||||
active = [e for e in elements if 'tspan' in e.tag and e.text == 'active']
|
|
||||||
dots = [e for e in elements if 'ellipse' in e.tag
|
|
||||||
and 'fill:#ffffff' in e.attrib.get('style', '')
|
|
||||||
and 3 == float(e.attrib.get('rx', '0'))]
|
|
||||||
|
|
||||||
for pollen in pollens:
|
|
||||||
try:
|
|
||||||
y = float(pollen.attrib.get('y'))
|
|
||||||
if y in [float(e.attrib.get('y')) for e in active]:
|
|
||||||
pollen_data[pollen.text.lower()] = 'active'
|
|
||||||
else:
|
|
||||||
dot = [d for d in dots if y - 3 <= float(d.attrib.get('cy', '0')) <= y + 3]
|
|
||||||
if len(dot) == 1:
|
|
||||||
dot = dot[0]
|
|
||||||
pollen_data[pollen.text.lower()] = self._dot_to_color_value(dot)
|
|
||||||
except ValueError | NameError:
|
|
||||||
_LOGGER.warning("Skipped some data in the pollen SVG")
|
|
||||||
|
|
||||||
_LOGGER.debug(f"Pollen data: {pollen_data}")
|
|
||||||
return pollen_data
|
|
||||||
|
|
|
@ -1,342 +0,0 @@
|
||||||
"""Create graphs for rain short term forecast."""
|
|
||||||
|
|
||||||
import base64
|
|
||||||
import copy
|
|
||||||
import logging
|
|
||||||
import os
|
|
||||||
from typing import List
|
|
||||||
|
|
||||||
import pytz
|
|
||||||
from svgwrite import Drawing
|
|
||||||
from svgwrite.animate import Animate
|
|
||||||
|
|
||||||
from custom_components.irm_kmi.data import (AnimationFrameData,
|
|
||||||
RadarAnimationData)
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class RainGraph:
|
|
||||||
def __init__(self,
|
|
||||||
animation_data: RadarAnimationData,
|
|
||||||
background_image_path: str,
|
|
||||||
background_size: (int, int),
|
|
||||||
config_dir: str = '.',
|
|
||||||
dark_mode: bool = False,
|
|
||||||
tz: str = 'UTC',
|
|
||||||
svg_width: float = 640,
|
|
||||||
inset: float = 20,
|
|
||||||
graph_height: float = 150,
|
|
||||||
top_text_space: float = 30,
|
|
||||||
top_text_y_pos: float = 20,
|
|
||||||
bottom_text_space: float = 50,
|
|
||||||
bottom_text_y_pos: float = 218,
|
|
||||||
auto=True
|
|
||||||
):
|
|
||||||
|
|
||||||
self._animation_data: RadarAnimationData = animation_data
|
|
||||||
self._background_image_path: str = background_image_path
|
|
||||||
self._background_size: (int, int) = background_size
|
|
||||||
self._config_dir: str = config_dir
|
|
||||||
self._dark_mode: bool = dark_mode
|
|
||||||
self._tz = pytz.timezone(tz)
|
|
||||||
self._svg_width: float = svg_width
|
|
||||||
self._inset: float = inset
|
|
||||||
self._graph_height: float = graph_height
|
|
||||||
self._top_text_space: float = top_text_space + background_size[1]
|
|
||||||
self._top_text_y_pos: float = top_text_y_pos + background_size[1]
|
|
||||||
self._bottom_text_space: float = bottom_text_space
|
|
||||||
self._bottom_text_y_pos: float = bottom_text_y_pos + background_size[1]
|
|
||||||
|
|
||||||
self._frame_count: int = len(self._animation_data['sequence'])
|
|
||||||
self._graph_width: float = self._svg_width - 2 * self._inset
|
|
||||||
self._graph_bottom: float = self._top_text_space + self._graph_height
|
|
||||||
self._svg_height: float = self._graph_height + self._top_text_space + self._bottom_text_space
|
|
||||||
self._interval_width: float = self._graph_width / self._frame_count
|
|
||||||
self._offset: float = self._inset + self._interval_width / 2
|
|
||||||
|
|
||||||
if not (0 <= self._top_text_y_pos <= self._top_text_space):
|
|
||||||
raise ValueError("It must hold that 0 <= top_text_y_pos <= top_text_space")
|
|
||||||
|
|
||||||
if not (self._graph_bottom <= self._bottom_text_y_pos <= self._graph_bottom + self._bottom_text_space):
|
|
||||||
raise ValueError("bottom_text_y_pos must be below the graph")
|
|
||||||
|
|
||||||
self._dwg: Drawing = Drawing(size=(self._svg_width, self._svg_height), profile='full')
|
|
||||||
self._dwg_save: Drawing
|
|
||||||
self._dwg_animated: Drawing
|
|
||||||
self._dwg_still: Drawing
|
|
||||||
|
|
||||||
if auto:
|
|
||||||
self.draw_svg_frame()
|
|
||||||
self.draw_hour_bars()
|
|
||||||
self.draw_chances_path()
|
|
||||||
self.draw_data_line()
|
|
||||||
self.write_hint()
|
|
||||||
self.insert_background()
|
|
||||||
self._dwg_save = copy.deepcopy(self._dwg)
|
|
||||||
|
|
||||||
self.draw_current_fame_line()
|
|
||||||
self.draw_description_text()
|
|
||||||
self.insert_cloud_layer()
|
|
||||||
self.draw_location()
|
|
||||||
self._dwg_animated = self._dwg
|
|
||||||
|
|
||||||
self._dwg = self._dwg_save
|
|
||||||
idx = self._animation_data['most_recent_image_idx']
|
|
||||||
self.draw_current_fame_line(idx)
|
|
||||||
self.draw_description_text(idx)
|
|
||||||
self.insert_cloud_layer(idx)
|
|
||||||
self.draw_location()
|
|
||||||
self._dwg_still = self._dwg
|
|
||||||
|
|
||||||
def draw_svg_frame(self):
|
|
||||||
"""Create the global area to draw the other items"""
|
|
||||||
font_file = os.path.join(self._config_dir, 'custom_components/irm_kmi/resources/roboto_medium.ttf')
|
|
||||||
_LOGGER.debug(f"Opening font file at {font_file}")
|
|
||||||
self._dwg.embed_font(name="Roboto Medium", filename=font_file)
|
|
||||||
self._dwg.embed_stylesheet("""
|
|
||||||
.roboto {
|
|
||||||
font-family: "Roboto Medium";
|
|
||||||
}
|
|
||||||
""")
|
|
||||||
|
|
||||||
fill_color = '#393C40' if self._dark_mode else '#385E95'
|
|
||||||
self._dwg.add(self._dwg.rect(insert=(0, 0),
|
|
||||||
size=(self._svg_width, self._svg_height),
|
|
||||||
rx=None, ry=None,
|
|
||||||
fill=fill_color, stroke='none'))
|
|
||||||
|
|
||||||
def draw_description_text(self, idx: int | None = None):
|
|
||||||
"""For every frame write the amount of precipitation and the time at the top of the graph.
|
|
||||||
If idx is set, only do it for the given idx"""
|
|
||||||
|
|
||||||
times = [e['time'].astimezone(tz=self._tz).strftime('%H:%M') for e in
|
|
||||||
self._animation_data['sequence']]
|
|
||||||
rain_levels = [f"{e['value']}{self._animation_data['unit']}" for e in self._animation_data['sequence']]
|
|
||||||
|
|
||||||
if idx is not None:
|
|
||||||
time = times[idx]
|
|
||||||
rain_level = rain_levels[idx]
|
|
||||||
|
|
||||||
paragraph = self._dwg.add(self._dwg.g(class_="roboto", ))
|
|
||||||
|
|
||||||
self.write_time_and_rain(paragraph, rain_level, time)
|
|
||||||
return
|
|
||||||
|
|
||||||
for i in range(self._frame_count):
|
|
||||||
time = times[i]
|
|
||||||
rain_level = rain_levels[i]
|
|
||||||
|
|
||||||
paragraph = self._dwg.add(self._dwg.g(class_="roboto", ))
|
|
||||||
|
|
||||||
values = ['hidden'] * self._frame_count
|
|
||||||
values[i] = 'visible'
|
|
||||||
|
|
||||||
paragraph.add(Animate(
|
|
||||||
attributeName="visibility",
|
|
||||||
values=";".join(values),
|
|
||||||
dur=f"{self._frame_count * 0.3}s",
|
|
||||||
begin="0s",
|
|
||||||
repeatCount="indefinite"
|
|
||||||
))
|
|
||||||
|
|
||||||
self.write_time_and_rain(paragraph, rain_level, time)
|
|
||||||
|
|
||||||
def write_time_and_rain(self, paragraph, rain_level, time):
|
|
||||||
"""Using the paragraph object, write the time and rain level data"""
|
|
||||||
paragraph.add(self._dwg.text(f"{time}", insert=(self._offset, self._top_text_y_pos),
|
|
||||||
text_anchor="start",
|
|
||||||
font_size="16px",
|
|
||||||
fill="white",
|
|
||||||
stroke='none'))
|
|
||||||
paragraph.add(self._dwg.text(f"{rain_level}", insert=(self._svg_width / 2, self._top_text_y_pos),
|
|
||||||
text_anchor="middle",
|
|
||||||
font_size="16px",
|
|
||||||
fill="white",
|
|
||||||
stroke='none'))
|
|
||||||
|
|
||||||
def write_hint(self):
|
|
||||||
"""Add the hint text at the bottom of the graph"""
|
|
||||||
paragraph = self._dwg.add(self._dwg.g(class_="roboto", ))
|
|
||||||
|
|
||||||
hint = self._animation_data['hint']
|
|
||||||
|
|
||||||
paragraph.add(self._dwg.text(f"{hint}", insert=(self._svg_width / 2, self._bottom_text_y_pos),
|
|
||||||
text_anchor="middle",
|
|
||||||
font_size="16px",
|
|
||||||
fill="white",
|
|
||||||
stroke='none'))
|
|
||||||
|
|
||||||
def draw_chances_path(self):
|
|
||||||
"""Draw the prevision margin area around the main forecast line"""
|
|
||||||
list_lower_points = []
|
|
||||||
list_higher_points = []
|
|
||||||
|
|
||||||
rain_list: List[AnimationFrameData] = self._animation_data['sequence']
|
|
||||||
graph_rect_left = self._offset
|
|
||||||
graph_rect_top = self._top_text_space
|
|
||||||
|
|
||||||
for i in range(len(rain_list)):
|
|
||||||
position_higher = rain_list[i]['position_higher']
|
|
||||||
if position_higher is not None:
|
|
||||||
list_higher_points.append((graph_rect_left, graph_rect_top + (
|
|
||||||
1.0 - position_higher) * self._graph_height))
|
|
||||||
graph_rect_left += self._interval_width
|
|
||||||
|
|
||||||
graph_rect_right = graph_rect_left - self._interval_width
|
|
||||||
for i in range(len(rain_list) - 1, -1, -1):
|
|
||||||
position_lower = rain_list[i]['position_lower']
|
|
||||||
if position_lower is not None:
|
|
||||||
list_lower_points.append((graph_rect_right, graph_rect_top + (
|
|
||||||
1.0 - position_lower) * self._graph_height))
|
|
||||||
graph_rect_right -= self._interval_width
|
|
||||||
|
|
||||||
if list_higher_points and list_lower_points:
|
|
||||||
self.draw_chance_precip(list_higher_points, list_lower_points)
|
|
||||||
|
|
||||||
def draw_chance_precip(self, list_higher_points: List, list_lower_points: List):
|
|
||||||
"""Draw the blue solid line representing the actual rain forecast"""
|
|
||||||
precip_higher_chance_path = self._dwg.path(fill='#63c8fa', stroke='none', opacity=.3)
|
|
||||||
|
|
||||||
list_higher_points[-1] = tuple(list(list_higher_points[-1]) + ['last'])
|
|
||||||
|
|
||||||
self.set_curved_path(precip_higher_chance_path, list_higher_points + list_lower_points)
|
|
||||||
self._dwg.add(precip_higher_chance_path)
|
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def set_curved_path(path, points):
|
|
||||||
"""Pushes points on the path by creating a nice curve between them"""
|
|
||||||
if len(points) < 2:
|
|
||||||
return
|
|
||||||
|
|
||||||
path.push('M', *points[0])
|
|
||||||
|
|
||||||
for i in range(1, len(points)):
|
|
||||||
x_mid = (points[i - 1][0] + points[i][0]) / 2
|
|
||||||
y_mid = (points[i - 1][1] + points[i][1]) / 2
|
|
||||||
|
|
||||||
path.push('Q', points[i - 1][0], points[i - 1][1], x_mid, y_mid)
|
|
||||||
if points[i][-1] == 'last' or points[i - 1][-1] == 'last':
|
|
||||||
path.push('Q', points[i][0], points[i][1], points[i][0], points[i][1])
|
|
||||||
|
|
||||||
path.push('Q', points[-1][0], points[-1][1], points[-1][0], points[-1][1])
|
|
||||||
|
|
||||||
def draw_data_line(self):
|
|
||||||
"""Draw the main data line for the rain forecast"""
|
|
||||||
rain_list: List[AnimationFrameData] = self._animation_data['sequence']
|
|
||||||
graph_rect_left = self._offset
|
|
||||||
graph_rect_top = self._top_text_space
|
|
||||||
|
|
||||||
entry_list = []
|
|
||||||
|
|
||||||
for i in range(len(rain_list)):
|
|
||||||
position = rain_list[i]['position']
|
|
||||||
entry_list.append(
|
|
||||||
(graph_rect_left,
|
|
||||||
graph_rect_top + (1.0 - position) * self._graph_height))
|
|
||||||
graph_rect_left += self._interval_width
|
|
||||||
data_line_path = self._dwg.path(fill='none', stroke='#63c8fa', stroke_width=2)
|
|
||||||
self.set_curved_path(data_line_path, entry_list)
|
|
||||||
self._dwg.add(data_line_path)
|
|
||||||
|
|
||||||
def draw_hour_bars(self):
|
|
||||||
"""Draw the small bars at the bottom to represent the time"""
|
|
||||||
hour_bar_height = 8
|
|
||||||
horizontal_inset = self._offset
|
|
||||||
|
|
||||||
for (i, rain_item) in enumerate(self._animation_data['sequence']):
|
|
||||||
time_image = rain_item['time'].astimezone(tz=self._tz)
|
|
||||||
is_hour_bar = time_image.minute == 0
|
|
||||||
|
|
||||||
x_position = horizontal_inset
|
|
||||||
if i == self._animation_data['most_recent_image_idx']:
|
|
||||||
self._dwg.add(self._dwg.line(start=(x_position, self._top_text_space),
|
|
||||||
end=(x_position, self._graph_bottom),
|
|
||||||
stroke='white',
|
|
||||||
opacity=0.5,
|
|
||||||
stroke_dasharray=4))
|
|
||||||
|
|
||||||
self._dwg.add(self._dwg.line(start=(x_position, self._graph_bottom - hour_bar_height),
|
|
||||||
end=(x_position, self._graph_bottom),
|
|
||||||
stroke='white' if is_hour_bar else 'lightgrey',
|
|
||||||
opacity=0.9 if is_hour_bar else 0.7))
|
|
||||||
|
|
||||||
if is_hour_bar:
|
|
||||||
graph_rect_center_x = x_position
|
|
||||||
graph_rect_center_y = self._graph_bottom + 18
|
|
||||||
|
|
||||||
paragraph = self._dwg.add(self._dwg.g(class_="roboto", ))
|
|
||||||
paragraph.add(self._dwg.text(f"{time_image.hour}h", insert=(graph_rect_center_x, graph_rect_center_y),
|
|
||||||
text_anchor="middle",
|
|
||||||
font_size="16px",
|
|
||||||
fill="white",
|
|
||||||
stroke='none'))
|
|
||||||
|
|
||||||
horizontal_inset += self._interval_width
|
|
||||||
|
|
||||||
self._dwg.add(self._dwg.line(start=(self._offset, self._graph_bottom),
|
|
||||||
end=(self._graph_width + self._interval_width / 2, self._graph_bottom),
|
|
||||||
stroke='white'))
|
|
||||||
|
|
||||||
def draw_current_fame_line(self, idx: int | None = None):
|
|
||||||
"""Draw a solid white line on the timeline at the position of the given frame index"""
|
|
||||||
x_position = self._offset if idx is None else self._offset + idx * self._interval_width
|
|
||||||
now = self._dwg.add(self._dwg.line(start=(x_position, self._top_text_space),
|
|
||||||
end=(x_position, self._graph_bottom),
|
|
||||||
id='now',
|
|
||||||
stroke='white',
|
|
||||||
opacity=1,
|
|
||||||
stroke_width=2))
|
|
||||||
if idx is not None:
|
|
||||||
return
|
|
||||||
now.add(self._dwg.animateTransform("translate", "transform",
|
|
||||||
id="now",
|
|
||||||
from_=f"{self._offset} 0",
|
|
||||||
to=f"{self._graph_width - self._offset} 0",
|
|
||||||
dur=f"{self._frame_count * 0.3}s",
|
|
||||||
repeatCount="indefinite"))
|
|
||||||
|
|
||||||
def get_svg_string(self, still_image: bool = False) -> bytes:
|
|
||||||
return self._dwg_still.tostring().encode() if still_image else self._dwg_animated.tostring().encode()
|
|
||||||
|
|
||||||
def insert_background(self):
|
|
||||||
bg_image_path = os.path.join(self._config_dir, self._background_image_path)
|
|
||||||
with open(bg_image_path, 'rb') as f:
|
|
||||||
png_data = base64.b64encode(f.read()).decode('utf-8')
|
|
||||||
image = self._dwg.image("data:image/png;base64," + png_data, insert=(0, 0), size=self._background_size)
|
|
||||||
self._dwg.add(image)
|
|
||||||
|
|
||||||
def insert_cloud_layer(self, idx: int | None = None):
|
|
||||||
imgs = [e['image'] for e in self._animation_data['sequence']]
|
|
||||||
|
|
||||||
if idx is not None:
|
|
||||||
img = imgs[idx]
|
|
||||||
png_data = base64.b64encode(img).decode('utf-8')
|
|
||||||
image = self._dwg.image("data:image/png;base64," + png_data, insert=(0, 0), size=self._background_size)
|
|
||||||
self._dwg.add(image)
|
|
||||||
return
|
|
||||||
|
|
||||||
for i, img in enumerate(imgs):
|
|
||||||
png_data = base64.b64encode(img).decode('utf-8')
|
|
||||||
image = self._dwg.image("data:image/png;base64," + png_data, insert=(0, 0), size=self._background_size)
|
|
||||||
self._dwg.add(image)
|
|
||||||
|
|
||||||
values = ['hidden'] * self._frame_count
|
|
||||||
values[i] = 'visible'
|
|
||||||
|
|
||||||
image.add(Animate(
|
|
||||||
attributeName="visibility",
|
|
||||||
values=";".join(values),
|
|
||||||
dur=f"{self._frame_count * 0.3}s",
|
|
||||||
begin="0s",
|
|
||||||
repeatCount="indefinite"
|
|
||||||
))
|
|
||||||
|
|
||||||
def draw_location(self):
|
|
||||||
img = self._animation_data['location']
|
|
||||||
png_data = base64.b64encode(img).decode('utf-8')
|
|
||||||
image = self._dwg.image("data:image/png;base64," + png_data, insert=(0, 0), size=self._background_size)
|
|
||||||
self._dwg.add(image)
|
|
||||||
|
|
||||||
def get_dwg(self):
|
|
||||||
return copy.deepcopy(self._dwg)
|
|
|
@ -8,13 +8,12 @@ from homeassistant.const import ATTR_LATITUDE, ATTR_LONGITUDE
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
from homeassistant.helpers.selector import SelectSelector, SelectSelectorConfig
|
from homeassistant.helpers.selector import SelectSelector, SelectSelectorConfig
|
||||||
|
from irm_kmi_api.api import IrmKmiApiClient
|
||||||
|
|
||||||
from custom_components.irm_kmi import async_reload_entry
|
from . import async_reload_entry
|
||||||
from custom_components.irm_kmi.api import IrmKmiApiClient
|
from .const import (OUT_OF_BENELUX, REPAIR_OPT_DELETE, REPAIR_OPT_MOVE,
|
||||||
from custom_components.irm_kmi.const import (OUT_OF_BENELUX, REPAIR_OPT_DELETE,
|
REPAIR_OPTIONS, REPAIR_SOLUTION, USER_AGENT)
|
||||||
REPAIR_OPT_MOVE, REPAIR_OPTIONS,
|
from .utils import modify_from_config
|
||||||
REPAIR_SOLUTION)
|
|
||||||
from custom_components.irm_kmi.utils import modify_from_config
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -50,7 +49,9 @@ class OutOfBeneluxRepairFlow(RepairsFlow):
|
||||||
try:
|
try:
|
||||||
async with async_timeout.timeout(10):
|
async with async_timeout.timeout(10):
|
||||||
api_data = await IrmKmiApiClient(
|
api_data = await IrmKmiApiClient(
|
||||||
session=async_get_clientsession(self.hass)).get_forecasts_coord(
|
session=async_get_clientsession(self.hass),
|
||||||
|
user_agent=USER_AGENT
|
||||||
|
).get_forecasts_coord(
|
||||||
{'lat': zone.attributes[ATTR_LATITUDE],
|
{'lat': zone.attributes[ATTR_LATITUDE],
|
||||||
'long': zone.attributes[ATTR_LONGITUDE]}
|
'long': zone.attributes[ATTR_LONGITUDE]}
|
||||||
)
|
)
|
||||||
|
@ -84,8 +85,8 @@ class OutOfBeneluxRepairFlow(RepairsFlow):
|
||||||
|
|
||||||
|
|
||||||
async def async_create_fix_flow(
|
async def async_create_fix_flow(
|
||||||
hass: HomeAssistant,
|
_hass: HomeAssistant,
|
||||||
issue_id: str,
|
_issue_id: str,
|
||||||
data: dict[str, str | int | float | None] | None,
|
data: dict[str, str | int | float | None] | None,
|
||||||
) -> OutOfBeneluxRepairFlow:
|
) -> OutOfBeneluxRepairFlow:
|
||||||
"""Create flow."""
|
"""Create flow."""
|
||||||
|
|
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 666 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 60 KiB |
|
@ -1,5 +1,6 @@
|
||||||
"""Sensor for pollen from the IRM KMI"""
|
"""Sensor for pollen from the IRM KMI"""
|
||||||
import logging
|
import logging
|
||||||
|
from datetime import datetime
|
||||||
|
|
||||||
from homeassistant.components import sensor
|
from homeassistant.components import sensor
|
||||||
from homeassistant.components.sensor import SensorDeviceClass, SensorEntity
|
from homeassistant.components.sensor import SensorDeviceClass, SensorEntity
|
||||||
|
@ -7,10 +8,15 @@ from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||||
|
from homeassistant.util import dt
|
||||||
|
from irm_kmi_api.const import POLLEN_NAMES
|
||||||
|
from irm_kmi_api.data import IrmKmiForecast, IrmKmiRadarForecast
|
||||||
|
from irm_kmi_api.pollen import PollenParser
|
||||||
|
|
||||||
from custom_components.irm_kmi import DOMAIN, IrmKmiCoordinator
|
from . import DOMAIN, IrmKmiCoordinator
|
||||||
from custom_components.irm_kmi.const import POLLEN_NAMES, POLLEN_TO_ICON_MAP
|
from .const import (CURRENT_WEATHER_SENSOR_CLASS, CURRENT_WEATHER_SENSOR_ICON,
|
||||||
from custom_components.irm_kmi.pollen import PollenParser
|
CURRENT_WEATHER_SENSOR_UNITS, CURRENT_WEATHER_SENSORS,
|
||||||
|
POLLEN_TO_ICON_MAP)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -19,12 +25,19 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_e
|
||||||
"""Set up the sensor platform"""
|
"""Set up the sensor platform"""
|
||||||
coordinator = hass.data[DOMAIN][entry.entry_id]
|
coordinator = hass.data[DOMAIN][entry.entry_id]
|
||||||
async_add_entities([IrmKmiPollen(coordinator, entry, pollen.lower()) for pollen in POLLEN_NAMES])
|
async_add_entities([IrmKmiPollen(coordinator, entry, pollen.lower()) for pollen in POLLEN_NAMES])
|
||||||
|
async_add_entities([IrmKmiCurrentWeather(coordinator, entry, name) for name in CURRENT_WEATHER_SENSORS])
|
||||||
|
async_add_entities([IrmKmiNextWarning(coordinator, entry),
|
||||||
|
IrmKmiCurrentRainfall(coordinator, entry)])
|
||||||
|
|
||||||
|
if coordinator.data.get('country') != 'NL':
|
||||||
|
async_add_entities([IrmKmiNextSunMove(coordinator, entry, move) for move in ['sunset', 'sunrise']])
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiPollen(CoordinatorEntity, SensorEntity):
|
class IrmKmiPollen(CoordinatorEntity, SensorEntity):
|
||||||
"""Representation of a pollen sensor"""
|
"""Representation of a pollen sensor"""
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
_attr_device_class = SensorDeviceClass.ENUM
|
_attr_device_class = SensorDeviceClass.ENUM
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
coordinator: IrmKmiCoordinator,
|
coordinator: IrmKmiCoordinator,
|
||||||
|
@ -45,3 +58,173 @@ class IrmKmiPollen(CoordinatorEntity, SensorEntity):
|
||||||
def native_value(self) -> str | None:
|
def native_value(self) -> str | None:
|
||||||
"""Return the state of the sensor."""
|
"""Return the state of the sensor."""
|
||||||
return self.coordinator.data.get('pollen', {}).get(self._pollen, None)
|
return self.coordinator.data.get('pollen', {}).get(self._pollen, None)
|
||||||
|
|
||||||
|
|
||||||
|
class IrmKmiNextWarning(CoordinatorEntity, SensorEntity):
|
||||||
|
"""Representation of the next weather warning"""
|
||||||
|
|
||||||
|
_attr_has_entity_name = True
|
||||||
|
_attr_device_class = SensorDeviceClass.TIMESTAMP
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
|
def __init__(self,
|
||||||
|
coordinator: IrmKmiCoordinator,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
) -> None:
|
||||||
|
super().__init__(coordinator)
|
||||||
|
SensorEntity.__init__(self)
|
||||||
|
self._attr_unique_id = f"{entry.entry_id}-next-warning"
|
||||||
|
self.entity_id = sensor.ENTITY_ID_FORMAT.format(f"{str(entry.title).lower()}_next_warning")
|
||||||
|
self._attr_device_info = coordinator.shared_device_info
|
||||||
|
self._attr_translation_key = f"next_warning"
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_value(self) -> datetime | None:
|
||||||
|
"""Return the timestamp for the start of the next warning. Is None when no future warning are available"""
|
||||||
|
if self.coordinator.data.get('warnings') is None:
|
||||||
|
return None
|
||||||
|
|
||||||
|
now = dt.now()
|
||||||
|
earliest_next = None
|
||||||
|
for item in self.coordinator.data.get('warnings'):
|
||||||
|
if now < item.get('starts_at'):
|
||||||
|
if earliest_next is None:
|
||||||
|
earliest_next = item.get('starts_at')
|
||||||
|
else:
|
||||||
|
earliest_next = min(earliest_next, item.get('starts_at'))
|
||||||
|
|
||||||
|
return earliest_next
|
||||||
|
|
||||||
|
@property
|
||||||
|
def extra_state_attributes(self) -> dict:
|
||||||
|
"""Return the attributes related to all the future warnings."""
|
||||||
|
now = dt.now()
|
||||||
|
attrs = {"next_warnings": [w for w in self.coordinator.data.get('warnings', []) if now < w.get('starts_at')]}
|
||||||
|
|
||||||
|
attrs["next_warnings_friendly_names"] = ", ".join(
|
||||||
|
[warning['friendly_name'] for warning in attrs['next_warnings'] if warning['friendly_name'] != ''])
|
||||||
|
|
||||||
|
return attrs
|
||||||
|
|
||||||
|
|
||||||
|
class IrmKmiNextSunMove(CoordinatorEntity, SensorEntity):
|
||||||
|
"""Representation of the next sunrise or sunset"""
|
||||||
|
|
||||||
|
_attr_has_entity_name = True
|
||||||
|
_attr_device_class = SensorDeviceClass.TIMESTAMP
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
|
def __init__(self,
|
||||||
|
coordinator: IrmKmiCoordinator,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
move: str) -> None:
|
||||||
|
assert move in ['sunset', 'sunrise']
|
||||||
|
super().__init__(coordinator)
|
||||||
|
SensorEntity.__init__(self)
|
||||||
|
self._attr_unique_id = f"{entry.entry_id}-next-{move}"
|
||||||
|
self.entity_id = sensor.ENTITY_ID_FORMAT.format(f"{str(entry.title).lower()}_next_{move}")
|
||||||
|
self._attr_device_info = coordinator.shared_device_info
|
||||||
|
self._attr_translation_key = f"next_{move}"
|
||||||
|
self._move: str = move
|
||||||
|
self._attr_icon = 'mdi:weather-sunset-down' if move == 'sunset' else 'mdi:weather-sunset-up'
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_value(self) -> datetime | None:
|
||||||
|
"""Return the timestamp for the next sunrise or sunset"""
|
||||||
|
now = dt.now()
|
||||||
|
data: list[IrmKmiForecast] = self.coordinator.data.get('daily_forecast')
|
||||||
|
|
||||||
|
upcoming = [datetime.fromisoformat(f.get(self._move)) for f in data
|
||||||
|
if f.get(self._move) is not None and datetime.fromisoformat(f.get(self._move)) >= now]
|
||||||
|
|
||||||
|
if len(upcoming) > 0:
|
||||||
|
return upcoming[0]
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
class IrmKmiCurrentWeather(CoordinatorEntity, SensorEntity):
|
||||||
|
"""Representation of a current weather sensor"""
|
||||||
|
|
||||||
|
_attr_has_entity_name = True
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
|
def __init__(self,
|
||||||
|
coordinator: IrmKmiCoordinator,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
sensor_name: str) -> None:
|
||||||
|
super().__init__(coordinator)
|
||||||
|
SensorEntity.__init__(self)
|
||||||
|
self._attr_unique_id = f"{entry.entry_id}-current-{sensor_name}"
|
||||||
|
self.entity_id = sensor.ENTITY_ID_FORMAT.format(f"{str(entry.title).lower()}_current_{sensor_name}")
|
||||||
|
self._attr_device_info = coordinator.shared_device_info
|
||||||
|
self._attr_translation_key = f"current_{sensor_name}"
|
||||||
|
self._sensor_name: str = sensor_name
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_value(self) -> float | None:
|
||||||
|
"""Return the current value of the sensor"""
|
||||||
|
return self.coordinator.data.get('current_weather', {}).get(self._sensor_name, None)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_unit_of_measurement(self) -> str | None:
|
||||||
|
return CURRENT_WEATHER_SENSOR_UNITS[self._sensor_name]
|
||||||
|
|
||||||
|
@property
|
||||||
|
def device_class(self) -> SensorDeviceClass | None:
|
||||||
|
return CURRENT_WEATHER_SENSOR_CLASS[self._sensor_name]
|
||||||
|
|
||||||
|
@property
|
||||||
|
def icon(self) -> str | None:
|
||||||
|
return CURRENT_WEATHER_SENSOR_ICON[self._sensor_name]
|
||||||
|
|
||||||
|
|
||||||
|
class IrmKmiCurrentRainfall(CoordinatorEntity, SensorEntity):
|
||||||
|
"""Representation of a current rainfall sensor"""
|
||||||
|
|
||||||
|
_attr_has_entity_name = True
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
|
def __init__(self,
|
||||||
|
coordinator: IrmKmiCoordinator,
|
||||||
|
entry: ConfigEntry) -> None:
|
||||||
|
super().__init__(coordinator)
|
||||||
|
SensorEntity.__init__(self)
|
||||||
|
self._attr_unique_id = f"{entry.entry_id}-current-rainfall"
|
||||||
|
self.entity_id = sensor.ENTITY_ID_FORMAT.format(f"{str(entry.title).lower()}_current_rainfall")
|
||||||
|
self._attr_device_info = coordinator.shared_device_info
|
||||||
|
self._attr_translation_key = "current_rainfall"
|
||||||
|
self._attr_icon = 'mdi:weather-pouring'
|
||||||
|
|
||||||
|
def _current_forecast(self) -> IrmKmiRadarForecast | None:
|
||||||
|
now = dt.now()
|
||||||
|
forecasts = self.coordinator.data.get('radar_forecast', None)
|
||||||
|
|
||||||
|
if forecasts is None:
|
||||||
|
return None
|
||||||
|
|
||||||
|
prev = forecasts[0]
|
||||||
|
for f in forecasts:
|
||||||
|
if datetime.fromisoformat(f.get('datetime')) > now:
|
||||||
|
return prev
|
||||||
|
prev = f
|
||||||
|
|
||||||
|
return forecasts[-1]
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_value(self) -> float | None:
|
||||||
|
"""Return the current value of the sensor"""
|
||||||
|
current = self._current_forecast()
|
||||||
|
|
||||||
|
if current is None:
|
||||||
|
return None
|
||||||
|
|
||||||
|
return current.get('native_precipitation', None)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_unit_of_measurement(self) -> str | None:
|
||||||
|
current = self._current_forecast()
|
||||||
|
|
||||||
|
if current is None:
|
||||||
|
return None
|
||||||
|
|
||||||
|
return current.get('unit', None)
|
11
custom_components/irm_kmi/services.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
get_forecasts_radar:
|
||||||
|
target:
|
||||||
|
entity:
|
||||||
|
integration: irm_kmi
|
||||||
|
domain: weather
|
||||||
|
fields:
|
||||||
|
include_past_forecasts:
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
selector:
|
||||||
|
boolean:
|
|
@ -9,9 +9,11 @@
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"data": {
|
"data": {
|
||||||
|
"zone": "Zone",
|
||||||
"style": "Style of the radar",
|
"style": "Style of the radar",
|
||||||
"dark_mode": "Radar dark mode",
|
"dark_mode": "Radar dark mode",
|
||||||
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute"
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute",
|
||||||
|
"language_override": "Language"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,7 +36,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"do_not_use_deprecated_forecast": "Do not use (recommended)",
|
"do_not_use_deprecated_forecast": "Do not use (recommended)",
|
||||||
"daily_in_deprecated_forecast": "Use for daily forecast",
|
"daily_in_deprecated_forecast": "Use for daily forecast",
|
||||||
"twice_daily_in_deprecated_forecast": "Use for daily forecast",
|
"twice_daily_in_deprecated_forecast": "Use for twice daily forecast",
|
||||||
"hourly_in_deprecated_forecast": "Use for hourly forecast"
|
"hourly_in_deprecated_forecast": "Use for hourly forecast"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -43,6 +45,15 @@
|
||||||
"repair_option_move": "I moved the zone in Benelux",
|
"repair_option_move": "I moved the zone in Benelux",
|
||||||
"repair_option_delete": "Delete that config entry"
|
"repair_option_delete": "Delete that config entry"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"language_override": {
|
||||||
|
"options": {
|
||||||
|
"none": "Follow Home Assistant server language",
|
||||||
|
"fr": "French",
|
||||||
|
"nl": "Dutch",
|
||||||
|
"de": "German",
|
||||||
|
"en": "English"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -52,7 +63,8 @@
|
||||||
"data": {
|
"data": {
|
||||||
"style": "Style of the radar",
|
"style": "Style of the radar",
|
||||||
"dark_mode": "Radar dark mode",
|
"dark_mode": "Radar dark mode",
|
||||||
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute"
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute",
|
||||||
|
"language_override": "Language"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,6 +90,15 @@
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
"next_warning": {
|
||||||
|
"name": "Next warning"
|
||||||
|
},
|
||||||
|
"next_sunrise": {
|
||||||
|
"name": "Next sunrise"
|
||||||
|
},
|
||||||
|
"next_sunset": {
|
||||||
|
"name": "Next sunset"
|
||||||
|
},
|
||||||
"pollen_alder": {
|
"pollen_alder": {
|
||||||
"name": "Alder pollen",
|
"name": "Alder pollen",
|
||||||
"state": {
|
"state": {
|
||||||
|
@ -161,6 +182,39 @@
|
||||||
"purple": "Purple",
|
"purple": "Purple",
|
||||||
"none": "None"
|
"none": "None"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"current_temperature": {
|
||||||
|
"name": "Temperature"
|
||||||
|
},
|
||||||
|
"current_wind_speed": {
|
||||||
|
"name": "Wind speed"
|
||||||
|
},
|
||||||
|
"current_wind_gust_speed": {
|
||||||
|
"name": "Wind gust speed"
|
||||||
|
},
|
||||||
|
"current_wind_bearing": {
|
||||||
|
"name": "Wind bearing"
|
||||||
|
},
|
||||||
|
"current_uv_index": {
|
||||||
|
"name": "UV index"
|
||||||
|
},
|
||||||
|
"current_pressure": {
|
||||||
|
"name": "Atmospheric pressure"
|
||||||
|
},
|
||||||
|
"current_rainfall": {
|
||||||
|
"name": "Rainfall"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"get_forecasts_radar": {
|
||||||
|
"name": "Get forecast from the radar",
|
||||||
|
"description": "Get weather forecast from the radar. Only precipitation is available.",
|
||||||
|
"fields": {
|
||||||
|
"include_past_forecasts": {
|
||||||
|
"name": "Include past forecasts",
|
||||||
|
"description": "Also return forecasts for that are in the past."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,9 +9,11 @@
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"data": {
|
"data": {
|
||||||
|
"zone": "Zone",
|
||||||
"style": "Style du radar",
|
"style": "Style du radar",
|
||||||
"dark_mode": "Radar en mode sombre",
|
"dark_mode": "Radar en mode sombre",
|
||||||
"use_deprecated_forecast_attribute": "Utiliser l'attribut forecat (déprécié)"
|
"use_deprecated_forecast_attribute": "Utiliser l'attribut forecat (déprécié)",
|
||||||
|
"language_override": "Langue"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -43,6 +45,15 @@
|
||||||
"repair_option_move": "J'ai déplacé la zone dans le Benelux",
|
"repair_option_move": "J'ai déplacé la zone dans le Benelux",
|
||||||
"repair_option_delete": "Supprimer cette configuration"
|
"repair_option_delete": "Supprimer cette configuration"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"language_override": {
|
||||||
|
"options": {
|
||||||
|
"none": "Langue du serveur Home Assistant",
|
||||||
|
"fr": "Français",
|
||||||
|
"nl": "Néerlandais",
|
||||||
|
"de": "Allemand",
|
||||||
|
"en": "Anglais"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -52,7 +63,8 @@
|
||||||
"data": {
|
"data": {
|
||||||
"style": "Style du radar",
|
"style": "Style du radar",
|
||||||
"dark_mode": "Radar en mode sombre",
|
"dark_mode": "Radar en mode sombre",
|
||||||
"use_deprecated_forecast_attribute": "Utiliser l'attribut forecat (déprécié)"
|
"use_deprecated_forecast_attribute": "Utiliser l'attribut forecat (déprécié)",
|
||||||
|
"language_override": "Langue"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,6 +90,15 @@
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
"next_warning": {
|
||||||
|
"name": "Prochain avertissement"
|
||||||
|
},
|
||||||
|
"next_sunrise": {
|
||||||
|
"name": "Prochain lever de soleil"
|
||||||
|
},
|
||||||
|
"next_sunset": {
|
||||||
|
"name": "Prochain coucher de soleil"
|
||||||
|
},
|
||||||
"pollen_alder": {
|
"pollen_alder": {
|
||||||
"name": "Pollen d'aulne",
|
"name": "Pollen d'aulne",
|
||||||
"state": {
|
"state": {
|
||||||
|
@ -161,6 +182,39 @@
|
||||||
"purple": "Violet",
|
"purple": "Violet",
|
||||||
"none": "Aucun"
|
"none": "Aucun"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"current_temperature": {
|
||||||
|
"name": "Température"
|
||||||
|
},
|
||||||
|
"current_wind_speed": {
|
||||||
|
"name": "Vitesse du vent"
|
||||||
|
},
|
||||||
|
"current_wind_gust_speed": {
|
||||||
|
"name": "Vitesse des rafales de vent"
|
||||||
|
},
|
||||||
|
"current_wind_bearing": {
|
||||||
|
"name": "Direction du vent"
|
||||||
|
},
|
||||||
|
"current_uv_index": {
|
||||||
|
"name": "Index UV"
|
||||||
|
},
|
||||||
|
"current_pressure": {
|
||||||
|
"name": "Pression atmosphérique"
|
||||||
|
},
|
||||||
|
"current_rainfall": {
|
||||||
|
"name": "Précipitation"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"get_forecasts_radar": {
|
||||||
|
"name": "Obtenir les prévisions du radar",
|
||||||
|
"description": "Obtenez les prévisions météorologiques depuis le radar. Seules les précipitations sont disponibles.",
|
||||||
|
"fields": {
|
||||||
|
"include_past_forecasts": {
|
||||||
|
"name": "Inclure les prévisions passées",
|
||||||
|
"description": "Retourne également les prévisions qui sont dans le passé."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,9 +9,11 @@
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Instellingen",
|
"title": "Instellingen",
|
||||||
"data": {
|
"data": {
|
||||||
|
"zone": "Zone",
|
||||||
"style": "Radarstijl",
|
"style": "Radarstijl",
|
||||||
"dark_mode": "Radar in donkere modus",
|
"dark_mode": "Radar in donkere modus",
|
||||||
"use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)"
|
"use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)",
|
||||||
|
"language_override": "Taal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -43,6 +45,15 @@
|
||||||
"repair_option_move": "Ik heb de zone verplaats naar de Benelux",
|
"repair_option_move": "Ik heb de zone verplaats naar de Benelux",
|
||||||
"repair_option_delete": "Deze configuratie verwijderen"
|
"repair_option_delete": "Deze configuratie verwijderen"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"language_override": {
|
||||||
|
"options": {
|
||||||
|
"none": "Zelfde als Home Assistant server taal",
|
||||||
|
"fr": "Frans",
|
||||||
|
"nl": "Nederlands",
|
||||||
|
"de": "Duits",
|
||||||
|
"en": "Engels"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -52,7 +63,8 @@
|
||||||
"data": {
|
"data": {
|
||||||
"style": "Radarstijl",
|
"style": "Radarstijl",
|
||||||
"dark_mode": "Radar in donkere modus",
|
"dark_mode": "Radar in donkere modus",
|
||||||
"use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)"
|
"use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)",
|
||||||
|
"language_override": "Taal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,6 +90,15 @@
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
"next_warning": {
|
||||||
|
"name": "Volgende waarschuwing"
|
||||||
|
},
|
||||||
|
"next_sunrise": {
|
||||||
|
"name": "Volgende zonsopkomst"
|
||||||
|
},
|
||||||
|
"next_sunset": {
|
||||||
|
"name": "Volgende zonsondergang"
|
||||||
|
},
|
||||||
"pollen_alder": {
|
"pollen_alder": {
|
||||||
"name": "Elzenpollen",
|
"name": "Elzenpollen",
|
||||||
"state": {
|
"state": {
|
||||||
|
@ -161,6 +182,39 @@
|
||||||
"purple": "Paars",
|
"purple": "Paars",
|
||||||
"none": "Geen"
|
"none": "Geen"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"current_temperature": {
|
||||||
|
"name": "Temperatuur"
|
||||||
|
},
|
||||||
|
"current_wind_speed": {
|
||||||
|
"name": "Windsnelheid"
|
||||||
|
},
|
||||||
|
"current_wind_gust_speed": {
|
||||||
|
"name": "Snelheid windvlaag"
|
||||||
|
},
|
||||||
|
"current_wind_bearing": {
|
||||||
|
"name": "Windrichting"
|
||||||
|
},
|
||||||
|
"current_uv_index": {
|
||||||
|
"name": "UV-index"
|
||||||
|
},
|
||||||
|
"current_pressure": {
|
||||||
|
"name": "Luchtdruk"
|
||||||
|
},
|
||||||
|
"current_rainfall": {
|
||||||
|
"name": "Neerslag"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"get_forecasts_radar": {
|
||||||
|
"name": "Get forecast from the radar",
|
||||||
|
"description": "Weersverwachting van radar ophalen. Alleen neerslag is beschikbaar.",
|
||||||
|
"fields": {
|
||||||
|
"include_past_forecasts": {
|
||||||
|
"name": "Verleden weersvoorspellingen opnemen",
|
||||||
|
"description": "Geeft ook weersvoorspellingen uit het verleden."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
221
custom_components/irm_kmi/translations/pt.json
Normal file
|
@ -0,0 +1,221 @@
|
||||||
|
{
|
||||||
|
"title": "Instituto Real Meteorológico da Bélgica",
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "O clima para esta zona já está configurado",
|
||||||
|
"unknown": "Erro desconhecido"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"title": "Configuração",
|
||||||
|
"data": {
|
||||||
|
"zone": "Zona",
|
||||||
|
"style": "Estilo do radar",
|
||||||
|
"dark_mode": "Modo escuro do radar",
|
||||||
|
"use_deprecated_forecast_attribute": "Usar o atributo de previsão descontinuado",
|
||||||
|
"language_override": "Idioma"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"out_of_benelux": "{zone} está fora do Benelux. Escolha uma zona no Benelux.",
|
||||||
|
"api_error": "Não foi possível obter dados da API",
|
||||||
|
"zone_not_exist": "{zone} não existe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"selector": {
|
||||||
|
"style": {
|
||||||
|
"options": {
|
||||||
|
"standard_style": "Padrão",
|
||||||
|
"contrast_style": "Alto contraste",
|
||||||
|
"yellow_red_style": "Amarelo-Vermelho",
|
||||||
|
"satellite_style": "Mapa de satélite"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"use_deprecated_forecast_attribute": {
|
||||||
|
"options": {
|
||||||
|
"do_not_use_deprecated_forecast": "Não usar (recomendado)",
|
||||||
|
"daily_in_deprecated_forecast": "Usar para previsão diária",
|
||||||
|
"twice_daily_in_deprecated_forecast": "Usar para previsão duas vezes ao dia",
|
||||||
|
"hourly_in_deprecated_forecast": "Usar para previsão horária"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"repair_solution": {
|
||||||
|
"options": {
|
||||||
|
"repair_option_move": "Mudei a zona para o Benelux",
|
||||||
|
"repair_option_delete": "Apagar essa entrada de configuração"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"language_override": {
|
||||||
|
"options": {
|
||||||
|
"none": "Seguir o idioma do servidor do Home Assistant",
|
||||||
|
"fr": "Francês",
|
||||||
|
"nl": "Neerlandês",
|
||||||
|
"de": "Alemão",
|
||||||
|
"en": "Inglês"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"title": "Opções",
|
||||||
|
"data": {
|
||||||
|
"style": "Estilo do radar",
|
||||||
|
"dark_mode": "Modo escuro do radar",
|
||||||
|
"use_deprecated_forecast_attribute": "Usar o atributo de previsão descontinuado",
|
||||||
|
"language_override": "Idioma"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"issues": {
|
||||||
|
"zone_moved": {
|
||||||
|
"title": "{zone} está fora do Benelux",
|
||||||
|
"fix_flow": {
|
||||||
|
"step": {
|
||||||
|
"confirm": {
|
||||||
|
"title": "Reparação: {zone} está fora do Benelux",
|
||||||
|
"description": "Esta integração só pode obter dados para locais no Benelux. Mova a zona ou apague esta entrada de configuração."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"out_of_benelux": "{zone} está fora do Benelux. Mova-a para dentro do Benelux primeiro.",
|
||||||
|
"api_error": "Não foi possível obter dados da API",
|
||||||
|
"zone_not_exist": "{zone} não existe",
|
||||||
|
"invalid_choice": "A escolha não é válida"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"entity": {
|
||||||
|
"sensor": {
|
||||||
|
"next_warning": {
|
||||||
|
"name": "Próximo aviso"
|
||||||
|
},
|
||||||
|
"next_sunrise": {
|
||||||
|
"name": "Próximo nascer do sol"
|
||||||
|
},
|
||||||
|
"next_sunset": {
|
||||||
|
"name": "Próximo pôr do sol"
|
||||||
|
},
|
||||||
|
"pollen_alder": {
|
||||||
|
"name": "Pólen de amieiro",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_ash": {
|
||||||
|
"name": "Pólen de freixo",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_birch": {
|
||||||
|
"name": "Pólen de bétula",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_grasses": {
|
||||||
|
"name": "Pólen de gramíneas",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_hazel": {
|
||||||
|
"name": "Pólen de aveleira",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_mugwort": {
|
||||||
|
"name": "Pólen de artemísia",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pollen_oak": {
|
||||||
|
"name": "Pólen de carvalho",
|
||||||
|
"state": {
|
||||||
|
"active": "Ativo",
|
||||||
|
"green": "Verde",
|
||||||
|
"yellow": "Amarelo",
|
||||||
|
"orange": "Laranja",
|
||||||
|
"red": "Vermelho",
|
||||||
|
"purple": "Roxo",
|
||||||
|
"none": "Nenhum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"current_temperature": {
|
||||||
|
"name": "Temperatura"
|
||||||
|
},
|
||||||
|
"current_wind_speed": {
|
||||||
|
"name": "Velocidade do vento"
|
||||||
|
},
|
||||||
|
"current_wind_gust_speed": {
|
||||||
|
"name": "Velocidade da rajada de vento"
|
||||||
|
},
|
||||||
|
"current_wind_bearing": {
|
||||||
|
"name": "Direção do vento"
|
||||||
|
},
|
||||||
|
"current_uv_index": {
|
||||||
|
"name": "Índice UV"
|
||||||
|
},
|
||||||
|
"current_pressure": {
|
||||||
|
"name": "Pressão atmosférica"
|
||||||
|
},
|
||||||
|
"current_rainfall": {
|
||||||
|
"name": "Precipitação"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"get_forecasts_radar": {
|
||||||
|
"name": "Obter previsão do radar",
|
||||||
|
"description": "Obter previsão do tempo do radar. Apenas precipitação está disponível.",
|
||||||
|
"fields": {
|
||||||
|
"include_past_forecasts": {
|
||||||
|
"name": "Incluir previsões passadas",
|
||||||
|
"description": "Também retornar previsões que estão no passado."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,6 +5,8 @@ from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers import device_registry
|
from homeassistant.helpers import device_registry
|
||||||
|
|
||||||
|
from .const import CONF_LANGUAGE_OVERRIDE, LANGS
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,3 +31,12 @@ def get_config_value(config_entry: ConfigEntry, key: str) -> Any:
|
||||||
if config_entry.options and key in config_entry.options:
|
if config_entry.options and key in config_entry.options:
|
||||||
return config_entry.options[key]
|
return config_entry.options[key]
|
||||||
return config_entry.data[key]
|
return config_entry.data[key]
|
||||||
|
|
||||||
|
|
||||||
|
def preferred_language(hass: HomeAssistant, config_entry: ConfigEntry) -> str:
|
||||||
|
if get_config_value(config_entry, CONF_LANGUAGE_OVERRIDE) == 'none':
|
||||||
|
return hass.config.language if hass.config.language in LANGS else 'en'
|
||||||
|
|
||||||
|
return get_config_value(config_entry, CONF_LANGUAGE_OVERRIDE)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
"""Support for IRM KMI weather."""
|
"""Support for IRM KMI weather."""
|
||||||
import copy
|
|
||||||
import logging
|
import logging
|
||||||
|
from datetime import datetime
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
import voluptuous as vol
|
||||||
from homeassistant.components.weather import (Forecast, WeatherEntity,
|
from homeassistant.components.weather import (Forecast, WeatherEntity,
|
||||||
WeatherEntityFeature)
|
WeatherEntityFeature)
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.const import (UnitOfPrecipitationDepth, UnitOfPressure,
|
from homeassistant.const import (UnitOfPrecipitationDepth, UnitOfPressure,
|
||||||
UnitOfSpeed, UnitOfTemperature)
|
UnitOfSpeed, UnitOfTemperature)
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant, SupportsResponse
|
||||||
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
from homeassistant.helpers import entity_platform
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||||
|
from homeassistant.util import dt
|
||||||
|
|
||||||
from . import CONF_USE_DEPRECATED_FORECAST, DOMAIN
|
from . import CONF_USE_DEPRECATED_FORECAST, DOMAIN
|
||||||
from .const import (OPTION_DEPRECATED_FORECAST_DAILY,
|
from .const import (OPTION_DEPRECATED_FORECAST_DAILY,
|
||||||
|
@ -25,12 +29,27 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback):
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback):
|
||||||
"""Set up the weather entry."""
|
"""Set up the weather entry."""
|
||||||
|
add_services()
|
||||||
|
|
||||||
coordinator = hass.data[DOMAIN][entry.entry_id]
|
coordinator = hass.data[DOMAIN][entry.entry_id]
|
||||||
async_add_entities([IrmKmiWeather(coordinator, entry)])
|
async_add_entities([IrmKmiWeather(coordinator, entry)])
|
||||||
|
|
||||||
|
|
||||||
|
def add_services() -> None:
|
||||||
|
platform = entity_platform.async_get_current_platform()
|
||||||
|
|
||||||
|
platform.async_register_entity_service(
|
||||||
|
"get_forecasts_radar",
|
||||||
|
cv.make_entity_service_schema({
|
||||||
|
vol.Optional("include_past_forecasts"): vol.Boolean()
|
||||||
|
}),
|
||||||
|
IrmKmiWeather.get_forecasts_radar_service.__name__,
|
||||||
|
supports_response=SupportsResponse.ONLY
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class IrmKmiWeather(CoordinatorEntity, WeatherEntity):
|
class IrmKmiWeather(CoordinatorEntity, WeatherEntity):
|
||||||
|
_attr_attribution = "Weather data from the Royal Meteorological Institute of Belgium meteo.be"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
coordinator: IrmKmiCoordinator,
|
coordinator: IrmKmiCoordinator,
|
||||||
|
@ -41,7 +60,6 @@ class IrmKmiWeather(CoordinatorEntity, WeatherEntity):
|
||||||
self._name = entry.title
|
self._name = entry.title
|
||||||
self._attr_unique_id = entry.entry_id
|
self._attr_unique_id = entry.entry_id
|
||||||
self._attr_device_info = coordinator.shared_device_info
|
self._attr_device_info = coordinator.shared_device_info
|
||||||
|
|
||||||
self._deprecated_forecast_as = get_config_value(entry, CONF_USE_DEPRECATED_FORECAST)
|
self._deprecated_forecast_as = get_config_value(entry, CONF_USE_DEPRECATED_FORECAST)
|
||||||
|
|
||||||
if self._deprecated_forecast_as != OPTION_DEPRECATED_FORECAST_NOT_USED:
|
if self._deprecated_forecast_as != OPTION_DEPRECATED_FORECAST_NOT_USED:
|
||||||
|
@ -134,6 +152,22 @@ class IrmKmiWeather(CoordinatorEntity, WeatherEntity):
|
||||||
|
|
||||||
return [f for f in data if f.get('is_daytime')]
|
return [f for f in data if f.get('is_daytime')]
|
||||||
|
|
||||||
|
def get_forecasts_radar_service(self, include_past_forecasts: bool = False) -> List[Forecast] | None:
|
||||||
|
"""
|
||||||
|
Forecast service based on data from the radar. Only contains datetime and precipitation amount.
|
||||||
|
The result always include the current 10 minutes interval, even if include_past_forecast is false.
|
||||||
|
:param include_past_forecasts: whether to include data points that are in the past
|
||||||
|
:return: ordered list of forecasts
|
||||||
|
"""
|
||||||
|
now = dt.now()
|
||||||
|
now = now.replace(minute=(now.minute // 10) * 10, second=0, microsecond=0)
|
||||||
|
|
||||||
|
# TODO adapt the return value to match the weather.get_forecasts in next breaking change release
|
||||||
|
# return { 'forecast': [...] }
|
||||||
|
return [f for f in self.coordinator.data.get('radar_forecast')
|
||||||
|
if include_past_forecasts or datetime.fromisoformat(f.get('datetime')) >= now]
|
||||||
|
|
||||||
|
# TODO remove on next breaking changes
|
||||||
@property
|
@property
|
||||||
def extra_state_attributes(self) -> dict:
|
def extra_state_attributes(self) -> dict:
|
||||||
"""Here to keep the DEPRECATED forecast attribute.
|
"""Here to keep the DEPRECATED forecast attribute.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "IRM KMI Belgian weather",
|
"name": "IRM KMI Belgian weather",
|
||||||
"country": ["BE", "NL", "LU"],
|
"country": ["BE", "NL", "LU"],
|
||||||
"render_readme": true
|
"render_readme": true,
|
||||||
|
"homeassistant": "2024.6.0"
|
||||||
}
|
}
|
BIN
img/pollens.png
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 85 KiB |
9
img/radar_example.svg
Normal file
After Width: | Height: | Size: 471 KiB |
BIN
img/sensors.png
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
18
pyproject.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[tool.bumpver]
|
||||||
|
current_version = "0.3.2"
|
||||||
|
version_pattern = "MAJOR.MINOR.PATCH"
|
||||||
|
commit_message = "bump version {old_version} -> {new_version}"
|
||||||
|
tag_message = "{new_version}"
|
||||||
|
tag_scope = "default"
|
||||||
|
pre_commit_hook = ""
|
||||||
|
post_commit_hook = ""
|
||||||
|
commit = true
|
||||||
|
tag = true
|
||||||
|
push = true
|
||||||
|
|
||||||
|
[tool.bumpver.file_patterns]
|
||||||
|
"pyproject.toml" = [
|
||||||
|
'current_version = "{version}"',
|
||||||
|
]
|
||||||
|
"custom_components/irm_kmi/manifest.json" = ['"version": "{version}"']
|
||||||
|
"custom_components/irm_kmi/const.py" = ["'github.com/jdejaegh/irm-kmi-ha {version}'"]
|
|
@ -1,6 +1,4 @@
|
||||||
aiohttp==3.9.3
|
aiohttp>=3.11.13
|
||||||
async-timeout==4.0.3
|
homeassistant==2025.6.1
|
||||||
homeassistant==2024.4.0
|
voluptuous==0.15.2
|
||||||
voluptuous==0.13.1
|
irm-kmi-api==0.2.0
|
||||||
pytz==2024.1
|
|
||||||
svgwrite==1.4.3
|
|
|
@ -1,5 +1,6 @@
|
||||||
homeassistant==2024.4.0
|
homeassistant==2025.6.1
|
||||||
|
pytest_homeassistant_custom_component==0.13.252
|
||||||
pytest
|
pytest
|
||||||
pytest_homeassistant_custom_component==0.13.111
|
|
||||||
freezegun
|
freezegun
|
||||||
isort
|
isort
|
||||||
|
bumpver
|
|
@ -2,39 +2,34 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from collections.abc import Generator
|
from datetime import datetime, timedelta
|
||||||
|
from typing import Generator
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from homeassistant.const import CONF_ZONE
|
from homeassistant.const import CONF_ZONE
|
||||||
|
from irm_kmi_api.api import (IrmKmiApiClientHa, IrmKmiApiError,
|
||||||
|
IrmKmiApiParametersError)
|
||||||
|
from irm_kmi_api.data import AnimationFrameData, RadarAnimationData
|
||||||
from pytest_homeassistant_custom_component.common import (MockConfigEntry,
|
from pytest_homeassistant_custom_component.common import (MockConfigEntry,
|
||||||
load_fixture)
|
load_fixture)
|
||||||
|
|
||||||
from custom_components.irm_kmi.api import (IrmKmiApiError,
|
from custom_components.irm_kmi import OPTION_STYLE_STD
|
||||||
IrmKmiApiParametersError)
|
|
||||||
from custom_components.irm_kmi.const import (
|
from custom_components.irm_kmi.const import (
|
||||||
CONF_DARK_MODE, CONF_STYLE, CONF_USE_DEPRECATED_FORECAST, DOMAIN,
|
CONF_DARK_MODE, CONF_LANGUAGE_OVERRIDE, CONF_STYLE,
|
||||||
OPTION_DEPRECATED_FORECAST_NOT_USED, OPTION_STYLE_STD, OPTION_DEPRECATED_FORECAST_TWICE_DAILY)
|
CONF_USE_DEPRECATED_FORECAST, DOMAIN, IRM_KMI_TO_HA_CONDITION_MAP,
|
||||||
|
OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
|
OPTION_DEPRECATED_FORECAST_TWICE_DAILY)
|
||||||
|
|
||||||
|
|
||||||
def get_api_data(fixture: str) -> dict:
|
def get_api_data(fixture: str) -> dict:
|
||||||
return json.loads(load_fixture(fixture))
|
return json.loads(load_fixture(fixture))
|
||||||
|
|
||||||
|
|
||||||
async def patched(url: str, params: dict | None = None) -> bytes:
|
def get_api_with_data(fixture: str) -> IrmKmiApiClientHa:
|
||||||
if "cdn.knmi.nl" in url:
|
api = IrmKmiApiClientHa(session=MagicMock(), user_agent='', cdt_map=IRM_KMI_TO_HA_CONDITION_MAP)
|
||||||
file_name = "tests/fixtures/clouds_nl.png"
|
api._api_data = get_api_data(fixture)
|
||||||
elif "app.meteo.be/services/appv4/?s=getIncaImage" in url:
|
return api
|
||||||
file_name = "tests/fixtures/clouds_be.png"
|
|
||||||
elif "getLocalizationLayerBE" in url:
|
|
||||||
file_name = "tests/fixtures/loc_layer_be_n.png"
|
|
||||||
elif "getLocalizationLayerNL" in url:
|
|
||||||
file_name = "tests/fixtures/loc_layer_nl.png"
|
|
||||||
else:
|
|
||||||
raise ValueError(f"Not a valid parameter for the mock: {url}")
|
|
||||||
|
|
||||||
with open(file_name, "rb") as file:
|
|
||||||
return file.read()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
|
@ -51,7 +46,8 @@ def mock_config_entry() -> MockConfigEntry:
|
||||||
data={CONF_ZONE: "zone.home",
|
data={CONF_ZONE: "zone.home",
|
||||||
CONF_STYLE: OPTION_STYLE_STD,
|
CONF_STYLE: OPTION_STYLE_STD,
|
||||||
CONF_DARK_MODE: True,
|
CONF_DARK_MODE: True,
|
||||||
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED},
|
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
|
CONF_LANGUAGE_OVERRIDE: 'none'},
|
||||||
unique_id="zone.home",
|
unique_id="zone.home",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -65,7 +61,8 @@ def mock_config_entry_with_deprecated() -> MockConfigEntry:
|
||||||
data={CONF_ZONE: "zone.home",
|
data={CONF_ZONE: "zone.home",
|
||||||
CONF_STYLE: OPTION_STYLE_STD,
|
CONF_STYLE: OPTION_STYLE_STD,
|
||||||
CONF_DARK_MODE: True,
|
CONF_DARK_MODE: True,
|
||||||
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_TWICE_DAILY},
|
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_TWICE_DAILY,
|
||||||
|
CONF_LANGUAGE_OVERRIDE: 'none'},
|
||||||
unique_id="zone.home",
|
unique_id="zone.home",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -118,24 +115,11 @@ def mock_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMoc
|
||||||
|
|
||||||
forecast = json.loads(load_fixture(fixture))
|
forecast = json.loads(load_fixture(fixture))
|
||||||
with patch(
|
with patch(
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
"custom_components.irm_kmi.coordinator.IrmKmiApiClientHa", autospec=True
|
||||||
) as irm_kmi_api_mock:
|
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
|
||||||
irm_kmi.get_forecasts_coord.return_value = forecast
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_irm_kmi_api_coordinator_out_benelux(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked IrmKmi api client."""
|
|
||||||
fixture: str = "forecast_out_of_benelux.json"
|
|
||||||
|
|
||||||
forecast = json.loads(load_fixture(fixture))
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
|
||||||
) as irm_kmi_api_mock:
|
) as irm_kmi_api_mock:
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
irm_kmi = irm_kmi_api_mock.return_value
|
||||||
irm_kmi.get_forecasts_coord.return_value = forecast
|
irm_kmi.get_forecasts_coord.return_value = forecast
|
||||||
|
irm_kmi.get_radar_forecast.return_value = {}
|
||||||
yield irm_kmi
|
yield irm_kmi
|
||||||
|
|
||||||
|
|
||||||
|
@ -171,94 +155,34 @@ def mock_irm_kmi_api_repair_out_of_benelux(request: pytest.FixtureRequest) -> Ge
|
||||||
def mock_exception_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
def mock_exception_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
||||||
"""Return a mocked IrmKmi api client."""
|
"""Return a mocked IrmKmi api client."""
|
||||||
with patch(
|
with patch(
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
"custom_components.irm_kmi.coordinator.IrmKmiApiClientHa", autospec=True
|
||||||
) as irm_kmi_api_mock:
|
) as irm_kmi_api_mock:
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
irm_kmi = irm_kmi_api_mock.return_value
|
||||||
irm_kmi.get_forecasts_coord.side_effect = IrmKmiApiParametersError
|
irm_kmi.refresh_forecasts_coord.side_effect = IrmKmiApiParametersError
|
||||||
yield irm_kmi
|
yield irm_kmi
|
||||||
|
|
||||||
|
def get_radar_animation_data() -> RadarAnimationData:
|
||||||
|
with open("tests/fixtures/clouds_be.png", "rb") as file:
|
||||||
|
image_data = file.read()
|
||||||
|
with open("tests/fixtures/loc_layer_be_n.png", "rb") as file:
|
||||||
|
location = file.read()
|
||||||
|
|
||||||
@pytest.fixture()
|
sequence = [
|
||||||
def mock_image_and_nl_forecast_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
AnimationFrameData(
|
||||||
"""Return a mocked IrmKmi api client."""
|
time=datetime.fromisoformat("2023-12-26T18:30:00+00:00") + timedelta(minutes=10 * i),
|
||||||
fixture: str = "forecast_nl.json"
|
image=image_data,
|
||||||
|
value=2,
|
||||||
|
position=.5,
|
||||||
|
position_lower=.4,
|
||||||
|
position_higher=.6
|
||||||
|
)
|
||||||
|
for i in range(10)
|
||||||
|
]
|
||||||
|
|
||||||
forecast = json.loads(load_fixture(fixture))
|
return RadarAnimationData(
|
||||||
|
sequence=sequence,
|
||||||
with patch(
|
most_recent_image_idx=2,
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
hint="Testing SVG camera",
|
||||||
) as irm_kmi_api_mock:
|
unit="mm/10min",
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
location=location
|
||||||
irm_kmi.get_image.side_effect = patched
|
)
|
||||||
irm_kmi.get_forecasts_coord.return_value = forecast
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_image_and_high_temp_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked IrmKmi api client."""
|
|
||||||
fixture: str = "high_low_temp.json"
|
|
||||||
|
|
||||||
forecast = json.loads(load_fixture(fixture))
|
|
||||||
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
|
||||||
) as irm_kmi_api_mock:
|
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
|
||||||
irm_kmi.get_image.side_effect = patched
|
|
||||||
irm_kmi.get_forecasts_coord.return_value = forecast
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_image_and_simple_forecast_irm_kmi_api(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked IrmKmi api client."""
|
|
||||||
fixture: str = "forecast.json"
|
|
||||||
|
|
||||||
forecast = json.loads(load_fixture(fixture))
|
|
||||||
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
|
||||||
) as irm_kmi_api_mock:
|
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
|
||||||
irm_kmi.get_image.side_effect = patched
|
|
||||||
irm_kmi.get_svg.return_value = ""
|
|
||||||
irm_kmi.get_forecasts_coord.return_value = forecast
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_svg_pollen(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked IrmKmi api client."""
|
|
||||||
fixture: str = "pollen.svg"
|
|
||||||
|
|
||||||
svg_str = load_fixture(fixture)
|
|
||||||
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
|
||||||
) as irm_kmi_api_mock:
|
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
|
||||||
irm_kmi.get_svg.return_value = svg_str
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_exception_irm_kmi_api_svg_pollen(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked IrmKmi api client."""
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.coordinator.IrmKmiApiClient", autospec=True
|
|
||||||
) as irm_kmi_api_mock:
|
|
||||||
irm_kmi = irm_kmi_api_mock.return_value
|
|
||||||
irm_kmi.get_svg.side_effect = IrmKmiApiParametersError
|
|
||||||
yield irm_kmi
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture()
|
|
||||||
def mock_coordinator(request: pytest.FixtureRequest) -> Generator[None, MagicMock, None]:
|
|
||||||
"""Return a mocked coordinator."""
|
|
||||||
with patch(
|
|
||||||
"custom_components.irm_kmi.IrmKmiCoordinator", autospec=True
|
|
||||||
) as coordinator_mock:
|
|
||||||
coord = coordinator_mock.return_value
|
|
||||||
coord._async_animation_data.return_value = {'animation': None}
|
|
||||||
yield coord
|
|
||||||
|
|
2
tests/fixtures/be_forecast_warning.json
vendored
|
@ -1474,7 +1474,7 @@
|
||||||
{
|
{
|
||||||
"time": "2024-01-12T10:10:00+01:00",
|
"time": "2024-01-12T10:10:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202401120920&f=2&k=2160a92594985471351907ee5cc75d1f&d=202401120900",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202401120920&f=2&k=2160a92594985471351907ee5cc75d1f&d=202401120900",
|
||||||
"value": 0,
|
"value": 0.42,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
|
10
tests/fixtures/forecast.json
vendored
|
@ -1408,7 +1408,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-26T17:40:00+01:00",
|
"time": "2023-12-26T17:40:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261650&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261650&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
||||||
"value": 0,
|
"value": 0.1,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
@ -1416,7 +1416,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-26T17:50:00+01:00",
|
"time": "2023-12-26T17:50:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261700&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261700&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
||||||
"value": 0,
|
"value": 0.01,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
@ -1424,7 +1424,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-26T18:00:00+01:00",
|
"time": "2023-12-26T18:00:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261710&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261710&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
||||||
"value": 0,
|
"value": 0.12,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
@ -1432,7 +1432,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-26T18:10:00+01:00",
|
"time": "2023-12-26T18:10:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261720&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261720&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
||||||
"value": 0,
|
"value": 1.2,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
@ -1440,7 +1440,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-26T18:20:00+01:00",
|
"time": "2023-12-26T18:20:00+01:00",
|
||||||
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261730&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
"uri": "https:\/\/app.meteo.be\/services\/appv4\/?s=getIncaImage&i=202312261730&f=2&k=4a71be18d6cb09f98c49c53f59902f8c&d=202312261720",
|
||||||
"value": 0,
|
"value": 2,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
|
1676
tests/fixtures/forecast_ams_no_ww.json
vendored
Normal file
4
tests/fixtures/forecast_nl.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
"municipality_code": "0995",
|
"municipality_code": "0995",
|
||||||
"temp": 11,
|
"temp": 11,
|
||||||
"windSpeedKm": 40,
|
"windSpeedKm": 40,
|
||||||
"timestamp": "2023-12-28T14:20:00+00:00",
|
"timestamp": "2023-12-28T14:30:00+00:00",
|
||||||
"windDirection": 45,
|
"windDirection": 45,
|
||||||
"municipality": "Lelystad",
|
"municipality": "Lelystad",
|
||||||
"windDirectionText": {
|
"windDirectionText": {
|
||||||
|
@ -1337,7 +1337,7 @@
|
||||||
{
|
{
|
||||||
"time": "2023-12-28T14:25:00+00:00",
|
"time": "2023-12-28T14:25:00+00:00",
|
||||||
"uri": "https:\/\/cdn.knmi.nl\/knmi\/map\/page\/weer\/actueel-weer\/neerslagradar\/weerapp\/RAD_NL25_PCP_CM_202312281425_640.png",
|
"uri": "https:\/\/cdn.knmi.nl\/knmi\/map\/page\/weer\/actueel-weer\/neerslagradar\/weerapp\/RAD_NL25_PCP_CM_202312281425_640.png",
|
||||||
"value": 0,
|
"value": 0.15,
|
||||||
"position": 0,
|
"position": 0,
|
||||||
"positionLower": 0,
|
"positionLower": 0,
|
||||||
"positionHigher": 0
|
"positionHigher": 0
|
||||||
|
|
1532
tests/fixtures/forecast_with_rain_on_radar.json
vendored
Normal file
712
tests/fixtures/getWarnings-all-countries.json
vendored
Normal file
|
@ -0,0 +1,712 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"icon_country": "BE",
|
||||||
|
"warningType": {
|
||||||
|
"id": "2",
|
||||||
|
"name": {
|
||||||
|
"nl": "Gladheid",
|
||||||
|
"fr": "Conditions glissantes",
|
||||||
|
"de": "Gl\u00e4tte",
|
||||||
|
"en": "Ice or snow"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"nl": "Vanochtend vriest het op de meeste plaatsen. Na de neerslag van gisteren zijn de wegen nog voldoende vochtig en ligt er nog plaatselijk sneeuw die kan bevriezen en eveneens voor gladde plekken zorgen.\n",
|
||||||
|
"fr": "Ce matin, le gel concernera la plupart des r\u00e9gions. Le risque de plaque de glace sera assez \u00e9lev\u00e9 avec de nombreuses routes glissantes.\n"
|
||||||
|
},
|
||||||
|
"legendUri": {
|
||||||
|
"nl": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=2&l=nl",
|
||||||
|
"fr": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=2&l=fr",
|
||||||
|
"de": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=2&l=de",
|
||||||
|
"en": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=2&l=en"
|
||||||
|
},
|
||||||
|
"region": [
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"nl": "Brussel",
|
||||||
|
"fr": "Bruxelles",
|
||||||
|
"en": "Brussels",
|
||||||
|
"de": "Br\u00fcssel"
|
||||||
|
},
|
||||||
|
"district": [
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6446,
|
||||||
|
"name": {
|
||||||
|
"nl": "Brussel",
|
||||||
|
"fr": "Bruxelles",
|
||||||
|
"en": "Brussels",
|
||||||
|
"de": "Br\u00fcssel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"nl": "Vlaanderen",
|
||||||
|
"fr": "Flandre",
|
||||||
|
"en": "Flanders",
|
||||||
|
"de": "Flandern"
|
||||||
|
},
|
||||||
|
"district": [
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6404,
|
||||||
|
"name": {
|
||||||
|
"nl": "Kust",
|
||||||
|
"fr": "C\u00f4te",
|
||||||
|
"en": "Coast",
|
||||||
|
"de": "K\u00fcste"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6407,
|
||||||
|
"name": {
|
||||||
|
"nl": "West-Vlaanderen",
|
||||||
|
"fr": "Flandre-Occidentale",
|
||||||
|
"en": "West Flanders",
|
||||||
|
"de": "Westflandern"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6431,
|
||||||
|
"name": {
|
||||||
|
"nl": "Oost-Vlaanderen",
|
||||||
|
"fr": "Flandre-Orientale",
|
||||||
|
"en": "East Flanders",
|
||||||
|
"de": "Ostflandern"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6450,
|
||||||
|
"name": {
|
||||||
|
"nl": "Antwerpen",
|
||||||
|
"fr": "Anvers",
|
||||||
|
"en": "Antwerp",
|
||||||
|
"de": "Antwerpen"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6479,
|
||||||
|
"name": {
|
||||||
|
"nl": "Limburg",
|
||||||
|
"fr": "Limbourg",
|
||||||
|
"en": "Limburg",
|
||||||
|
"de": "Limburg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6446,
|
||||||
|
"name": {
|
||||||
|
"nl": "Vlaams-Brabant",
|
||||||
|
"fr": "Brabant flamand",
|
||||||
|
"en": "Flemish Brabant",
|
||||||
|
"de": "Fl\u00e4misch-Brabant"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"nl": "Walloni\u00eb",
|
||||||
|
"fr": "Wallonie",
|
||||||
|
"en": "Wallonia",
|
||||||
|
"de": "Wallonien"
|
||||||
|
},
|
||||||
|
"district": [
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6478,
|
||||||
|
"name": {
|
||||||
|
"nl": "Luik",
|
||||||
|
"fr": "Li\u00e8ge",
|
||||||
|
"en": "Liege",
|
||||||
|
"de": "L\u00fcttich"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6432,
|
||||||
|
"name": {
|
||||||
|
"nl": "Henegouwen",
|
||||||
|
"fr": "Hainaut",
|
||||||
|
"en": "Hainaut",
|
||||||
|
"de": "Hennegau"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6456,
|
||||||
|
"name": {
|
||||||
|
"nl": "Namen",
|
||||||
|
"fr": "Namur",
|
||||||
|
"en": "Namur",
|
||||||
|
"de": "Nam\u00fcr"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6476,
|
||||||
|
"name": {
|
||||||
|
"nl": "Luxemburg",
|
||||||
|
"fr": "Luxembourg",
|
||||||
|
"en": "Luxembourg",
|
||||||
|
"de": "Luxemburg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 6446,
|
||||||
|
"name": {
|
||||||
|
"nl": "Waals-Brabant",
|
||||||
|
"fr": "Brabant wallon",
|
||||||
|
"en": "Walloon Brabant",
|
||||||
|
"de": "Wallonisch-Brabant"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T05:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T12:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon_country": "NL",
|
||||||
|
"warningType": {
|
||||||
|
"id": "2",
|
||||||
|
"name": {
|
||||||
|
"nl": "Sneeuw en gladheid",
|
||||||
|
"fr": "Neige ou verglas",
|
||||||
|
"en": "Ice or snow",
|
||||||
|
"de": "Gl\u00e4tte"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"fr": "Vanochtend op veel plaatsen glad\n\nVanochtend is het op veel plaatsen glad door bevriezing van natte weggedeelten. In het noorden ook door een enkele (winterse) bui met mogelijk wat ijzel. Vanaf ongeveer 10 uur verdwijnt de gladheid.\n\nEr is kans op ongelukken door gladde bruggen, wegen, fietspaden en voetpaden.\n\n \n\n Meer details \nTot ca. 10 uur is het op veel plaatsen glad door bevriezing (verraderlijk) glad. In het noorden komen er ook enkele (winterse) buien voor met een kleine kans op ijzel (regen op een bevroren ondergrond). Na ongeveer 10 uur verdwijnt de gladheid.\nUitgifte: 10\/01\/2025 07:52 uur LT",
|
||||||
|
"nl": "Vanochtend op veel plaatsen glad\n\nVanochtend is het op veel plaatsen glad door bevriezing van natte weggedeelten. In het noorden ook door een enkele (winterse) bui met mogelijk wat ijzel. Vanaf ongeveer 10 uur verdwijnt de gladheid.\n\nEr is kans op ongelukken door gladde bruggen, wegen, fietspaden en voetpaden.\n\n \n\n Meer details \nTot ca. 10 uur is het op veel plaatsen glad door bevriezing (verraderlijk) glad. In het noorden komen er ook enkele (winterse) buien voor met een kleine kans op ijzel (regen op een bevroren ondergrond). Na ongeveer 10 uur verdwijnt de gladheid.\nUitgifte: 10\/01\/2025 07:52 uur LT"
|
||||||
|
},
|
||||||
|
"legendUri": {
|
||||||
|
"nl": "https:\/\/www.knmi.nl\/nederland-nu\/weer\/waarschuwingen",
|
||||||
|
"fr": "https:\/\/www.knmi.nl\/nederland-nu\/weer\/waarschuwingen",
|
||||||
|
"de": "https:\/\/www.knmi.nl\/nederland-nu\/weer\/waarschuwingen",
|
||||||
|
"en": "https:\/\/www.knmi.nl\/nederland-nu\/weer\/waarschuwingen"
|
||||||
|
},
|
||||||
|
"region": [
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"nl": "Nederland",
|
||||||
|
"fr": "Pays-Bas",
|
||||||
|
"en": "Netherlands",
|
||||||
|
"de": "Niederlande"
|
||||||
|
},
|
||||||
|
"district": [
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200009",
|
||||||
|
"name": {
|
||||||
|
"nl": "Drenthe",
|
||||||
|
"fr": "Drenthe",
|
||||||
|
"en": "Drenthe",
|
||||||
|
"de": "Drenthe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200001",
|
||||||
|
"name": {
|
||||||
|
"nl": "Flevoland",
|
||||||
|
"fr": "Flevoland",
|
||||||
|
"en": "Flevoland",
|
||||||
|
"de": "Flevoland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200011",
|
||||||
|
"name": {
|
||||||
|
"nl": "Friesland",
|
||||||
|
"fr": "Friesland",
|
||||||
|
"en": "Friesland",
|
||||||
|
"de": "Friesland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200005",
|
||||||
|
"name": {
|
||||||
|
"nl": "Gelderland",
|
||||||
|
"fr": "Gelderland",
|
||||||
|
"en": "Gelderland",
|
||||||
|
"de": "Gelderland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200010",
|
||||||
|
"name": {
|
||||||
|
"nl": "Groningen",
|
||||||
|
"fr": "Groningen",
|
||||||
|
"en": "Groningen",
|
||||||
|
"de": "Groningen"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 200014,
|
||||||
|
"name": {
|
||||||
|
"nl": "IJsselmeergebied",
|
||||||
|
"fr": "IJsselmeergebied",
|
||||||
|
"en": "IJsselmeergebied",
|
||||||
|
"de": "IJsselmeergebied"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"fromTimestamp": "2024-12-31T00:00:00+01:00",
|
||||||
|
"toTimestamp": "2025-01-03T00:00:00+01:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200007",
|
||||||
|
"name": {
|
||||||
|
"nl": "Limburg",
|
||||||
|
"fr": "Limburg",
|
||||||
|
"en": "Limburg",
|
||||||
|
"de": "Limburg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T11:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T17:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200004",
|
||||||
|
"name": {
|
||||||
|
"nl": "Noord-Brabant",
|
||||||
|
"fr": "Noord-Brabant",
|
||||||
|
"en": "Noord-Brabant",
|
||||||
|
"de": "Noord-Brabant"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200000",
|
||||||
|
"name": {
|
||||||
|
"nl": "Noord-Holland",
|
||||||
|
"fr": "Noord-Holland",
|
||||||
|
"en": "Noord-Holland",
|
||||||
|
"de": "Noord-Holland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T22:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200008",
|
||||||
|
"name": {
|
||||||
|
"nl": "Overijssel",
|
||||||
|
"fr": "Overijssel",
|
||||||
|
"en": "Overijssel",
|
||||||
|
"de": "Overijssel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200002",
|
||||||
|
"name": {
|
||||||
|
"nl": "Utrecht",
|
||||||
|
"fr": "Utrecht",
|
||||||
|
"en": "Utrecht",
|
||||||
|
"de": "Utrecht"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 200012,
|
||||||
|
"name": {
|
||||||
|
"nl": "Waddeneilanden",
|
||||||
|
"fr": "Waddeneilanden",
|
||||||
|
"en": "Waddeneilanden",
|
||||||
|
"de": "Waddeneilanden"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"fromTimestamp": "2024-12-31T00:00:00+01:00",
|
||||||
|
"toTimestamp": "2025-01-03T00:00:00+01:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": 200013,
|
||||||
|
"name": {
|
||||||
|
"nl": "Waddenzee",
|
||||||
|
"fr": "Waddenzee",
|
||||||
|
"en": "Waddenzee",
|
||||||
|
"de": "Waddenzee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"fromTimestamp": "2024-12-31T00:00:00+01:00",
|
||||||
|
"toTimestamp": "2025-01-03T00:00:00+01:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200006",
|
||||||
|
"name": {
|
||||||
|
"nl": "Zeeland",
|
||||||
|
"fr": "Zeeland",
|
||||||
|
"en": "Zeeland",
|
||||||
|
"de": "Zeeland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T22:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "200003",
|
||||||
|
"name": {
|
||||||
|
"nl": "Zuid-Holland",
|
||||||
|
"fr": "Zuid-Holland",
|
||||||
|
"en": "Zuid-Holland",
|
||||||
|
"de": "Zuid-Holland"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T06:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T10:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-10T22:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T10:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon_country": "LU",
|
||||||
|
"warningType": {
|
||||||
|
"id": "15",
|
||||||
|
"name": {
|
||||||
|
"nl": "Overstroming",
|
||||||
|
"fr": "Crue",
|
||||||
|
"en": "Flood",
|
||||||
|
"de": "Hochwasser"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"fr": "vendredi 00:00 \u00e0\u00a0vendredi 17:59, pour le nord du pays: Crue mineure pouvant entra\u00eener des inondations et dommages locaux. Vigilance particuli\u00e8re dans le cas d\u2019activit\u00e9s saisonni\u00e8res et\/ou expos\u00e9es. Plus d'informations sur www.inondations.lu. (* \u00e9mis par l'Administration de la Gestion de l'Eau) vendredi 00:00 \u00e0\u00a0samedi 19:59, pour le sud du pays: Crue mineure pouvant entra\u00eener des inondations et dommages locaux. Vigilance particuli\u00e8re dans le cas d\u2019activit\u00e9s saisonni\u00e8res et\/ou expos\u00e9es. Plus d'informations sur www.inondations.lu. (* \u00e9mis par l'Administration de la Gestion de l'Eau) samedi 20:00 \u00e0\u00a0dimanche 06:59, pour le sud du pays: Situation m\u00e9t\u00e9orologique indiquant un risque \u00e9ventuel de crue. Soyez vigilant. Plus d'informations sur www.inondations.lu. (* \u00e9mis par l'Administration de la Gestion de l'Eau) (MeteoLux - www.meteolux.lu)",
|
||||||
|
"nl": "",
|
||||||
|
"de": "Freitag 00:00 bis\u00a0Freitag 17:59, f\u00fcr den Norden des Landes: Geringes Hochwasser, welches lokal zu \u00dcberschwemmungen und Sch\u00e4den f\u00fchren kann. Bei Aktivit\u00e4ten in betroffenen Gebieten ist Vorsicht geboten. Mehr Informationen auf www.inondations.lu. (* ausgegeben vom Wasserwirtschaftsamt) Freitag 00:00 bis\u00a0Samstag 19:59, f\u00fcr den S\u00fcden des Landes: Geringes Hochwasser, welches lokal zu \u00dcberschwemmungen und Sch\u00e4den f\u00fchren kann. Bei Aktivit\u00e4ten in betroffenen Gebieten ist Vorsicht geboten. Mehr Informationen auf www.inondations.lu. (* ausgegeben vom Wasserwirtschaftsamt) Samstag 20:00 bis\u00a0Sonntag 06:59, f\u00fcr den S\u00fcden des Landes: Die meteorologische Situation deutet auf eine m\u00f6gliche \u00dcberschwemmungsgefahr hin. Bleiben Sie wachsam. Mehr Informationen auf www.inondations.lu. (* ausgegeben vom Wasserwirtschaftsamt) (MeteoLux - www.meteolux.lu)"
|
||||||
|
},
|
||||||
|
"legendUri": {
|
||||||
|
"nl": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=15&l=nl",
|
||||||
|
"fr": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=15&l=fr",
|
||||||
|
"de": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=15&l=de",
|
||||||
|
"en": "https:\/\/app.meteo.be\/services\/appv4\/?s=getWarningLegend&k=39fd3df3c7e9ba2bd6dabddf23c7a352&wa=15&l=en"
|
||||||
|
},
|
||||||
|
"region": [
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"nl": "Groothertogdom Luxemburg",
|
||||||
|
"fr": "Grand-Duch\u00e9 de Luxembourg",
|
||||||
|
"en": "Grand Duchy of Luxembourg",
|
||||||
|
"de": "Gro\u00dfherzogtum Luxemburg"
|
||||||
|
},
|
||||||
|
"district": [
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "6590",
|
||||||
|
"name": {
|
||||||
|
"nl": "Luxemburg Zuid",
|
||||||
|
"fr": "Luxembourg Sud",
|
||||||
|
"en": "Luxembourg South",
|
||||||
|
"de": "Luxemburg S\u00fcd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "1",
|
||||||
|
"fromTimestamp": "2025-01-11T19:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-12T06:00:00+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": "2",
|
||||||
|
"fromTimestamp": "2025-01-09T23:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-11T19:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"region": {
|
||||||
|
"code": "6585",
|
||||||
|
"name": {
|
||||||
|
"nl": "Luxemburg Noord",
|
||||||
|
"fr": "Luxembourg Nord",
|
||||||
|
"en": "Luxembourg North",
|
||||||
|
"de": "Luxemburg Nord"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intervals": [
|
||||||
|
{
|
||||||
|
"level": "2",
|
||||||
|
"fromTimestamp": "2025-01-09T23:00:00+00:00",
|
||||||
|
"toTimestamp": "2025-01-10T17:00:00+00:00"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
1632
tests/fixtures/midnight-bug-31-05-2024T00-13.json
vendored
Normal file
56
tests/fixtures/new_two_pollens.svg
vendored
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg viewBox="35 88 129.0 50.0" version="1.1" id="svg740"
|
||||||
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs id="defs737"/>
|
||||||
|
<g id="layer1">
|
||||||
|
<rect id="rectangle-white" x="35" y="88" width="129.0" height="50.0" rx="5" fill="white" fill-opacity="0.15"/>
|
||||||
|
<g id="g1495" transform="translate(30.342966,94.25)">
|
||||||
|
<g id="layer1-2">
|
||||||
|
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path268" cx="13.312511" cy="0.0"
|
||||||
|
rx="1.6348698" ry="1.5258785"/>
|
||||||
|
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path272" cx="16.208567"
|
||||||
|
cy="1.463598" rx="1.1366237" ry="1.1366239"/>
|
||||||
|
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect326" width="0.79407966"
|
||||||
|
height="3.5655735" x="12.923257" y="1.401318"/>
|
||||||
|
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect328" width="0.68508834"
|
||||||
|
height="2.5535111" x="15.866023" y="2.36669"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<text xml:space="preserve"
|
||||||
|
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
||||||
|
x="54.476421" y="98.75" id="text228"><tspan id="tspan226" style="fill:#ffffff;stroke-width:0.264583" x="54.476421" y="98.75">Active pollen</tspan></text>
|
||||||
|
<text xml:space="preserve"
|
||||||
|
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
||||||
|
x="139.37601" y="98.75" id="text334"><tspan id="tspan332" style="stroke-width:0.264583" x="139.37601" y="98.75"></tspan></text>
|
||||||
|
<rect style="fill:#607eaa;stroke-width:0.264583" id="rect392" width="127.80161" height="0.44039145"
|
||||||
|
x="35.451504" y="105.5"/>
|
||||||
|
<g transform="translate(36.0,120.0) scale(0.4,0.4)">
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.833 30.1555C141.065 22.499 137.677 15.3011 132.188 9.81192C125.906 3.52946 117.385 6.7078e-07 108.5 0C99.6153 -6.7078e-07 91.0944 3.52945 84.8119 9.81192C79.3228 15.3011 75.9352 22.499 75.1673 30.1555C74.9826 31.9964 76.4998 33.5 78.35 33.5V33.5C80.2002 33.5 81.6784 31.9943 81.909 30.1586C82.6472 24.2828 85.3177 18.7814 89.5495 14.5495C94.5755 9.52356 101.392 6.7 108.5 6.7C115.608 6.7 122.424 9.52356 127.45 14.5495C131.682 18.7814 134.353 24.2828 135.091 30.1586C135.322 31.9943 136.8 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#70AC48" id="path12394"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.832 30.1555C141.242 24.271 139.101 18.6259 135.602 13.8092C131.443 8.0858 125.58 3.82575 118.852 1.63961C112.123 -0.546536 104.876 -0.546535 98.1475 1.63961C91.4192 3.82575 85.5558 8.0858 81.3975 13.8092L86.8179 17.7474C90.1445 13.1686 94.8353 9.7606 100.218 8.01168C105.6 6.26277 111.399 6.26277 116.781 8.01168C122.164 9.7606 126.855 13.1686 130.181 17.7474C132.849 21.4187 134.529 25.6916 135.09 30.1586C135.321 31.9943 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#FED966" id="path12396"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.832 30.1555C141.418 26.0285 140.24 22.0042 138.348 18.2913C135.948 13.5809 132.467 9.50535 128.19 6.39793C123.913 3.29052 118.962 1.23946 113.74 0.412444C108.519 -0.414569 103.175 0.00594664 98.1475 1.63961L100.218 8.01169C104.24 6.70476 108.515 6.36834 112.692 7.02995C116.869 7.69157 120.831 9.33242 124.252 11.8183C127.674 14.3043 130.458 17.5647 132.379 21.3331C133.79 24.1034 134.705 27.0904 135.09 30.1587C135.321 31.9944 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#EE7D31" id="path12398"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9965 141.832 30.1555C141.242 24.271 139.101 18.626 135.602 13.8092C131.443 8.08584 125.58 3.82579 118.852 1.63965L116.781 8.01173C122.164 9.76064 126.855 13.1687 130.181 17.7474C132.849 21.4188 134.529 25.6917 135.091 30.1587C135.321 31.9944 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#C00000" id="path12400"/>
|
||||||
|
<path d="M138.65 33.4999C140.5 33.4999 142.017 31.9963 141.833 30.1554C141.242 24.2709 139.102 18.6258 135.602 13.8091L130.182 17.7472C132.849 21.4186 134.53 25.6915 135.091 30.1585C135.322 31.9942 136.8 33.4999 138.65 33.4999V33.4999Z"
|
||||||
|
fill="#70309F" id="path12402"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.833 30.1555C242.065 22.499 238.677 15.3011 233.188 9.81192C226.906 3.52946 218.385 6.7078e-07 209.5 0C200.615 -6.7078e-07 192.094 3.52945 185.812 9.81192C180.323 15.3011 176.935 22.499 176.167 30.1555C175.983 31.9964 177.5 33.5 179.35 33.5V33.5C181.2 33.5 182.678 31.9943 182.909 30.1586C183.647 24.2828 186.318 18.7814 190.55 14.5495C195.576 9.52356 202.392 6.7 209.5 6.7C216.608 6.7 223.424 9.52356 228.45 14.5495C232.682 18.7814 235.353 24.2828 236.091 30.1586C236.322 31.9943 237.8 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12404"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.832 30.1555C242.242 24.271 240.101 18.6259 236.602 13.8092C232.443 8.0858 226.58 3.82575 219.852 1.63961C213.123 -0.546536 205.876 -0.546535 199.147 1.63961C192.419 3.82575 186.556 8.0858 182.397 13.8092L187.818 17.7474C191.145 13.1686 195.835 9.7606 201.218 8.01168C206.6 6.26277 212.399 6.26277 217.781 8.01168C223.164 9.7606 227.855 13.1686 231.181 17.7474C233.849 21.4187 235.529 25.6916 236.09 30.1586C236.321 31.9943 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12406"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.832 30.1555C242.418 26.0285 241.24 22.0042 239.348 18.2913C236.948 13.5809 233.467 9.50535 229.19 6.39793C224.913 3.29052 219.962 1.23946 214.74 0.412444C209.519 -0.414569 204.175 0.00594664 199.147 1.63961L201.218 8.01169C205.24 6.70476 209.515 6.36834 213.692 7.02995C217.869 7.69157 221.831 9.33242 225.252 11.8183C228.674 14.3043 231.458 17.5647 233.379 21.3331C234.79 24.1034 235.705 27.0904 236.09 30.1587C236.321 31.9944 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12408"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9965 242.832 30.1555C242.242 24.271 240.101 18.626 236.602 13.8092C232.443 8.08584 226.58 3.82579 219.852 1.63965L217.781 8.01173C223.164 9.76064 227.855 13.1687 231.181 17.7474C233.849 21.4188 235.529 25.6917 236.091 30.1587C236.321 31.9944 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12410"/>
|
||||||
|
<path d="M239.65 33.4999C241.5 33.4999 243.017 31.9963 242.833 30.1554C242.242 24.2709 240.102 18.6258 236.602 13.8091L231.182 17.7472C233.849 21.4186 235.53 25.6915 236.091 30.1585C236.322 31.9942 237.8 33.4999 239.65 33.4999V33.4999Z"
|
||||||
|
fill="#cccccc" id="path12412"/>
|
||||||
|
<text xml:space="preserve" id="text12907"><tspan id="tspan12905" x="109.0" y="33.7" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;text-align:center;text-anchor:middle;fill:#cccccc"> high</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13637"><tspan id="tspan13635" x="209.0" y="33.7" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;text-align:center;text-anchor:middle;fill:#cccccc"> active</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13641"><tspan id="tspan13639" x="109.0" y="-15.0" style="font-family:Arial,Helvetica,sans-serif;font-size:14px;text-align:center;text-anchor:middle;fill:#ffffff"> Grasses</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13645"><tspan id="tspan13643" x="209.0" y="-15.0" style="font-family:Arial,Helvetica,sans-serif;font-size:14px;text-align:center;text-anchor:middle;fill:#ffffff"> Mugwort</tspan></text>
|
||||||
|
<circle style="fill:#ffffff" id="cursor1" cx="126.92745019492043" cy="9.024981671564106" r="4.0"/>
|
||||||
|
<circle style="fill:#ffffff" id="cursor2" cx="-99999999" cy="-99999999" r="4.0"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
1625
tests/fixtures/no-midnight-bug-31-05-2024T01-55.json
vendored
Normal file
42
tests/fixtures/pollen.svg
vendored
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.9 KiB |
45
tests/fixtures/pollen_three.svg
vendored
|
@ -1,45 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<svg viewBox="35 88 129 63.0" version="1.1" id="svg740" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<defs id="defs737"/>
|
|
||||||
<g id="layer1">
|
|
||||||
<rect id="rectangle-white" x="35" y="88" width="129" height="63.0" rx="5" fill="white" fill-opacity="0.15"/>
|
|
||||||
<g id="g1495" transform="translate(30.342966,94.25)">
|
|
||||||
<g id="layer1-2">
|
|
||||||
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path268" cx="13.312511" cy="0.0"
|
|
||||||
rx="1.6348698" ry="1.5258785"/>
|
|
||||||
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path272" cx="16.208567"
|
|
||||||
cy="1.463598" rx="1.1366237" ry="1.1366239"/>
|
|
||||||
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect326" width="0.79407966"
|
|
||||||
height="3.5655735" x="12.923257" y="1.401318"/>
|
|
||||||
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect328" width="0.68508834"
|
|
||||||
height="2.5535111" x="15.866023" y="2.36669"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="54.476421" y="98.75" id="text228"><tspan id="tspan226" style="fill:#ffffff;stroke-width:0.264583" x="54.476421" y="98.75">Active pollen</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="139.37601" y="98.75" id="text334"><tspan id="tspan332" style="stroke-width:0.264583" x="139.37601" y="98.75"></tspan></text>
|
|
||||||
<rect style="fill:#607eaa;stroke-width:0.264583" id="rect392" width="127.80161" height="0.44039145"
|
|
||||||
x="35.451504" y="105.5"/>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="42.973724" y="119.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="119.0">Alder</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="142.0" y="119.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="119.0">active</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="42.973724" y="128.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="128.0">Ash</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="142.0" y="128.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="128.0">active</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="42.973724" y="137.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="137.0">Oak</tspan></text>
|
|
||||||
<text xml:space="preserve"
|
|
||||||
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
|
||||||
x="142.0" y="137.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="137.0">active</tspan></text>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.6 KiB |
2
tests/fixtures/pollen_two.svg
vendored
|
@ -1,2 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<svg viewBox="35 88 129 63.0" version="1.1" id="svg740" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs737" /> <g id="layer1"> <rect id="rectangle-white" x="35" y="88" width="129" height="63.0" rx="5" fill="white" fill-opacity="0.15"/> <g id="g1495" transform="translate(30.342966,94.25)"> <g id="layer1-2"> <ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path268" cx="13.312511" cy="0.0" rx="1.6348698" ry="1.5258785" /> <ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path272" cx="16.208567" cy="1.463598" rx="1.1366237" ry="1.1366239" /> <rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect326" width="0.79407966" height="3.5655735" x="12.923257" y="1.401318" /> <rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect328" width="0.68508834" height="2.5535111" x="15.866023" y="2.36669" /> </g> </g> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="54.476421" y="98.75" id="text228"><tspan id="tspan226" style="fill:#ffffff;stroke-width:0.264583" x="54.476421" y="98.75">Active pollen</tspan></text> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="139.37601" y="98.75" id="text334"><tspan id="tspan332" style="stroke-width:0.264583" x="139.37601" y="98.75"></tspan></text> <rect style="fill:#607eaa;stroke-width:0.264583" id="rect392" width="127.80161" height="0.44039145" x="35.451504" y="105.5" /><text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="42.973724" y="119.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="119.0">Alder</tspan></text> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="142.0" y="119.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="119.0">active</tspan></text><text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="42.973724" y="128.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="128.0">Ash</tspan></text> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="142.0" y="128.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="128.0">active</tspan></text><text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="42.973724" y="137.0" id="text993"><tspan id="tspan991" style="stroke-width:0.264583" x="42.973724" y="137.0">Oak</tspan></text> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="142.0" y="137.0" id="text1001"><tspan id="tspan999" style="stroke-width:0.264583" x="142.0" y="137.0">active</tspan></text><rect style="fill:#607eaa;stroke-width:0.264583" id="rect392" width="127.80161" height="0.44039145" x="35.451504" y="141.0" /> <rect style="fill:#70ad47;fill-opacity:1;stroke-width:0.2187" id="rectgreen" width="15.0" height="4.0" x="80.0" y="144.0" /> <rect style="fill:#ffd966;fill-opacity:1;stroke-width:0.2187" id="rectyellow" width="15.0" height="4.0" x="95.0" y="144.0" /> <rect style="fill:#ed7d31;fill-opacity:1;stroke-width:0.2187" id="rectorange" width="15.0" height="4.0" x="110.0" y="144.0" /> <rect style="fill:#c00000;fill-opacity:1;stroke-width:0.2187" id="rectred" width="15.0" height="4.0" x="125.0" y="144.0" /> <rect style="fill:#7030a0;fill-opacity:1;stroke-width:0.2187" id="rectpurple" width="15.0" height="4.0" x="140.0" y="144.0" /> <ellipse style="fill:#70ad47;fill-opacity:1;stroke-width:0.264583" id="path1639" cx="80.0" cy="146.0" rx="2.0" ry="2.0" /> <ellipse style="fill:#7030a0;fill-opacity:1;stroke-width:0.264583" id="path1641" cx="155.0" cy="146.0" rx="2.0" ry="2.0" /> <text xml:space="preserve" style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583" x="42.351849" y="148.0" id="text396"><tspan id="tspan394" style="stroke-width:0.264583" x="42.351849" y="148.0">Birch</tspan></text> <ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path1644" cx="147.5" cy="146.0" rx="3.0" ry="3.0" /></g> </svg>
|
|
Before Width: | Height: | Size: 4.4 KiB |
55
tests/fixtures/pollens-2025.svg
vendored
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg viewBox="35 88 129.0 50.0" version="1.1" id="svg740" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs id="defs737"/>
|
||||||
|
<g id="layer1">
|
||||||
|
<rect id="rectangle-white" x="35" y="88" width="129.0" height="50.0" rx="5" fill="grey" fill-opacity="1"/>
|
||||||
|
<g id="g1495" transform="translate(30.342966,94.25)">
|
||||||
|
<g id="layer1-2">
|
||||||
|
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path268" cx="13.312511" cy="0.0"
|
||||||
|
rx="1.6348698" ry="1.5258785"/>
|
||||||
|
<ellipse style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="path272" cx="16.208567"
|
||||||
|
cy="1.463598" rx="1.1366237" ry="1.1366239"/>
|
||||||
|
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect326" width="0.79407966"
|
||||||
|
height="3.5655735" x="12.923257" y="1.401318"/>
|
||||||
|
<rect style="fill:#ffffff;fill-opacity:1;stroke-width:0.264583" id="rect328" width="0.68508834"
|
||||||
|
height="2.5535111" x="15.866023" y="2.36669"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<text xml:space="preserve"
|
||||||
|
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
||||||
|
x="54.476421" y="98.75" id="text228"><tspan id="tspan226" style="fill:#ffffff;stroke-width:0.264583" x="54.476421" y="98.75">Active pollen</tspan></text>
|
||||||
|
<text xml:space="preserve"
|
||||||
|
style="font-family:Arial,Helvetica,sans-serif;font-size:6.0px;fill:#ffffff;stroke-width:0.264583"
|
||||||
|
x="139.37601" y="98.75" id="text334"><tspan id="tspan332" style="stroke-width:0.264583" x="139.37601" y="98.75"/></text>
|
||||||
|
<rect style="fill:#607eaa;stroke-width:0.264583" id="rect392" width="127.80161" height="0.44039145"
|
||||||
|
x="35.451504" y="105.5"/>
|
||||||
|
<g transform="translate(36.0,120.0) scale(0.4,0.4)">
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.833 30.1555C141.065 22.499 137.677 15.3011 132.188 9.81192C125.906 3.52946 117.385 6.7078e-07 108.5 0C99.6153 -6.7078e-07 91.0944 3.52945 84.8119 9.81192C79.3228 15.3011 75.9352 22.499 75.1673 30.1555C74.9826 31.9964 76.4998 33.5 78.35 33.5V33.5C80.2002 33.5 81.6784 31.9943 81.909 30.1586C82.6472 24.2828 85.3177 18.7814 89.5495 14.5495C94.5755 9.52356 101.392 6.7 108.5 6.7C115.608 6.7 122.424 9.52356 127.45 14.5495C131.682 18.7814 134.353 24.2828 135.091 30.1586C135.322 31.9943 136.8 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#70AC48" id="path12394"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.832 30.1555C141.242 24.271 139.101 18.6259 135.602 13.8092C131.443 8.0858 125.58 3.82575 118.852 1.63961C112.123 -0.546536 104.876 -0.546535 98.1475 1.63961C91.4192 3.82575 85.5558 8.0858 81.3975 13.8092L86.8179 17.7474C90.1445 13.1686 94.8353 9.7606 100.218 8.01168C105.6 6.26277 111.399 6.26277 116.781 8.01168C122.164 9.7606 126.855 13.1686 130.181 17.7474C132.849 21.4187 134.529 25.6916 135.09 30.1586C135.321 31.9943 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#FED966" id="path12396"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9964 141.832 30.1555C141.418 26.0285 140.24 22.0042 138.348 18.2913C135.948 13.5809 132.467 9.50535 128.19 6.39793C123.913 3.29052 118.962 1.23946 113.74 0.412444C108.519 -0.414569 103.175 0.00594664 98.1475 1.63961L100.218 8.01169C104.24 6.70476 108.515 6.36834 112.692 7.02995C116.869 7.69157 120.831 9.33242 124.252 11.8183C127.674 14.3043 130.458 17.5647 132.379 21.3331C133.79 24.1034 134.705 27.0904 135.09 30.1587C135.321 31.9944 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#EE7D31" id="path12398"/>
|
||||||
|
<path d="M138.65 33.5C140.5 33.5 142.017 31.9965 141.832 30.1555C141.242 24.271 139.101 18.626 135.602 13.8092C131.443 8.08584 125.58 3.82579 118.852 1.63965L116.781 8.01173C122.164 9.76064 126.855 13.1687 130.181 17.7474C132.849 21.4188 134.529 25.6917 135.091 30.1587C135.321 31.9944 136.799 33.5 138.65 33.5V33.5Z"
|
||||||
|
fill="#C00000" id="path12400"/>
|
||||||
|
<path d="M138.65 33.4999C140.5 33.4999 142.017 31.9963 141.833 30.1554C141.242 24.2709 139.102 18.6258 135.602 13.8091L130.182 17.7472C132.849 21.4186 134.53 25.6915 135.091 30.1585C135.322 31.9942 136.8 33.4999 138.65 33.4999V33.4999Z"
|
||||||
|
fill="#70309F" id="path12402"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.833 30.1555C242.065 22.499 238.677 15.3011 233.188 9.81192C226.906 3.52946 218.385 6.7078e-07 209.5 0C200.615 -6.7078e-07 192.094 3.52945 185.812 9.81192C180.323 15.3011 176.935 22.499 176.167 30.1555C175.983 31.9964 177.5 33.5 179.35 33.5V33.5C181.2 33.5 182.678 31.9943 182.909 30.1586C183.647 24.2828 186.318 18.7814 190.55 14.5495C195.576 9.52356 202.392 6.7 209.5 6.7C216.608 6.7 223.424 9.52356 228.45 14.5495C232.682 18.7814 235.353 24.2828 236.091 30.1586C236.322 31.9943 237.8 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12404"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.832 30.1555C242.242 24.271 240.101 18.6259 236.602 13.8092C232.443 8.0858 226.58 3.82575 219.852 1.63961C213.123 -0.546536 205.876 -0.546535 199.147 1.63961C192.419 3.82575 186.556 8.0858 182.397 13.8092L187.818 17.7474C191.145 13.1686 195.835 9.7606 201.218 8.01168C206.6 6.26277 212.399 6.26277 217.781 8.01168C223.164 9.7606 227.855 13.1686 231.181 17.7474C233.849 21.4187 235.529 25.6916 236.09 30.1586C236.321 31.9943 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12406"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9964 242.832 30.1555C242.418 26.0285 241.24 22.0042 239.348 18.2913C236.948 13.5809 233.467 9.50535 229.19 6.39793C224.913 3.29052 219.962 1.23946 214.74 0.412444C209.519 -0.414569 204.175 0.00594664 199.147 1.63961L201.218 8.01169C205.24 6.70476 209.515 6.36834 213.692 7.02995C217.869 7.69157 221.831 9.33242 225.252 11.8183C228.674 14.3043 231.458 17.5647 233.379 21.3331C234.79 24.1034 235.705 27.0904 236.09 30.1587C236.321 31.9944 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12408"/>
|
||||||
|
<path d="M239.65 33.5C241.5 33.5 243.017 31.9965 242.832 30.1555C242.242 24.271 240.101 18.626 236.602 13.8092C232.443 8.08584 226.58 3.82579 219.852 1.63965L217.781 8.01173C223.164 9.76064 227.855 13.1687 231.181 17.7474C233.849 21.4188 235.529 25.6917 236.091 30.1587C236.321 31.9944 237.799 33.5 239.65 33.5V33.5Z"
|
||||||
|
fill="#cccccc" id="path12410"/>
|
||||||
|
<path d="M239.65 33.4999C241.5 33.4999 243.017 31.9963 242.833 30.1554C242.242 24.2709 240.102 18.6258 236.602 13.8091L231.182 17.7472C233.849 21.4186 235.53 25.6915 236.091 30.1585C236.322 31.9942 237.8 33.4999 239.65 33.4999V33.4999Z"
|
||||||
|
fill="#cccccc" id="path12412"/>
|
||||||
|
<text xml:space="preserve" id="text12907"><tspan id="tspan12905" x="109.0" y="33.7" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;text-align:center;text-anchor:middle;fill:#cccccc"> active</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13637"><tspan id="tspan13635" x="209.0" y="33.7" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;text-align:center;text-anchor:middle;fill:#cccccc"> active</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13641"><tspan id="tspan13639" x="109.0" y="-15.0" style="font-family:Arial,Helvetica,sans-serif;font-size:14px;text-align:center;text-anchor:middle;fill:#ffffff"> Alder</tspan></text>
|
||||||
|
<text xml:space="preserve" id="text13645"><tspan id="tspan13643" x="209.0" y="-15.0" style="font-family:Arial,Helvetica,sans-serif;font-size:14px;text-align:center;text-anchor:middle;fill:#ffffff"> Hazel</tspan></text>
|
||||||
|
<circle style="fill:#ffffff" id="cursor1" cx="79.99277625299781" cy="24.274981671564106" r="4.0"/>
|
||||||
|
<circle style="fill:#ffffff" id="cursor2" cx="-99999999" cy="-99999999" r="4.0"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
|
@ -1,58 +0,0 @@
|
||||||
from datetime import datetime
|
|
||||||
|
|
||||||
from freezegun import freeze_time
|
|
||||||
from homeassistant.core import HomeAssistant
|
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
|
||||||
|
|
||||||
from custom_components.irm_kmi import IrmKmiCoordinator
|
|
||||||
from custom_components.irm_kmi.binary_sensor import IrmKmiWarning
|
|
||||||
from tests.conftest import get_api_data
|
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat('2024-01-12T07:55:00+01:00'))
|
|
||||||
async def test_warning_data(
|
|
||||||
hass: HomeAssistant,
|
|
||||||
mock_config_entry: MockConfigEntry
|
|
||||||
) -> None:
|
|
||||||
api_data = get_api_data("be_forecast_warning.json")
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
|
||||||
|
|
||||||
result = coordinator.warnings_from_data(api_data.get('for', {}).get('warning'))
|
|
||||||
|
|
||||||
coordinator.data = {'warnings': result}
|
|
||||||
warning = IrmKmiWarning(coordinator, mock_config_entry)
|
|
||||||
warning.hass = hass
|
|
||||||
|
|
||||||
assert warning.is_on
|
|
||||||
assert len(warning.extra_state_attributes['warnings']) == 2
|
|
||||||
|
|
||||||
for w in warning.extra_state_attributes['warnings']:
|
|
||||||
assert w['is_active']
|
|
||||||
|
|
||||||
assert warning.extra_state_attributes['active_warnings_friendly_names'] == "Fog, Ice or snow"
|
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat('2024-01-12T07:55:00+01:00'))
|
|
||||||
async def test_warning_data(
|
|
||||||
hass: HomeAssistant,
|
|
||||||
mock_config_entry: MockConfigEntry
|
|
||||||
) -> None:
|
|
||||||
# When language is unknown, default to english setting
|
|
||||||
hass.config.language = "foo"
|
|
||||||
|
|
||||||
api_data = get_api_data("be_forecast_warning.json")
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
|
||||||
|
|
||||||
result = coordinator.warnings_from_data(api_data.get('for', {}).get('warning'))
|
|
||||||
|
|
||||||
coordinator.data = {'warnings': result}
|
|
||||||
warning = IrmKmiWarning(coordinator, mock_config_entry)
|
|
||||||
warning.hass = hass
|
|
||||||
|
|
||||||
assert warning.is_on
|
|
||||||
assert len(warning.extra_state_attributes['warnings']) == 2
|
|
||||||
|
|
||||||
for w in warning.extra_state_attributes['warnings']:
|
|
||||||
assert w['is_active']
|
|
||||||
|
|
||||||
assert warning.extra_state_attributes['active_warnings_friendly_names'] == "Fog, Ice or snow"
|
|
|
@ -7,13 +7,14 @@ from homeassistant.config_entries import SOURCE_USER
|
||||||
from homeassistant.const import CONF_ZONE
|
from homeassistant.const import CONF_ZONE
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.data_entry_flow import FlowResultType
|
from homeassistant.data_entry_flow import FlowResultType
|
||||||
|
from irm_kmi_api.const import OPTION_STYLE_SATELLITE, OPTION_STYLE_STD
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
from custom_components.irm_kmi import async_migrate_entry
|
from custom_components.irm_kmi import async_migrate_entry
|
||||||
from custom_components.irm_kmi.const import (
|
from custom_components.irm_kmi.const import (
|
||||||
CONF_DARK_MODE, CONF_STYLE, CONF_USE_DEPRECATED_FORECAST,
|
CONF_DARK_MODE, CONF_LANGUAGE_OVERRIDE, CONF_STYLE,
|
||||||
CONFIG_FLOW_VERSION, DOMAIN, OPTION_DEPRECATED_FORECAST_NOT_USED,
|
CONF_USE_DEPRECATED_FORECAST, CONFIG_FLOW_VERSION, DOMAIN,
|
||||||
OPTION_STYLE_SATELLITE, OPTION_STYLE_STD)
|
OPTION_DEPRECATED_FORECAST_NOT_USED)
|
||||||
|
|
||||||
|
|
||||||
async def test_full_user_flow(
|
async def test_full_user_flow(
|
||||||
|
@ -40,7 +41,8 @@ async def test_full_user_flow(
|
||||||
assert result2.get("data") == {CONF_ZONE: ENTITY_ID_HOME,
|
assert result2.get("data") == {CONF_ZONE: ENTITY_ID_HOME,
|
||||||
CONF_STYLE: OPTION_STYLE_STD,
|
CONF_STYLE: OPTION_STYLE_STD,
|
||||||
CONF_DARK_MODE: False,
|
CONF_DARK_MODE: False,
|
||||||
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED}
|
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
|
CONF_LANGUAGE_OVERRIDE: 'none'}
|
||||||
|
|
||||||
|
|
||||||
async def test_config_flow_out_benelux_zone(
|
async def test_config_flow_out_benelux_zone(
|
||||||
|
@ -128,7 +130,8 @@ async def test_option_flow(
|
||||||
assert result["data"] == {
|
assert result["data"] == {
|
||||||
CONF_STYLE: OPTION_STYLE_SATELLITE,
|
CONF_STYLE: OPTION_STYLE_SATELLITE,
|
||||||
CONF_DARK_MODE: True,
|
CONF_DARK_MODE: True,
|
||||||
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED
|
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
|
CONF_LANGUAGE_OVERRIDE: 'none'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
from datetime import datetime, timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
from freezegun import freeze_time
|
from homeassistant.components.weather import ATTR_CONDITION_CLOUDY
|
||||||
from homeassistant.components.weather import (ATTR_CONDITION_CLOUDY,
|
|
||||||
ATTR_CONDITION_PARTLYCLOUDY,
|
|
||||||
ATTR_CONDITION_RAINY, Forecast)
|
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
|
from irm_kmi_api.data import CurrentWeatherData, IrmKmiRadarForecast
|
||||||
|
from irm_kmi_api.pollen import PollenParser
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
from custom_components.irm_kmi.coordinator import IrmKmiCoordinator
|
from custom_components.irm_kmi.coordinator import IrmKmiCoordinator
|
||||||
from custom_components.irm_kmi.data import CurrentWeatherData, IrmKmiForecast
|
from custom_components.irm_kmi.data import ProcessedCoordinatorData
|
||||||
from tests.conftest import get_api_data
|
from tests.conftest import get_api_data, get_api_with_data
|
||||||
|
|
||||||
|
|
||||||
async def test_jules_forgot_to_revert_update_interval_before_pushing(
|
async def test_jules_forgot_to_revert_update_interval_before_pushing(
|
||||||
|
@ -21,116 +20,92 @@ async def test_jules_forgot_to_revert_update_interval_before_pushing(
|
||||||
assert timedelta(minutes=5) <= coordinator.update_interval
|
assert timedelta(minutes=5) <= coordinator.update_interval
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat('2024-01-12T07:10:00'))
|
async def test_refresh_succeed_even_when_pollen_and_radar_fail(
|
||||||
async def test_warning_data(
|
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry,
|
||||||
) -> None:
|
):
|
||||||
api_data = get_api_data("be_forecast_warning.json")
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
coordinator._api._api_data = get_api_data("forecast.json")
|
||||||
|
|
||||||
result = coordinator.warnings_from_data(api_data.get('for', {}).get('warning'))
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
assert isinstance(result, list)
|
assert result.get('current_weather').get('condition') == ATTR_CONDITION_CLOUDY
|
||||||
assert len(result) == 2
|
|
||||||
|
|
||||||
first = result[0]
|
assert result.get('animation').get_hint() == "No rain forecasted shortly"
|
||||||
|
|
||||||
assert first.get('starts_at').replace(tzinfo=None) < datetime.now()
|
assert result.get('pollen') == PollenParser.get_unavailable_data()
|
||||||
assert first.get('ends_at').replace(tzinfo=None) > datetime.now()
|
|
||||||
|
|
||||||
assert first.get('slug') == 'fog'
|
existing_data = ProcessedCoordinatorData(
|
||||||
assert first.get('friendly_name') == 'Fog'
|
current_weather=CurrentWeatherData(),
|
||||||
assert first.get('id') == 7
|
daily_forecast=[],
|
||||||
assert first.get('level') == 1
|
hourly_forecast=[],
|
||||||
|
animation=None,
|
||||||
|
warnings=[],
|
||||||
@freeze_time(datetime.fromisoformat('2023-12-26T18:30:00'))
|
pollen={'foo': 'bar'}
|
||||||
def test_current_weather_be() -> None:
|
|
||||||
api_data = get_api_data("forecast.json")
|
|
||||||
result = IrmKmiCoordinator.current_weather_from_data(api_data)
|
|
||||||
|
|
||||||
expected = CurrentWeatherData(
|
|
||||||
condition=ATTR_CONDITION_CLOUDY,
|
|
||||||
temperature=7,
|
|
||||||
wind_speed=5,
|
|
||||||
wind_gust_speed=None,
|
|
||||||
wind_bearing='WSW',
|
|
||||||
pressure=1020,
|
|
||||||
uv_index=.7
|
|
||||||
)
|
)
|
||||||
|
coordinator.data = existing_data
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
assert result == expected
|
assert result.get('current_weather').get('condition') == ATTR_CONDITION_CLOUDY
|
||||||
|
|
||||||
|
assert result.get('animation').get_hint() == "No rain forecasted shortly"
|
||||||
|
|
||||||
|
assert result.get('pollen') == {'foo': 'bar'}
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat("2023-12-28T15:30:00"))
|
def test_radar_forecast() -> None:
|
||||||
def test_current_weather_nl() -> None:
|
api = get_api_with_data("forecast.json")
|
||||||
api_data = get_api_data("forecast_nl.json")
|
result = api.get_radar_forecast()
|
||||||
result = IrmKmiCoordinator.current_weather_from_data(api_data)
|
|
||||||
|
|
||||||
expected = CurrentWeatherData(
|
expected = [
|
||||||
condition=ATTR_CONDITION_CLOUDY,
|
IrmKmiRadarForecast(datetime="2023-12-26T17:00:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
temperature=11,
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
wind_speed=40,
|
IrmKmiRadarForecast(datetime="2023-12-26T17:10:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
wind_gust_speed=None,
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
wind_bearing='SW',
|
IrmKmiRadarForecast(datetime="2023-12-26T17:20:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
pressure=1008,
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
uv_index=1
|
IrmKmiRadarForecast(datetime="2023-12-26T17:30:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
)
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:40:00+01:00", native_precipitation=0.1, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:50:00+01:00", native_precipitation=0.01, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:00:00+01:00", native_precipitation=0.12, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:10:00+01:00", native_precipitation=1.2, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:20:00+01:00", native_precipitation=2, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:30:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:40:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min')
|
||||||
|
]
|
||||||
|
|
||||||
assert expected == result
|
assert expected == result
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat('2023-12-26T18:30:00.028724'))
|
def test_radar_forecast_rain_interval() -> None:
|
||||||
async def test_daily_forecast(
|
api = get_api_with_data('forecast_with_rain_on_radar.json')
|
||||||
hass: HomeAssistant,
|
result = api.get_radar_forecast()
|
||||||
mock_config_entry: MockConfigEntry
|
|
||||||
) -> None:
|
|
||||||
api_data = get_api_data("forecast.json").get('for', {}).get('daily')
|
|
||||||
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
_12 = IrmKmiRadarForecast(
|
||||||
result = coordinator.daily_list_to_forecast(api_data)
|
datetime='2024-05-30T18:00:00+02:00',
|
||||||
|
native_precipitation=0.89,
|
||||||
assert isinstance(result, list)
|
might_rain=True,
|
||||||
assert len(result) == 8
|
rain_forecast_max=1.12,
|
||||||
|
rain_forecast_min=0.50,
|
||||||
expected = IrmKmiForecast(
|
unit='mm/10min'
|
||||||
datetime='2023-12-27',
|
|
||||||
condition=ATTR_CONDITION_PARTLYCLOUDY,
|
|
||||||
native_precipitation=0,
|
|
||||||
native_temperature=9,
|
|
||||||
native_templow=4,
|
|
||||||
native_wind_gust_speed=50,
|
|
||||||
native_wind_speed=20,
|
|
||||||
precipitation_probability=0,
|
|
||||||
wind_bearing='S',
|
|
||||||
is_daytime=True,
|
|
||||||
text='Hey!',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
assert result[1] == expected
|
_13 = IrmKmiRadarForecast(
|
||||||
|
datetime="2024-05-30T18:10:00+02:00",
|
||||||
|
native_precipitation=0.83,
|
||||||
@freeze_time(datetime.fromisoformat('2023-12-26T18:30:00.028724'))
|
might_rain=True,
|
||||||
def test_hourly_forecast() -> None:
|
rain_forecast_max=1.09,
|
||||||
api_data = get_api_data("forecast.json").get('for', {}).get('hourly')
|
rain_forecast_min=0.64,
|
||||||
result = IrmKmiCoordinator.hourly_list_to_forecast(api_data)
|
unit='mm/10min'
|
||||||
|
|
||||||
assert isinstance(result, list)
|
|
||||||
assert len(result) == 49
|
|
||||||
|
|
||||||
expected = Forecast(
|
|
||||||
datetime='2023-12-27T02:00:00',
|
|
||||||
condition=ATTR_CONDITION_RAINY,
|
|
||||||
native_precipitation=.98,
|
|
||||||
native_temperature=8,
|
|
||||||
native_templow=None,
|
|
||||||
native_wind_gust_speed=None,
|
|
||||||
native_wind_speed=15,
|
|
||||||
precipitation_probability=70,
|
|
||||||
wind_bearing='S',
|
|
||||||
native_pressure=1020,
|
|
||||||
is_daytime=False
|
|
||||||
)
|
)
|
||||||
|
|
||||||
assert result[8] == expected
|
assert result[12] == _12
|
||||||
|
assert result[13] == _13
|
||||||
|
|
64
tests/test_current_weather_sensors.py
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
import inspect
|
||||||
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
from homeassistant.core import HomeAssistant
|
||||||
|
from irm_kmi_api.data import CurrentWeatherData
|
||||||
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
|
from custom_components.irm_kmi import IrmKmiCoordinator
|
||||||
|
from custom_components.irm_kmi.const import (CURRENT_WEATHER_SENSOR_CLASS,
|
||||||
|
CURRENT_WEATHER_SENSOR_UNITS,
|
||||||
|
CURRENT_WEATHER_SENSORS)
|
||||||
|
from custom_components.irm_kmi.data import ProcessedCoordinatorData
|
||||||
|
from custom_components.irm_kmi.sensor import IrmKmiCurrentRainfall
|
||||||
|
from tests.conftest import get_api_with_data
|
||||||
|
|
||||||
|
|
||||||
|
def test_sensors_in_current_weather_data():
|
||||||
|
weather_data_keys = inspect.get_annotations(CurrentWeatherData).keys()
|
||||||
|
|
||||||
|
for sensor in CURRENT_WEATHER_SENSORS:
|
||||||
|
assert sensor in weather_data_keys
|
||||||
|
|
||||||
|
def test_sensors_have_unit():
|
||||||
|
weather_sensor_units_keys = CURRENT_WEATHER_SENSOR_UNITS.keys()
|
||||||
|
|
||||||
|
for sensor in CURRENT_WEATHER_SENSORS:
|
||||||
|
assert sensor in weather_sensor_units_keys
|
||||||
|
|
||||||
|
def test_sensors_have_class():
|
||||||
|
weather_sensor_class_keys = CURRENT_WEATHER_SENSOR_CLASS.keys()
|
||||||
|
|
||||||
|
for sensor in CURRENT_WEATHER_SENSORS:
|
||||||
|
assert sensor in weather_sensor_class_keys
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.parametrize("expected,filename",
|
||||||
|
[
|
||||||
|
('mm/h', 'forecast_ams_no_ww.json'),
|
||||||
|
('mm/10min', 'forecast_out_of_benelux.json'),
|
||||||
|
('mm/10min', 'forecast_with_rain_on_radar.json'),
|
||||||
|
])
|
||||||
|
async def test_current_rainfall_unit(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry,
|
||||||
|
expected,
|
||||||
|
filename
|
||||||
|
) -> None:
|
||||||
|
hass.config.time_zone = 'Europe/Brussels'
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
api = get_api_with_data(filename)
|
||||||
|
tz = ZoneInfo("Europe/Brussels")
|
||||||
|
|
||||||
|
coordinator.data = ProcessedCoordinatorData(
|
||||||
|
current_weather=api.get_current_weather(tz),
|
||||||
|
hourly_forecast=api.get_hourly_forecast(tz),
|
||||||
|
radar_forecast=api.get_radar_forecast(),
|
||||||
|
country=api.get_country()
|
||||||
|
)
|
||||||
|
|
||||||
|
s = IrmKmiCurrentRainfall(coordinator, mock_config_entry)
|
||||||
|
|
||||||
|
assert s.native_unit_of_measurement == expected
|
|
@ -8,14 +8,17 @@ from homeassistant.const import CONF_ZONE
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
from custom_components.irm_kmi.const import DOMAIN
|
from custom_components.irm_kmi import OPTION_STYLE_STD, async_migrate_entry
|
||||||
|
from custom_components.irm_kmi.const import (
|
||||||
|
CONF_DARK_MODE, CONF_LANGUAGE_OVERRIDE, CONF_STYLE,
|
||||||
|
CONF_USE_DEPRECATED_FORECAST, CONFIG_FLOW_VERSION, DOMAIN,
|
||||||
|
OPTION_DEPRECATED_FORECAST_NOT_USED)
|
||||||
|
|
||||||
|
|
||||||
async def test_load_unload_config_entry(
|
async def test_load_unload_config_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_config_entry: MockConfigEntry,
|
mock_config_entry: MockConfigEntry,
|
||||||
mock_irm_kmi_api: AsyncMock,
|
mock_irm_kmi_api: AsyncMock,
|
||||||
mock_coordinator: AsyncMock
|
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test the IRM KMI configuration entry loading/unloading."""
|
"""Test the IRM KMI configuration entry loading/unloading."""
|
||||||
hass.states.async_set(
|
hass.states.async_set(
|
||||||
|
@ -53,7 +56,7 @@ async def test_config_entry_not_ready(
|
||||||
await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
assert mock_exception_irm_kmi_api.get_forecasts_coord.call_count == 1
|
assert mock_exception_irm_kmi_api.refresh_forecasts_coord.call_count == 1
|
||||||
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
|
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,3 +77,29 @@ async def test_config_entry_zone_removed(
|
||||||
|
|
||||||
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
|
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
|
||||||
assert "Zone 'zone.castle' not found" in caplog.text
|
assert "Zone 'zone.castle' not found" in caplog.text
|
||||||
|
|
||||||
|
|
||||||
|
async def test_config_entry_migration(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
) -> None:
|
||||||
|
"""Test the IRM KMI configuration entry not ready."""
|
||||||
|
mock_config_entry = MockConfigEntry(
|
||||||
|
title="My Castle",
|
||||||
|
domain=DOMAIN,
|
||||||
|
data={CONF_ZONE: "zone.castle"},
|
||||||
|
unique_id="zone.castle",
|
||||||
|
)
|
||||||
|
mock_config_entry.add_to_hass(hass)
|
||||||
|
|
||||||
|
success = await async_migrate_entry(hass, mock_config_entry)
|
||||||
|
assert success
|
||||||
|
|
||||||
|
assert mock_config_entry.data == {
|
||||||
|
CONF_ZONE: "zone.castle",
|
||||||
|
CONF_STYLE: OPTION_STYLE_STD,
|
||||||
|
CONF_DARK_MODE: True,
|
||||||
|
CONF_USE_DEPRECATED_FORECAST: OPTION_DEPRECATED_FORECAST_NOT_USED,
|
||||||
|
CONF_LANGUAGE_OVERRIDE: 'none'
|
||||||
|
}
|
||||||
|
|
||||||
|
assert mock_config_entry.version == CONFIG_FLOW_VERSION
|
||||||
|
|
|
@ -1,63 +1,26 @@
|
||||||
from unittest.mock import AsyncMock
|
from unittest.mock import AsyncMock
|
||||||
|
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
|
from irm_kmi_api.api import IrmKmiApiError
|
||||||
|
from irm_kmi_api.pollen import PollenParser
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
from custom_components.irm_kmi import IrmKmiCoordinator
|
from custom_components.irm_kmi import IrmKmiCoordinator
|
||||||
from custom_components.irm_kmi.pollen import PollenParser
|
from tests.conftest import get_api_with_data
|
||||||
from tests.conftest import get_api_data
|
|
||||||
|
|
||||||
|
|
||||||
def test_svg_pollen_parsing():
|
async def test_pollen_error_leads_to_unavailable_on_first_call(
|
||||||
with open("tests/fixtures/pollen.svg", "r") as file:
|
|
||||||
svg_data = file.read()
|
|
||||||
data = PollenParser(svg_data).get_pollen_data()
|
|
||||||
assert data == {'birch': 'purple', 'oak': 'active', 'hazel': 'none', 'mugwort': 'none', 'alder': 'green',
|
|
||||||
'grasses': 'none', 'ash': 'active'}
|
|
||||||
|
|
||||||
with open("tests/fixtures/pollen_two.svg", "r") as file:
|
|
||||||
svg_data = file.read()
|
|
||||||
data = PollenParser(svg_data).get_pollen_data()
|
|
||||||
assert data == {'birch': 'purple', 'oak': 'active', 'hazel': 'none', 'mugwort': 'none', 'alder': 'active',
|
|
||||||
'grasses': 'none', 'ash': 'active'}
|
|
||||||
|
|
||||||
with open("tests/fixtures/pollen_three.svg", "r") as file:
|
|
||||||
svg_data = file.read()
|
|
||||||
data = PollenParser(svg_data).get_pollen_data()
|
|
||||||
assert data == {'birch': 'none', 'oak': 'active', 'hazel': 'none', 'mugwort': 'none', 'alder': 'active',
|
|
||||||
'grasses': 'none', 'ash': 'active'}
|
|
||||||
|
|
||||||
def test_pollen_options():
|
|
||||||
assert PollenParser.get_option_values() == ['active', 'green', 'yellow', 'orange', 'red', 'purple', 'none']
|
|
||||||
|
|
||||||
|
|
||||||
def test_pollen_default_values():
|
|
||||||
assert PollenParser.get_default_data() == {'birch': 'none', 'oak': 'none', 'hazel': 'none', 'mugwort': 'none',
|
|
||||||
'alder': 'none', 'grasses': 'none', 'ash': 'none'}
|
|
||||||
|
|
||||||
|
|
||||||
async def test_pollen_data_from_api(
|
|
||||||
hass: HomeAssistant,
|
|
||||||
mock_svg_pollen: AsyncMock,
|
|
||||||
mock_config_entry: MockConfigEntry
|
|
||||||
) -> None:
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
|
||||||
api_data = get_api_data("be_forecast_warning.json")
|
|
||||||
|
|
||||||
result = await coordinator._async_pollen_data(api_data)
|
|
||||||
expected = {'mugwort': 'none', 'birch': 'purple', 'alder': 'green', 'ash': 'active', 'oak': 'active',
|
|
||||||
'grasses': 'none', 'hazel': 'none'}
|
|
||||||
assert result == expected
|
|
||||||
|
|
||||||
|
|
||||||
async def test_pollen_error_leads_to_default_values(
|
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_config_entry: MockConfigEntry,
|
mock_config_entry: MockConfigEntry,
|
||||||
mock_exception_irm_kmi_api_svg_pollen: AsyncMock
|
|
||||||
) -> None:
|
) -> None:
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
api_data = get_api_data("be_forecast_warning.json")
|
api = get_api_with_data("be_forecast_warning.json")
|
||||||
|
|
||||||
result = await coordinator._async_pollen_data(api_data)
|
api.get_svg = AsyncMock()
|
||||||
expected = PollenParser.get_default_data()
|
api.get_svg.side_effect = IrmKmiApiError
|
||||||
assert result == expected
|
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
expected = PollenParser.get_unavailable_data()
|
||||||
|
assert result['pollen'] == expected
|
||||||
|
|
|
@ -1,278 +0,0 @@
|
||||||
import base64
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
|
|
||||||
from custom_components.irm_kmi.data import (AnimationFrameData,
|
|
||||||
RadarAnimationData)
|
|
||||||
from custom_components.irm_kmi.rain_graph import RainGraph
|
|
||||||
|
|
||||||
|
|
||||||
def get_radar_animation_data() -> RadarAnimationData:
|
|
||||||
with open("tests/fixtures/clouds_be.png", "rb") as file:
|
|
||||||
image_data = file.read()
|
|
||||||
with open("tests/fixtures/loc_layer_be_n.png", "rb") as file:
|
|
||||||
location = file.read()
|
|
||||||
|
|
||||||
sequence = [
|
|
||||||
AnimationFrameData(
|
|
||||||
time=datetime.fromisoformat("2023-12-26T18:30:00+00:00") + timedelta(minutes=10 * i),
|
|
||||||
image=image_data,
|
|
||||||
value=2,
|
|
||||||
position=.5,
|
|
||||||
position_lower=.4,
|
|
||||||
position_higher=.6
|
|
||||||
)
|
|
||||||
for i in range(10)
|
|
||||||
]
|
|
||||||
|
|
||||||
return RadarAnimationData(
|
|
||||||
sequence=sequence,
|
|
||||||
most_recent_image_idx=2,
|
|
||||||
hint="Testing SVG camera",
|
|
||||||
unit="mm/10min",
|
|
||||||
location=location
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def test_svg_frame_setup():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_svg_frame()
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
with open("custom_components/irm_kmi/resources/roboto_medium.ttf", "rb") as file:
|
|
||||||
font_b64 = base64.b64encode(file.read()).decode('utf-8')
|
|
||||||
|
|
||||||
assert '#385E95' in svg_str
|
|
||||||
assert 'font-family: "Roboto Medium";' in svg_str
|
|
||||||
assert font_b64 in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_svg_hint():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.write_hint()
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert "Testing SVG camera" in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_svg_time_bars():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_hour_bars()
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert "19h" in svg_str
|
|
||||||
assert "20h" in svg_str
|
|
||||||
|
|
||||||
assert "<line" in svg_str
|
|
||||||
assert 'stroke="white"' in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_chances_path():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_chances_path()
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert 'fill="#63c8fa"' in svg_str
|
|
||||||
assert 'opacity="0.3"' in svg_str
|
|
||||||
assert 'stroke="none"' in svg_str
|
|
||||||
assert '<path ' in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_data_line():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_data_line()
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert 'fill="none"' in svg_str
|
|
||||||
assert 'stroke-width="2"' in svg_str
|
|
||||||
assert 'stroke="#63c8fa"' in svg_str
|
|
||||||
assert '<path ' in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_insert_background():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.insert_background()
|
|
||||||
|
|
||||||
with open("custom_components/irm_kmi/resources/be_white.png", "rb") as file:
|
|
||||||
png_b64 = base64.b64encode(file.read()).decode('utf-8')
|
|
||||||
|
|
||||||
svg_str = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert png_b64 in svg_str
|
|
||||||
assert "<image " in svg_str
|
|
||||||
assert 'height="490"' in svg_str
|
|
||||||
assert 'width="640"' in svg_str
|
|
||||||
assert 'x="0"' in svg_str
|
|
||||||
assert 'y="0"' in svg_str
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_current_frame_line_moving():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_current_fame_line()
|
|
||||||
|
|
||||||
str_svg = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert '<line' in str_svg
|
|
||||||
assert 'id="now"' in str_svg
|
|
||||||
assert 'opacity="1"' in str_svg
|
|
||||||
assert 'stroke="white"' in str_svg
|
|
||||||
assert 'stroke-width="2"' in str_svg
|
|
||||||
assert 'x1="50' in str_svg
|
|
||||||
assert 'x2="50' in str_svg
|
|
||||||
assert 'y1="520' in str_svg
|
|
||||||
assert 'y2="670' in str_svg
|
|
||||||
|
|
||||||
assert 'animateTransform' in str_svg
|
|
||||||
assert 'attributeName="transform"' in str_svg
|
|
||||||
assert 'repeatCount="indefinite"' in str_svg
|
|
||||||
assert 'type="translate"' in str_svg
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_current_frame_line_index():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_current_fame_line(0)
|
|
||||||
|
|
||||||
str_svg = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert '<line' in str_svg
|
|
||||||
assert 'id="now"' in str_svg
|
|
||||||
assert 'opacity="1"' in str_svg
|
|
||||||
assert 'stroke="white"' in str_svg
|
|
||||||
assert 'stroke-width="2"' in str_svg
|
|
||||||
assert 'x1="50' in str_svg
|
|
||||||
assert 'x2="50' in str_svg
|
|
||||||
assert 'y1="520' in str_svg
|
|
||||||
assert 'y2="670' in str_svg
|
|
||||||
|
|
||||||
assert 'animateTransform' not in str_svg
|
|
||||||
assert 'attributeName="transform"' not in str_svg
|
|
||||||
assert 'repeatCount="indefinite"' not in str_svg
|
|
||||||
assert 'type="translate"' not in str_svg
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_description_text():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_description_text()
|
|
||||||
|
|
||||||
str_svg = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
assert "18:30" in str_svg
|
|
||||||
assert "18:40" in str_svg
|
|
||||||
assert "18:50" in str_svg
|
|
||||||
assert "19:00" in str_svg
|
|
||||||
assert "19:10" in str_svg
|
|
||||||
assert "19:20" in str_svg
|
|
||||||
assert "19:30" in str_svg
|
|
||||||
assert "19:40" in str_svg
|
|
||||||
assert "19:50" in str_svg
|
|
||||||
assert "20:00" in str_svg
|
|
||||||
|
|
||||||
assert str_svg.count("2mm/10") == 10
|
|
||||||
assert 'class="roboto"' in str_svg
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_cloud_layer():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.insert_cloud_layer()
|
|
||||||
|
|
||||||
str_svg = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
with open("tests/fixtures/clouds_be.png", "rb") as file:
|
|
||||||
png_b64 = base64.b64encode(file.read()).decode('utf-8')
|
|
||||||
|
|
||||||
assert str_svg.count(png_b64) == 10
|
|
||||||
assert str_svg.count('height="490"') == 10
|
|
||||||
assert str_svg.count('width="640"') == 11 # Is also the width of the SVG itself
|
|
||||||
|
|
||||||
|
|
||||||
def test_draw_location_layer():
|
|
||||||
data = get_radar_animation_data()
|
|
||||||
rain_graph = RainGraph(
|
|
||||||
animation_data=data,
|
|
||||||
background_image_path="custom_components/irm_kmi/resources/be_white.png",
|
|
||||||
background_size=(640, 490),
|
|
||||||
auto=False
|
|
||||||
)
|
|
||||||
|
|
||||||
rain_graph.draw_location()
|
|
||||||
|
|
||||||
str_svg = rain_graph.get_dwg().tostring()
|
|
||||||
|
|
||||||
with open("tests/fixtures/loc_layer_be_n.png", "rb") as file:
|
|
||||||
png_b64 = base64.b64encode(file.read()).decode('utf-8')
|
|
||||||
|
|
||||||
assert png_b64 in str_svg
|
|
|
@ -1,10 +1,12 @@
|
||||||
|
import json
|
||||||
import logging
|
import logging
|
||||||
from unittest.mock import MagicMock
|
from unittest.mock import AsyncMock, MagicMock
|
||||||
|
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.data_entry_flow import FlowResultType
|
from homeassistant.data_entry_flow import FlowResultType
|
||||||
from homeassistant.helpers import issue_registry
|
from homeassistant.helpers import issue_registry
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from pytest_homeassistant_custom_component.common import (MockConfigEntry,
|
||||||
|
load_fixture)
|
||||||
|
|
||||||
from custom_components.irm_kmi import DOMAIN, IrmKmiCoordinator
|
from custom_components.irm_kmi import DOMAIN, IrmKmiCoordinator
|
||||||
from custom_components.irm_kmi.const import (REPAIR_OPT_DELETE,
|
from custom_components.irm_kmi.const import (REPAIR_OPT_DELETE,
|
||||||
|
@ -28,6 +30,11 @@ async def get_repair_flow(
|
||||||
await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
fixture: str = "forecast_out_of_benelux.json"
|
||||||
|
forecast = json.loads(load_fixture(fixture))
|
||||||
|
coordinator._api.get_forecasts_coord = AsyncMock(return_value=forecast)
|
||||||
|
|
||||||
await coordinator._async_update_data()
|
await coordinator._async_update_data()
|
||||||
ir = issue_registry.async_get(hass)
|
ir = issue_registry.async_get(hass)
|
||||||
issue = ir.async_get_issue(DOMAIN, "zone_moved")
|
issue = ir.async_get_issue(DOMAIN, "zone_moved")
|
||||||
|
@ -38,7 +45,6 @@ async def get_repair_flow(
|
||||||
|
|
||||||
async def test_repair_triggers_when_out_of_benelux(
|
async def test_repair_triggers_when_out_of_benelux(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
hass.states.async_set(
|
hass.states.async_set(
|
||||||
|
@ -50,6 +56,8 @@ async def test_repair_triggers_when_out_of_benelux(
|
||||||
mock_config_entry.add_to_hass(hass)
|
mock_config_entry.add_to_hass(hass)
|
||||||
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
coordinator._api.get_forecasts_coord = AsyncMock(return_value=json.loads(load_fixture("forecast_out_of_benelux.json")))
|
||||||
|
|
||||||
await coordinator._async_update_data()
|
await coordinator._async_update_data()
|
||||||
|
|
||||||
ir = issue_registry.async_get(hass)
|
ir = issue_registry.async_get(hass)
|
||||||
|
@ -65,7 +73,6 @@ async def test_repair_triggers_when_out_of_benelux(
|
||||||
|
|
||||||
async def test_repair_flow(
|
async def test_repair_flow(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_irm_kmi_api_repair_in_benelux: MagicMock,
|
mock_irm_kmi_api_repair_in_benelux: MagicMock,
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -87,7 +94,6 @@ async def test_repair_flow(
|
||||||
|
|
||||||
async def test_repair_flow_invalid_choice(
|
async def test_repair_flow_invalid_choice(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_irm_kmi_api_repair_in_benelux: MagicMock,
|
mock_irm_kmi_api_repair_in_benelux: MagicMock,
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -106,7 +112,6 @@ async def test_repair_flow_invalid_choice(
|
||||||
|
|
||||||
async def test_repair_flow_api_error(
|
async def test_repair_flow_api_error(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_get_forecast_api_error_repair: MagicMock,
|
mock_get_forecast_api_error_repair: MagicMock,
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -125,7 +130,6 @@ async def test_repair_flow_api_error(
|
||||||
|
|
||||||
async def test_repair_flow_out_of_benelux(
|
async def test_repair_flow_out_of_benelux(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_irm_kmi_api_repair_out_of_benelux: MagicMock,
|
mock_irm_kmi_api_repair_out_of_benelux: MagicMock,
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -144,7 +148,6 @@ async def test_repair_flow_out_of_benelux(
|
||||||
|
|
||||||
async def test_repair_flow_delete_entry(
|
async def test_repair_flow_delete_entry(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_irm_kmi_api_coordinator_out_benelux: MagicMock,
|
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
repair_flow = await get_repair_flow(hass, mock_config_entry)
|
repair_flow = await get_repair_flow(hass, mock_config_entry)
|
||||||
|
|
220
tests/test_sensors.py
Normal file
|
@ -0,0 +1,220 @@
|
||||||
|
from datetime import datetime
|
||||||
|
from unittest.mock import AsyncMock, MagicMock
|
||||||
|
|
||||||
|
from freezegun import freeze_time
|
||||||
|
from homeassistant.core import HomeAssistant
|
||||||
|
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
||||||
|
|
||||||
|
from custom_components.irm_kmi import IrmKmiCoordinator
|
||||||
|
from custom_components.irm_kmi.binary_sensor import IrmKmiWarning
|
||||||
|
from custom_components.irm_kmi.const import CONF_LANGUAGE_OVERRIDE
|
||||||
|
from custom_components.irm_kmi.sensor import (IrmKmiNextSunMove,
|
||||||
|
IrmKmiNextWarning)
|
||||||
|
from tests.conftest import get_api_with_data, get_radar_animation_data
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2024-01-12T07:55:00+01:00'))
|
||||||
|
async def test_warning_data(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
api = get_api_with_data("be_forecast_warning.json")
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
result = api.get_warnings('en')
|
||||||
|
|
||||||
|
coordinator.data = {'warnings': result}
|
||||||
|
warning = IrmKmiWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
assert warning.is_on
|
||||||
|
assert len(warning.extra_state_attributes['warnings']) == 2
|
||||||
|
|
||||||
|
for w in warning.extra_state_attributes['warnings']:
|
||||||
|
assert w['is_active']
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['active_warnings_friendly_names'] == "Fog, Ice or snow"
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2024-01-12T07:55:00+01:00'))
|
||||||
|
async def test_warning_data_unknown_lang(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
|
||||||
|
api = get_api_with_data("be_forecast_warning.json")
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
api.get_pollen = AsyncMock()
|
||||||
|
api.get_animation_data = MagicMock(return_value=get_radar_animation_data())
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
|
coordinator.data = {'warnings': result['warnings']}
|
||||||
|
warning = IrmKmiWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
assert warning.is_on
|
||||||
|
assert len(warning.extra_state_attributes['warnings']) == 2
|
||||||
|
|
||||||
|
for w in warning.extra_state_attributes['warnings']:
|
||||||
|
assert w['is_active']
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['active_warnings_friendly_names'] == "Fog, Ice or snow"
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2024-01-11T20:00:00+01:00'))
|
||||||
|
async def test_next_warning_when_data_available(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
api = get_api_with_data("be_forecast_warning.json")
|
||||||
|
await hass.config_entries.async_add(mock_config_entry)
|
||||||
|
hass.config_entries.async_update_entry(mock_config_entry, data=mock_config_entry.data | {CONF_LANGUAGE_OVERRIDE: 'de'})
|
||||||
|
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
api.get_pollen = AsyncMock()
|
||||||
|
api.get_animation_data = MagicMock(return_value=get_radar_animation_data())
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
|
coordinator.data = {'warnings': result['warnings']}
|
||||||
|
warning = IrmKmiNextWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextWarning'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
warning._attr_translation_key = None
|
||||||
|
|
||||||
|
assert warning.state == "2024-01-12T06:00:00+00:00"
|
||||||
|
assert len(warning.extra_state_attributes['next_warnings']) == 2
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['next_warnings_friendly_names'] == "Nebel, Glätte"
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2024-01-12T07:30:00+01:00'))
|
||||||
|
async def test_next_warning_none_when_only_active_warnings(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
api = get_api_with_data("be_forecast_warning.json")
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
api.get_pollen = AsyncMock()
|
||||||
|
api.get_animation_data = MagicMock(return_value=get_radar_animation_data())
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
|
coordinator.data = {'warnings': result['warnings']}
|
||||||
|
warning = IrmKmiNextWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextWarning'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
warning._attr_translation_key = None
|
||||||
|
|
||||||
|
assert warning.state is None
|
||||||
|
assert len(warning.extra_state_attributes['next_warnings']) == 0
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['next_warnings_friendly_names'] == ""
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2024-01-12T07:30:00+01:00'))
|
||||||
|
async def test_next_warning_none_when_no_warnings(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
coordinator.data = {'warnings': []}
|
||||||
|
warning = IrmKmiNextWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextWarning'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
warning._attr_translation_key = None
|
||||||
|
|
||||||
|
assert warning.state is None
|
||||||
|
assert len(warning.extra_state_attributes['next_warnings']) == 0
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['next_warnings_friendly_names'] == ""
|
||||||
|
|
||||||
|
coordinator.data = dict()
|
||||||
|
warning = IrmKmiNextWarning(coordinator, mock_config_entry)
|
||||||
|
warning.hass = hass
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextWarning'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
warning._attr_translation_key = None
|
||||||
|
|
||||||
|
assert warning.state is None
|
||||||
|
assert len(warning.extra_state_attributes['next_warnings']) == 0
|
||||||
|
|
||||||
|
assert warning.extra_state_attributes['next_warnings_friendly_names'] == ""
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2023-12-26T18:30:00+01:00'))
|
||||||
|
async def test_next_sunrise_sunset(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
api = get_api_with_data("forecast.json")
|
||||||
|
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
api.get_pollen = AsyncMock()
|
||||||
|
api.get_animation_data = MagicMock(return_value=get_radar_animation_data())
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
|
coordinator.data = {'daily_forecast': result['daily_forecast']}
|
||||||
|
|
||||||
|
sunset = IrmKmiNextSunMove(coordinator, mock_config_entry, 'sunset')
|
||||||
|
sunrise = IrmKmiNextSunMove(coordinator, mock_config_entry, 'sunrise')
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextSunMove'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
sunrise._attr_translation_key = None
|
||||||
|
sunset._attr_translation_key = None
|
||||||
|
|
||||||
|
assert datetime.fromisoformat(sunrise.state) == datetime.fromisoformat('2023-12-27T08:44:00+01:00')
|
||||||
|
assert datetime.fromisoformat(sunset.state) == datetime.fromisoformat('2023-12-27T16:43:00+01:00')
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat('2023-12-26T15:30:00+01:00'))
|
||||||
|
async def test_next_sunrise_sunset_bis(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
api = get_api_with_data("forecast.json")
|
||||||
|
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
api.get_pollen = AsyncMock()
|
||||||
|
api.get_animation_data = MagicMock(return_value=get_radar_animation_data())
|
||||||
|
coordinator._api = api
|
||||||
|
|
||||||
|
result = await coordinator.process_api_data()
|
||||||
|
|
||||||
|
coordinator.data = {'daily_forecast': result['daily_forecast']}
|
||||||
|
|
||||||
|
sunset = IrmKmiNextSunMove(coordinator, mock_config_entry, 'sunset')
|
||||||
|
sunrise = IrmKmiNextSunMove(coordinator, mock_config_entry, 'sunrise')
|
||||||
|
|
||||||
|
# This somehow fixes the following error that popped since 2024.12.0
|
||||||
|
# ValueError: Entity <class 'custom_components.irm_kmi.sensor.IrmKmiNextSunMove'> cannot have a translation key for
|
||||||
|
# unit of measurement before being added to the entity platform
|
||||||
|
sunrise._attr_translation_key = None
|
||||||
|
sunset._attr_translation_key = None
|
||||||
|
|
||||||
|
assert datetime.fromisoformat(sunrise.state) == datetime.fromisoformat('2023-12-27T08:44:00+01:00')
|
||||||
|
assert datetime.fromisoformat(sunset.state) == datetime.fromisoformat('2023-12-26T16:42:00+01:00')
|
|
@ -1,32 +1,29 @@
|
||||||
import os
|
import json
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from typing import List
|
from typing import List
|
||||||
from unittest.mock import AsyncMock
|
|
||||||
|
|
||||||
from freezegun import freeze_time
|
from freezegun import freeze_time
|
||||||
from homeassistant.components.weather import Forecast
|
from homeassistant.components.weather import Forecast
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from pytest_homeassistant_custom_component.common import MockConfigEntry
|
from irm_kmi_api.data import IrmKmiRadarForecast
|
||||||
|
from pytest_homeassistant_custom_component.common import (MockConfigEntry,
|
||||||
|
load_fixture)
|
||||||
|
|
||||||
from custom_components.irm_kmi import IrmKmiCoordinator, IrmKmiWeather
|
from custom_components.irm_kmi import IrmKmiCoordinator, IrmKmiWeather
|
||||||
|
from custom_components.irm_kmi.data import ProcessedCoordinatorData
|
||||||
|
from tests.conftest import get_api_with_data
|
||||||
|
|
||||||
|
|
||||||
@freeze_time(datetime.fromisoformat("2023-12-28T15:30:00+01:00"))
|
@freeze_time(datetime.fromisoformat("2023-12-28T15:30:00+01:00"))
|
||||||
async def test_weather_nl(
|
async def test_weather_nl(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_image_and_nl_forecast_irm_kmi_api: AsyncMock,
|
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
hass.states.async_set(
|
|
||||||
"zone.home",
|
|
||||||
0,
|
|
||||||
{"latitude": 50.738681639, "longitude": 4.054077148},
|
|
||||||
)
|
|
||||||
hass.config.config_dir = os.getcwd()
|
|
||||||
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
await coordinator.async_config_entry_first_refresh()
|
forecast = json.loads(load_fixture("forecast_nl.json"))
|
||||||
|
coordinator._api._api_data = forecast
|
||||||
|
|
||||||
|
coordinator.data = await coordinator.process_api_data()
|
||||||
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
||||||
result = await weather.async_forecast_daily()
|
result = await weather.async_forecast_daily()
|
||||||
|
|
||||||
|
@ -41,19 +38,14 @@ async def test_weather_nl(
|
||||||
@freeze_time(datetime.fromisoformat("2024-01-21T14:15:00+01:00"))
|
@freeze_time(datetime.fromisoformat("2024-01-21T14:15:00+01:00"))
|
||||||
async def test_weather_higher_temp_at_night(
|
async def test_weather_higher_temp_at_night(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_image_and_high_temp_irm_kmi_api: AsyncMock,
|
|
||||||
mock_config_entry: MockConfigEntry
|
mock_config_entry: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
# Test case for https://github.com/jdejaegh/irm-kmi-ha/issues/8
|
# Test case for https://github.com/jdejaegh/irm-kmi-ha/issues/8
|
||||||
hass.states.async_set(
|
|
||||||
"zone.home",
|
|
||||||
0,
|
|
||||||
{"latitude": 50.738681639, "longitude": 4.054077148},
|
|
||||||
)
|
|
||||||
hass.config.config_dir = os.getcwd()
|
|
||||||
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
await coordinator.async_config_entry_first_refresh()
|
forecast = json.loads(load_fixture("high_low_temp.json"))
|
||||||
|
coordinator._api._api_data = forecast
|
||||||
|
|
||||||
|
coordinator.data = await coordinator.process_api_data()
|
||||||
|
|
||||||
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
||||||
result: List[Forecast] = await weather.async_forecast_daily()
|
result: List[Forecast] = await weather.async_forecast_daily()
|
||||||
|
@ -72,18 +64,13 @@ async def test_weather_higher_temp_at_night(
|
||||||
@freeze_time(datetime.fromisoformat("2023-12-26T18:30:00+01:00"))
|
@freeze_time(datetime.fromisoformat("2023-12-26T18:30:00+01:00"))
|
||||||
async def test_forecast_attribute_same_as_service_call(
|
async def test_forecast_attribute_same_as_service_call(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_image_and_simple_forecast_irm_kmi_api: AsyncMock,
|
|
||||||
mock_config_entry_with_deprecated: MockConfigEntry
|
mock_config_entry_with_deprecated: MockConfigEntry
|
||||||
) -> None:
|
) -> None:
|
||||||
hass.states.async_set(
|
|
||||||
"zone.home",
|
|
||||||
0,
|
|
||||||
{"latitude": 50.738681639, "longitude": 4.054077148},
|
|
||||||
)
|
|
||||||
hass.config.config_dir = os.getcwd()
|
|
||||||
|
|
||||||
coordinator = IrmKmiCoordinator(hass, mock_config_entry_with_deprecated)
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry_with_deprecated)
|
||||||
await coordinator.async_config_entry_first_refresh()
|
forecast = json.loads(load_fixture("forecast.json"))
|
||||||
|
coordinator._api._api_data = forecast
|
||||||
|
|
||||||
|
coordinator.data = await coordinator.process_api_data()
|
||||||
|
|
||||||
weather = IrmKmiWeather(coordinator, mock_config_entry_with_deprecated)
|
weather = IrmKmiWeather(coordinator, mock_config_entry_with_deprecated)
|
||||||
|
|
||||||
|
@ -91,3 +78,88 @@ async def test_forecast_attribute_same_as_service_call(
|
||||||
result_forecast: List[Forecast] = weather.extra_state_attributes['forecast']
|
result_forecast: List[Forecast] = weather.extra_state_attributes['forecast']
|
||||||
|
|
||||||
assert result_service == result_forecast
|
assert result_service == result_forecast
|
||||||
|
|
||||||
|
|
||||||
|
@freeze_time(datetime.fromisoformat("2023-12-26T17:58:03+01:00"))
|
||||||
|
async def test_radar_forecast_service(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
):
|
||||||
|
hass.config.time_zone = 'Europe/Brussels'
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
|
||||||
|
coordinator._api = get_api_with_data("forecast.json")
|
||||||
|
|
||||||
|
coordinator.data = ProcessedCoordinatorData(
|
||||||
|
radar_forecast=coordinator._api.get_radar_forecast()
|
||||||
|
)
|
||||||
|
|
||||||
|
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
||||||
|
|
||||||
|
result_service: List[Forecast] = weather.get_forecasts_radar_service(False)
|
||||||
|
|
||||||
|
expected = [
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:00:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:10:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:20:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:30:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:40:00+01:00", native_precipitation=0.1, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T17:50:00+01:00", native_precipitation=0.01, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:00:00+01:00", native_precipitation=0.12, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:10:00+01:00", native_precipitation=1.2, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:20:00+01:00", native_precipitation=2, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:30:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min'),
|
||||||
|
IrmKmiRadarForecast(datetime="2023-12-26T18:40:00+01:00", native_precipitation=0, might_rain=False,
|
||||||
|
rain_forecast_max=0, rain_forecast_min=0, unit='mm/10min')
|
||||||
|
]
|
||||||
|
|
||||||
|
assert result_service == expected[5:]
|
||||||
|
|
||||||
|
result_service: List[Forecast] = weather.get_forecasts_radar_service(True)
|
||||||
|
|
||||||
|
assert result_service == expected
|
||||||
|
|
||||||
|
def is_serializable(x):
|
||||||
|
try:
|
||||||
|
json.dumps(x)
|
||||||
|
return True
|
||||||
|
except (TypeError, OverflowError):
|
||||||
|
return False
|
||||||
|
|
||||||
|
def all_serializable(elements: list[Forecast]):
|
||||||
|
for element in elements:
|
||||||
|
for v in element.values():
|
||||||
|
assert is_serializable(v)
|
||||||
|
|
||||||
|
async def test_forecast_types_are_serializable(
|
||||||
|
hass: HomeAssistant,
|
||||||
|
mock_config_entry: MockConfigEntry
|
||||||
|
) -> None:
|
||||||
|
coordinator = IrmKmiCoordinator(hass, mock_config_entry)
|
||||||
|
forecast = json.loads(load_fixture("forecast.json"))
|
||||||
|
coordinator._api._api_data = forecast
|
||||||
|
|
||||||
|
coordinator.data = await coordinator.process_api_data()
|
||||||
|
weather = IrmKmiWeather(coordinator, mock_config_entry)
|
||||||
|
|
||||||
|
result = await weather.async_forecast_daily()
|
||||||
|
all_serializable(result)
|
||||||
|
|
||||||
|
result = await weather.async_forecast_twice_daily()
|
||||||
|
all_serializable(result)
|
||||||
|
|
||||||
|
result = await weather.async_forecast_hourly()
|
||||||
|
all_serializable(result)
|
||||||
|
|
||||||
|
result = weather.get_forecasts_radar_service(True)
|
||||||
|
all_serializable(result)
|