-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lightning-detector-card support #9
Comments
This widget looks great, but it is able to only show distance. Blitzortung provides lat/lon coordinates of lightning, it would be great to show it on map, like: https://map.blitzortung.org/#3.76/48.41/15.98 |
And there I was just about to open a feature request to display lightnings on the HA map... 😄 |
@sgofferj I'll check how WWLLN was integrated with HA map, thanks!
|
Successfully made a canvas-gauge-card for the strike direction:
@mrk-its That works of course. I was more thinking of an entity that triggers for every single lightning to make a sound or flash a light 😃 But that probably also can be done with some template trickery. |
@mrk-its https://github.com/home-assistant/core/tree/5bef1c223d57b8f28d824d0d3c9fd11617c14d91/homeassistant/components/wwlln Here is the link to the historical branch where wwlln was, the code your looking for is geo_location.py this will add the geo event into the map, it will also allow geolocation events to be triggered. I used to have this for an automation if lightning was detected within 20km it would trigger an alert to turn on sensitive devices. |
@stboch thanks, I've just pushed version with geo_location platform support (ported from wwlln) on dev branch (it would be great if you can test it). |
@mrk-its Tested it out, works great... just FYI might want to add a warning to idle timeout if set to 0 it might make the system very unstable over time. |
@stboch I've introduced separate configuration parameter to configure max number of latest geo_location events to keep in memory (defaults to 100). And there is a warning if set above 500. I'll test it a bit and I'm going to merge it soon to master. |
also noticed tick! is set to info level and not filtered by the distance. so kinda filling up the logs. |
On Wed, Aug 5, 2020 at 7:01 PM stboch ***@***.***> wrote:
also noticed tick! is set to info level and not filtered by the distance.
so kinda filling up the logs.
Good catch, I've just cleaned up logging.
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHAVDCAUHIXHDIRJKL6OLDR7GF5ZANCNFSM4PE2LBCA>
.
|
Hi all, I've just integrated blitzortung with compass card from HACS and it was easy as nothing. The only drawback i see is that the azimuth sometimes brings back negative degree values Is it possible to only deliver values within 0 to 359.999? Open issue on compass card is in |
@andilge I see it has been fixed on 'compass-card' side, great! |
Closing, as we have now some great method of visualizing this data. |
I'm struggling to find a meaningful way to display this in my dashboard. I did come across this in hacs and it looks perfect. Is there any way to get this working together?
https://github.com/ironsheep/lovelace-lightning-detector-card
Thanks for all you do!!
The text was updated successfully, but these errors were encountered: