mrk-its / homeassistant-blitzortung

Custom Component for fetching lightning data from blitzortung.org
MIT License
186 stars 38 forks source link

Blitzortung Not working Again #70

Closed mboroff closed 1 year ago

mboroff commented 1 year ago

The site must have changed access again. My card shows unknown again.

Screenshot 2023-01-12 at 12 56 35 PM
K5OZ commented 1 year ago

Marty, I have the same issue; however, I am using a direct call to the web socket (wss:ws7.blitzortung.org/) to get the data. It connects, but no data is being sent after the query in node red. Thanks for opening this problem ticket. Dave

fordemon92 commented 1 year ago

Having the same issue worked about a week ago and now it's not.

anderbak commented 1 year ago

Same here. Was excited to see if my automation worked while we have a storm coming through.

mrk-its commented 1 year ago

It looks they changed magic constant that needs to be sent on start, it should work again.

mboroff commented 1 year ago

What is the new code?MartySent from my iPhoneOn Jan 14, 2023, at 6:52 PM, Mariusz Kryński @.***> wrote: It looks they changed magic constant that needs to be sent on start, it should work again.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

mrk-its commented 1 year ago

commited here: https://github.com/mrk-its/homeassistant-blitzortung/commit/45ed1a29389f16714c253308d792420aedeee901

K5OZ commented 1 year ago

Thank you Mariusz !!!

mboroff commented 1 year ago

Thank you Mariusz. I had a feeling it was something like this.

May I ask how you arrived at the new value? Is there documentation you were able to obtain?

Marty

On Jan 15, 2023, at 9:08 AM, David Hartley @.***> wrote:

Thank you Mariusz !!!

— Reply to this email directly, view it on GitHub https://github.com/mrk-its/homeassistant-blitzortung/issues/70#issuecomment-1383160243, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2EZ2UPPOD7OLCV3TZ6XTDWSQAGPANCNFSM6AAAAAATZQ5HYQ. You are receiving this because you authored the thread.

mrk-its commented 1 year ago

May I ask how you arrived at the new value?

Open chrome (or firefox) dev tools, on network tab filter only web socket connections and reload https://www.blitzortung.org/ - you should be able to see first message sent from browser - it contains the value.

mboroff commented 1 year ago

Got it Thanks so much.

Marty

On Jan 15, 2023, at 11:09 AM, Mariusz Kryński @.***> wrote:

May I ask how you arrived at the new value?

Open chrome (or firefox) dev tools, on network tab filter only web socket connections and reload https://www.blitzortung.org/ - you should be able to see first message sent from browser - it contains the value.

— Reply to this email directly, view it on GitHub https://github.com/mrk-its/homeassistant-blitzortung/issues/70#issuecomment-1383189447, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2EZ2WSRHDDP5LFVSS34Q3WSQONNANCNFSM6AAAAAATZQ5HYQ. You are receiving this because you authored the thread.