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?
#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)
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
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
I have my reminders made with custom intents and bunch of helpers. There's no reminders functionality in HA as of now.
@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
Well there are limitations. Like, you will need to hardcode the satellite you're hearing it from (or add some logic to know which room you're in probably). Or if there's several people...
I'm sending notification to my phone
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?
Home Assistant Community
Voice Reminders My Home Assistant / Assist project to use your voice to create reminders! Features: Inspired by Google assistant and Todoist’s natural language processing, but all local and powered by Assist! Takes input like “Remind me in 3 days” or “on tuesday afternoon” to set a due date Reminder notifications that can mark tasks ...
Home Assistant Community
Reminders via Assist - Create and List Tasks with Conversational Commands Hi everyone! 😊 I’m super excited to give back to the Home Assistant community – after benefiting from so many shared resources, I can finally contribute something of my own. This blueprint has been a fun project, and I hope it helps improve your Home Assistant setu...
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?
Siri can't work with HA.
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.