Hello,
I’m new to Home Assistant, running the latest version via docker on Unraid.
So far, I’ve gotten hooked into my Abode security system, Life360, and my Chamberlain garage door opener. I’m still learning the syntax and other features of HA.
Regarding the Abode alarm system, I’m having trouble figuring out how to capture an event from within an automation trigger.
Is there documentation somewhere that explains how to translate the variables, events, and fields in that Abode link to an automation script, as in, how to write a trigger to capture an event? I’m asking in case there is something I missed that will make me more self-sufficient.
Meanwhile, here is the event I want to trap from my HA log:
2019-09-08 22:00:27 DEBUG (SocketIOThread) [abodepy.event_controller] Timeline event received: Automation : bedtime - Automation (5206)
2019-09-08 22:00:27 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event abode_automation[L]: device_id=, device_name=bedtime, device_type=, event_code=5206, event_name=Automation : bedtime, event_type=Automation, event_utc=1567994427, user_name=, date=09/08/2019, time=10:00 PM>
The event is one triggered that I triggered from Abode, but I want this to be a trigger for an HA automation. Reading the link above, the documentation confirms what I see in the log (event_type, event_name, device_name, etc.), but I can’t figure out how to translate that information into a valid trigger.
Any help appreciated.