#I just want to be able to tell a device "Remind me in 30 mins to take out the laundry"

1 messages · Page 1 of 1 (latest)

safe island
#

I just want to be able to tell a device that is not Amazon,Google, or Apple product ( really looking for something opensource maybe?) "Remind me in 30 mins to take out the laundry" and then it talks to me in A custom voice "Take out the trash". Or Have me tell it to add an event to my google calendar. I can run a a LLM or server on my main computer in my bedroom, but need to be able to have the speaker and AI assistant in another room running wirelessly.
Preferably able to do it under $75, but slightly higher amount is okay too, what should i be looking at?

prime prawn
#

under 75, probably Voice PE or Koala Satellite

#

But for the actual commands to work, you probably need to write some scripts/intents. Not sure either of those are built into HA natively

safe island
#

hm, i'll look into both of those thank you for the recommendations. I'm not really looking for it to control the house or anything, just relatively basic things

lyric gate
#

I have my reminders made with custom intents and bunch of helpers. There's no reminders functionality in HA as of now.

safe island
#

@lyric gate thanks for the reply, So with custom intents/helpers, can we have something like "Jarvis remind me in 27 minutes to take out the trash", and in 27 mins, It says "This is your reminder, Take out the trash"?

Also a side question, can we have it use custom voice through a TTS Server?

Looking at using the Voice PE potentially

lyric gate
#

I'm sending notification to my phone

safe island
#

only going to be one satellite, right next to me on my table in the living room.Just me using it. Hopefully that makes it significantly easier?

prime prawn
#
#
bright meadow
#

I'm new to HA & getting rid of Alexa (i.e., won't have a voice replacement). Instead, my household has Samsung's Bixby & iPhone's Siri on our devices. Could this be set up so Siri/Bixby responds via voice when we're home, & via notification if we're out?

lyric gate
#

Siri can't work with HA.

trail lark
#

I was planning on making a video at some point on how I built this, but it’s pretty simple. 1 script exposed to assist called “create future task” takes start time, end time, and summary which makes a calendar event in a dedicated calendar. Then I have an automation that is triggered via that calendar and just passes the summary back into the conversation agent, which will thus do whatever the request was.