Global Disaster Alert and Coordination System (GDACS)
The gdacs
integration lets you use a GeoRSS feed provided by GDACS
Entities are generated, updated and removed automatically with each update from the feed. Each entity defines latitude and longitude and will be shown on the default map automatically, or on a map card by defining the source gdacs
. The distance is available as the state of each entity converted to the configured unit system (kilometers or miles).
The data is updated every 5 minutes.
The material used by this integration is provided by the Global Disaster Alert and Coordination System (GDACS)
Configuration
To add the Global Disaster Alert and Coordination System (GDACS) service to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Global Disaster Alert and Coordination System (GDACS).
-
Follow the instructions on screen to complete the setup.
State attributes
The following state attributes are available for each entity in addition to the standard ones:
Attribute | Description |
---|---|
latitude | Latitude of the alert’s location. |
longitude | Longitude of the alert’s location. |
source |
gdacs to be used in conjunction with geo_location automation trigger. |
external_id | The external ID used in the feed to identify the alert. |
title | Title of this entry. |
description | Description of this entry. |
event type | Type of event this alert is for (Drought, Earthquake, Flood, Tropical Cyclone, Tsunami, Volcano). |
alert level | Alert level (Red, Orange, Green). |
country | Country that the alert is applicable to. |
duration in week | Duration of the alert in full weeks (only shown if more than one week). |
from date | Date and time this alert started. |
to date | Date and time this alert ended (or now if ongoing). |
population | Exposed population. |
severity | Severity of the alert. |
vulnerability | Vulnerability score (textual or numerical). |
Please note that some of the attribute values depend on the context and may not be comparable between different event types.
Sensor
This integration automatically creates a sensor that shows how many entities are currently managed by this integration. In addition to that the sensor has some useful attributes that indicate the currentness of the data retrieved from the feed.
Attribute | Description |
---|---|
status | Status of last update from the feed (“OK” or “ERROR”). |
last update | Timestamp of the last update from the feed. |
last update successful | Timestamp of the last successful update from the feed. |
last timestamp | Timestamp of the latest entry from the feed. |
created | Number of entities that were created during last update (optional). |
updated | Number of entities that were updated during last update (optional). |
removed | Number of entities that were removed during last update (optional). |