Ich bekomme das einfach nicht zum laufen. Wo finde ich denn die Events in meinem HomeAssistant um dann zum Beispiel eine Licht rot blinken zu lassen wenn die Bombe platziert wurde.
Vielleicht bin ich auch einfach zu blöd eine englische Anleitung zu lesen
The Webhook integration sounds like a really useful feature for customizing your gaming experience. It would be so satisfying to see your lights flash red when the bomb is planted in CS:GO or when the blue zone starts moving in PUBG. And the fact that you can even set it up to have Alexa cheer you on when you make a kill in Dota 2 or LoL is just too cool! By the way, I recently came across this article called “Real Money Making Games” and it had some interesting suggestions for games where you can actually make some money while playing. It made me wonder if integrating LED lights could enhance that experience even more.
Hi everyone!
I’ve installed HACS on my Home Assistant and with HACS I installed the integration “Overwolf Webhook”.
I’m now on step 3 of the GitHub documentation (Homeassistant-Overwolf-Status). But I can’t find any Webhook URLs.
Do I need the Home Assistant Cloud, which costs money, so that I can get a webhook URL or can I do this for free in another way?
The goal is to display news/statistics etc. from games like CS:GO or League of Legends on my Alexa (Echo Show).
Does anyone have an idea how to solve this problem?
great to see that you want to use the integration.
It should work without Home Assistant Cloud.
Once you set up the integration, you should find webhooks under the (misleading) Home Assistant Cloud settings.
Can you please check that you have the integration installed? It should then be listed on the integration dashboard as Overwolf Webhook.
Can you provide screenshots of the integrations dashboard and the Webhook section of the Home Assistant Cloud settings?
thank you for your fast answer!
I could finally generate a hook-id so I could give the Overwolf-App “HomeAssistant Game Events” the Webhook URL" as a local webhook (so I don’t need the “expensive” HA cloud )
It’s my very first time using HomeAssistant so I don’t know how to make the automation / event trigger work so that my Alexa (Echo Show) will receive the Overwolf trigger. = /
Your integration is really cool and I definitely want to get it working. Maybe you could give me some starting tips? I suspect that once I understand it, additional triggers will definitely be very easy to create for me!
Events are extremely dependent on the game and how Overwolf implemented them.
The overwolf app and the Home Assistant integration are basically just forwarding the raw event data provided by Overwolf.
Please check the HA docs for further details on automations and what can be achieved with them.
Side note: Nabu casa (the company that employs many Home Assistant developers and supporters) is financed by those cloud subscriptions. You don’t have to have one - everything works without it. But it supports the development of this awesome system that you can use free of charge and that is extremely labour intensive. Maybe worth a thought if you can afford it.
This seemed promising, but failed.
I dont have nabu casa. I play games on PCa and Home assistant is installed on PCb.
Overwolf webhook config gives error… “Value must be a https://hooks.nabu.casa or .local URL”
When I installed the integration this is what I got as the url…
“http://172.22.2.111:8123/api/webhook/hook-id.”
Seems like this approach is a dead end to light up my gaming room with events.
Finally got the .local address figured out.
I started my Linux server as a Frigate server. So I named it frigatenvr. So the host name is frigatenvr.
I than installed docker and a bunch of containers, including home assistant.
To get to home assistant via .local address I have to use http://frigatenvr.local:8123.
Will reinstall Overwolf and see if it works.
Overwolf config success. Now to start automations and lights.
I installed, opened app started CS2 and nothing happened. I then closed the OW app and reopened, started a new bot match and it started to work.
I can not find a sample of bomb planted or exploded at Counter Strike 2 Game events | Overwolf
It looks like bomb status is not supported. I have the other automations figured out.
Round start, freeze time, T win, CT win. now looking for bomb and boom its not there.