I would like to start a conversation triggerd from the home automation system.
To achieve this:
1.)A message is published to hermes/tts/say
2.)After a short delay
3.)Rhasspy is waked up by publishing a message to hermes/hotword/porcupine/detected.
4.)A Session is started and an answer/Intent can be spoken
I am not really happy with the achived behavior since 4.) accepts all intents (no intent filter) and the command sequence poorly/not synchronised.
Is there a better way to achive that?
Eg. something like a command startSessionAndWakeUp (with parameters text, intentFilter, …).
Can someone give me a few tips on this? Thanks!