You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EVCC is able to send the messages via shoutrrr direct to Home Assistant.
HA will be triggered via Webhock-trigger and send the notify vie Home Assistant Companion App, so no cloud service is needed!
1. Configure the HA Automation:
Create a new automation via UI, select Webhook as the Trigger. Home Assistant will automatically assign it a unique ID.
Switch to YAML-Mode and attach following snipplet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
EVCC is able to send the messages via shoutrrr direct to Home Assistant.
HA will be triggered via Webhock-trigger and send the notify vie Home Assistant Companion App, so no cloud service is needed!
1. Configure the HA Automation:
add snipplet to automation in YAML mode
replace:
action: []
with:
2. Configure evcc:
add snipplet to evcc.yaml (optimised for IOS)
Now you are able to receive evcc notify notification via Home Assistant Companion APP without cloud.
More Info
shoutrrr:
https://containrrr.dev/shoutrrr/v0.8/examples/generic/#home_assistant
shoutrrr Webhook snipplet in evcc.yaml:
The URL in evcc.yaml needs to be
for https:// ->generic://HAIPAddress:HAPort/api/webhook/WebhookIDFromHA?template=json
for http:// -> generic://HAIPAddress:HAPort/api/webhook/WebhookIDFromHA?template=json&disabletls=yes
https://www.influxdata.com/blog/getting-started-home-assistant-webhooks/
Beta Was this translation helpful? Give feedback.
All reactions