Home Assistant sells units with duel microphones that aren’t too expensive and work relatively well. But the local voice recognition wasn’t great last I tried.
- 11 Posts
- 194 Comments
Similar to the other user’s response, I use the calendar integration, then add the things on the calendar (say, putting the recycling out to be collected). Then I have an automation that will read out a reminder at the time it is scheduled for in the calendar.
So the evening before recycling pickup every fortnight, it pipes up and says “Reminder: Recycling” or whatever.
Works pretty well for these regular reoccurring things. I haven’t tried using it for one off reminders, and you can’t say “ok nabu, remind me to wish Steve a happy birthday on the 27th of February” or anything like that. Still, I’m pretty happy.
I seem to remember needing a bit of playing to get the notification working, I’m happy to look up and post what I have in my automation if needed.
In Home Assistant, in the settings, if you go to Voice Assistants then click the … on your assistant and click Debug, you can see what it thought you said (and what it did).
Setting a timer on an up to date Home Assistant will repeat back what it set. E.g. If I say “Set a timer for 2 minutes” it will say “Timer set for 2 minutes”. It says “Done” when running some Home Assistant task/automation, so it’s probably not understanding you correctly (hence what the debug option is good for). I use the cloud voice recognition as I couldn’t get the local version to understand my accent when I tried it (a year ago). It’s through Azure but is proxied by Home Assistant so they don’t know it’s you.
The wake word responds to me, but not my girlfriend’s voice.
My wife swears it’s sexist, she has a bit of trouble too. In the integration options you can set the sensitivity to make it more sensitive, but it does increase false activations. I have it on the most sensitive and she can activate it first time most of the time.
I agree that it’s not production ready and they know that too, hence the name. But in relation to your points, I plugged in some speaker as it’s not really that great of a speaker at all.
For the wake word, at some point they did an update to add a sensitivity setting so you can make it more sensitive. You could also ty donating your voice to the training: https://ohf-voice.github.io/wake-word-collective/
But all in all you’re spot on with the challenges. I’d add a couple more.
With OpenAI I find it can outperform other voice assistants in certain areas. Without it, you come up across weird issues, like my wife always says “set timer 2 minutes” and it runs off to OpenAI to work out what that means. If you says “set a timer for 2 minutes” it understands immediately.
What I wish for is the ability to rewrite requests. Local voice recognition can’t understand my accent so I use the proxied Azure speech to text via Home Assistant Clound, and it regularly thinks I’m saying “Cortana” (I’m NEVER saying Cortana!)
Oh and I wish it could do streaming voice recognition instead of waiting for you to finish talking then waiting for a pause before trying anything. My in-laws have a google home and if you say something like “set a timer for 2 minutes” it immediately responds because it was converting to text as it went, and knew that nothing more was coming after a command like that. HAVP has perhaps a 1 second delay between finishing speaking and replying, assuming it doesn’t need another 5 seconds to go to open AI. And you have to be quiet in that 1 second otherwise it thinks you’re still talking (a problem in a busy room).
Dave@lemmy.nzto
Open Source@lemmy.ml•How do you ramp off being an open source maintainer?
17·5 days agoIf you’re open to it, I’ve seen maintainers go to “maintenance mode”.
Write it high in the readme so people see it, and write what it means: basically that you’re not accepting PRs, you’re not developing new features, but you will do bug fixes and basic maintenance (dependency updates, etc).
Dave@lemmy.nzto
Steam Hardware@sopuli.xyz•AMD say the Steam Machine is "on track" for an early 2026 release
4·6 days agoEarly 2026! Which since we are already halfway through the first quarter of the year, that means it’s only like 4 years away in Valve Time.
In my experience it’s not quite the same. Using webdav through the distro account seems that it’s fully online. And folder access or file access contacts the server.
The virtual file experience is more of a hybrid. All the folders actually exist on disk, as well as shells for every file. If you try to open a virtual file, in the background Windows will seamlessly download it for you. At that point the file is actually on your disk. This way regularly accessed files on on your hard drive and seldom accessed ones are not, saving local hard drive space while providing an experience almost like if all the files were actually on your drive.
On Windows, Nextcloud seems to tap into some Windows function to provide files on demand. Is there any Linux cloud file service that can do it?
It’s probably consumption power changes below X threshold for some amount of time
Well the containers are grouped into services. I would easily have 15 services running, some run a separate postgres or redis while others do an internal sqlite so hard to say (I’m not where I can look rn).
If we’re counting containers then between Nextcloud and Home Assistant I’m probably over 20 already lol.
Dave@lemmy.nzto
Open Source@lemmy.ml•How GitHub monopoly is destroying the open source ecosystem
2·27 days agoIf big tech are the issue, then try this robots.txt (yes on github…): https://github.com/ai-robots-txt/ai.robots.txt
My issue is with the scrapers pretending to be something they aren’t. Tens of thousands of requests, spread over IPs, mostly from China and Singapore but increasingly from South America.
Dave@lemmy.nzto
linuxmemes@lemmy.world•Guys, what's the best Linux distro to install on my PC?
21·28 days agoLinux’s problem is that it’s not an OS, and so suggesting people use Linux doesn’t give them much advice.
The next problem is that linux based OSs are generally open source, which means it can be forked any number of times at any point in time.
There’s this super awesome and super confusing think in open software where you don’t have to use the thing you are given. Want to use facebook? Must use their app. Want to use reddit? Pretty much must use their app, etc.
But if you want to use Lemmy or Piefed, there are a dozen good choices, none are the wrong answer. Want to use Jellyfin? Well I connect with Kodi on my TV, Swiftfin on my mother’s, the Android Jellyfin app on my in-laws’ TV, Findroid (movies/TV) or Finamp (music) on my phone, etc. You don’t like an app you can still use the service just try another app or make your own. This is awesome, but super confusing to non-technical people.
Linux distros are the same. There are dozens of popular ones, many of which are based on others, the variety of choices is awesome but for non-technical people they have no idea where to start.
It’s probably that VPNs are blocked on Lemmy.world. It’s linked in the sidebar: https://lemmy.world/post/11967676
I don’t know the answer but does tab to autocomplete work in other contexts? E.g. you type ‘cd ca’ and it fills it to ‘cd catpics’?
I’m not at a PC right now but from memory you’d have to be in bash or similar, it won’t work in sh.
What’s your solution to this problem for the rest of your digital life?
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
3·2 months agoYeah that’s a pretty good argument for it.
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
12·2 months agoWhy group it into language instead of say a ‘web’ directory or ‘android’/‘mobile’?
I’m just curious, I am more of a ‘throw everything in one directory and home I remember what I’m looking for’ sort of organiser.
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
30·2 months agoMultiple people in this topic say they organise in directories for different programming languages, something I have never considered and I find it to be an odd way of organising for some reason I can’t explain.
Where do you put a project with a Javascript frontend and a Python backend?
Dave@lemmy.nzto
Open Source@lemmy.ml•What open-source Android apps should people know about?
1·2 months agoAh thanks!


I think it’s a pretty cool toy to play with. It mostly gets used for setting timers and playing music, but you can add Home Assistant automations that trigger when you say certain things. Lot’s to play with if that’s your idea of fun!