I have googled like crazy and still can't seem to find an answer.
All I want to be able to do is have eventghost read aloud a variable sent from Tasked, every search I have done says to use Autoremote but that just seems like an unnecessary step IMHO, I'm probably wrong tho
I have a profile set up in tasker that parses the current weather conditions from a website and then writes them to a variable within tasker called %CONDITIONS.
I can then use http get in tasker to send that to eventghost as an event, then I would just like eventghost to read out that event. E.g the event is prefixed Http.speech 'partly cloudy' I've tried {eg.event.payload} and {eg.event.suffix} but with no joy as yet
I am currently learning python so I can do this for myself but wondered if anyone could help?