Skip to content

Home Assistant Custom Component for Near Realtime Notifications of Earthquakes from EMSC

Notifications You must be signed in to change notification settings

febalci/ha_emsc_earthquake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EMSC Near Real Time Earthquake Notifications

Home Assistant Custom Component for Near Realtime Notifications of Earthquakes from EMSC

EMSC Provides Earthquake Information from https://seismicportal.eu/realtime.html websocket connection instantly. This custom component provides websocket connection to EMSC servers and gets the information to Home Assistant instantly.

Installation

You will need to install the crowipmodule manually.

  • Create custom_components folder if it does not exist to get following structure config/custom_components

  • Create crowipmodule folder inside custom_components folder config/custom_components/crowipmodule

  • Copy all files from custom_components/emsc_earthquake/ into the previously created folder

  • Restart Home Assistant

Setup and Configuration

  • Go to Settings/Devices & services

  • Press +Add Integration button

  • Select EMSC Earthquake

  • name : Name of the sensor

  • center_latitude: Latitude of your base location, default is zone.home latitude

  • center_logitude: Longitude of your base location, default is zone.home longitude

  • radius_km: Distance of all earthquakes to be informed of, within a radius from your base location (in km)

  • min_mag: Minimum magnitude of earthquakes to be informed of, within the radius defined earlier.

  • total_max_mag: Independent from earlier parameters, show all earthquakes larger than this magnitude from all over the world.

About

Home Assistant Custom Component for Near Realtime Notifications of Earthquakes from EMSC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages