Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk-its/homeassistant-blitzortung
Custom Component for fetching lightning data from blitzortung.org
https://github.com/mrk-its/homeassistant-blitzortung
blitzortung home-assistant home-automation lightning-network
Last synced: 9 days ago
JSON representation
Custom Component for fetching lightning data from blitzortung.org
- Host: GitHub
- URL: https://github.com/mrk-its/homeassistant-blitzortung
- Owner: mrk-its
- License: mit
- Created: 2020-06-13T22:19:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T20:41:22.000Z (30 days ago)
- Last Synced: 2024-10-23T00:38:07.330Z (16 days ago)
- Topics: blitzortung, home-assistant, home-automation, lightning-network
- Language: Python
- Homepage:
- Size: 229 KB
- Stars: 210
- Watchers: 14
- Forks: 41
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blitzortung.org lightning detector
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration)
Blitzortung.org is a worldwide, real time, community collaborative lightning location network. This component uses Blitzortung data and provides real time notifications about lightning strikes in given area (by default within 100km radius of your home). Data is served through a public MQTT server (dedicated to serve requests for this component) - thanks to geohash-based topics and some other optimizations it greatly reduces amount of data sent to clients comparing to direct websocket connection to Blitzortung servers (it is also required by Blitzortung data usage policy - third party apps must use their own servers to server data for their own clients).
# Features
- distance and azimuth sensors of lightning strikes nearby
- counter of lightning strikes
- emits geo_location events for lightning strikes (visible on the map)
- data is realtime, with average delay of few seconds# Manual installation
Place `custom_components/blitzortung` directory inside custom_components dir and restart Home Assistant# HACS installation
This component is available on HACS default# Configuration
Search for Blitzortung on `Configuration/Integrations` page. After adding integration, you can optionally configure the location and radius with Blitzortung/Options (by default your home locattion is used with 100km radius).You can change the coordinates for an existing Blitzortung configuration using the reconfigure flow, go to **Settings** >> **Devices & services** >> **Blitortung** >> **3 dot menu** >> **Reconfigure**.
# Reviews and How-Tos
You can read and see (youtube) how this component was used in the following community video.
[How to Add a Lightning Sensor](https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html)