Someone in my family uses Alexa to do things like control lights and some other electrical appliances in the home. I don’t know anything about this smart home trend, but I immediately disliked Alexa because:
- It’s Amazon
- When the internet went down, we were unable to use Alexa to any affect to control the appliances. I am guessing this means that all communication (unsurprisingly) is routed to a central Amazon server before going to the appliances, which IMO is a pretty terrible design choice for the consumer (but I am guessing not for Amazon).
Are there any open source alternatives to things like this? I can see it being useful in some scenarios or at the very least it would be a nice gimmick to have if you have a spare rpi lying around.
offline functionality: https://community.mycroft.ai/t/easiest-way-to-use-mycroft-completely-offline/3741
deleted by creator
deleted by creator
Patent pending
I think that’s just for the hardware components. Their software is Apache licensed.
Are you sure this isn’t an open source SaaS which can’t work without commercial products
yes, lots of plugins work without commercial products. The voice recognition based on DeepSpeech is shit though.
There’s Almond but it’s not that polished to be honest, so I don’t know how good it’ll work.
rhasspy combined with something like home assistant or node red
deleted by creator
i don’t get your point, rhasspy is for wakeword detection, speech to text etc.
for automation you can use HA / node red, both of which are working well together with rhasspy
deleted by creator
Home Assistant is the most popular I think.
There is Mycroft.ai which can do homeassistant skills but its still centralised as the processing power required for Stt and context processing is still very expensive.