Hi there,Yes, not a really big news but i would like to use Lucida as an interface betwen my house and my family.What i get:- a house well equiped with knx domotic system: lots of inputs waiting to be interpreted.- a powerfull dedicated private server with ubuntu headless system (wich could have internet connection for initial download)
My goal- deploy lucida solution- use my own database server- use it
For that i need to understand:- how lucida works to convert speech in text with Sphinx- how to manage text response- how to generate vocal answer- how to connect response with action
First step:- after deploying, in my "lab", i would like to ask "Switch on light" and system switch on a test light.
Du the reason that i will use the system for my private house, for security i prefer to have a dedicated system not open to any external network.
Thanks for helping me in this way, all advice are welcome :)
Pierre
Good morning Pierre,I've been working with Lucida for awhile now and might be able to help you out. I'm certainly willing to give it a shot :)
On Sunday, April 14, 2019 at 3:48:57 AM UTC-7, Pierre-Emmanuel Laporte wrote:Hi there,Yes, not a really big news but i would like to use Lucida as an interface betwen my house and my family.What i get:- a house well equiped with knx domotic system: lots of inputs waiting to be interpreted.- a powerfull dedicated private server with ubuntu headless system (wich could have internet connection for initial download)With a little bit of tweaking, Lucida can do this.As far as the knx domotic system, there is nothing built into Lucida to handle that system, so you will need to implement your own functionality to use the sensors.The dedicated server is good, that said, I haven't updated my fork of Lucida to handle Ubuntu 18 yet, it's still on 14, two main releases ago. So that will need to be updated as well. (the good news there is I should be doing that soon on my end and will be committing those changes once that's done)My goal- deploy lucida solution- use my own database server- use itThis should be easy enough by itself by following the existing readme.md found in my fork https://github.com/JeremyARussell/Lucida (mine is being updated more frequently as the Clinc/ClarityLabs people stopped updating and supporting Lucida. It does require a lot of manually running compilation scripts though, though I also might take this chance to create an easy installer script that installs what is needed and tracks it's progress. Ultimately I want to create an installer but that will take a while working on it by myself.