#First automation: Alarm clock times

1 messages · Page 1 of 1 (latest)

silent lake
#

Hi all. Setting up an automation with alarm times controlling via voice satellite.

I have the automation and time input setup, however i suspect built in TTS is attempting to handle these commands rather than sending them to my local ollama instance.

Because of this, i am getting warnings related to the time input not being in the correct HH:MM:SS time format, aswell as AM/PM, therefor the time input is not updating despite seeing the automation trigger.

How can i handle this? I want this to have high reliability, and im thinking letting the LLM (qwen 2.5 7b instruct + custom baked instructions) to process these types of alarm commands would be better overall. Would forcing the llm to handle this be best? how can i go about forcing the llm to do this, while keeping the voice assistant set to process commands locally first (or would it be best to just disable local first altogether?). thanks!