Suggestion Box - home.mycroft.ai

I would like to spend some time in the near future giving the home site, where you configure your Mycroft experience, some TLC. Before I spend much time on this, I thought it a good idea to ask the community their opinion on the site. Incorporating these opinions/suggestions into the decision making process will benefit all of us.

Below is a list of suggestions I have already heard from some users. Please let me know if you agree/disagree with these suggested enhancements. If you have a suggestion not included in the below list, please let us know, providing as much detail as possible.

Possible Enhancements

  • Improved UI design and navigation
  • Ability to configure/install skills at the device level
  • Enforcement of unique device names per user
  • Improved integration with the mycroft.ai site
  • Improved authentication using OAUTH and two-factor authentication
  • Make the source code available to the community

Thank you all in advance for any feedback you provide to improve the home.mycroft.ai experience.

7 Likes

these would be my priorities

1 Like

Priority wise in my point of view;

  • Seamless websocket type of webmanagement similar as unifi.ubnt.com One cloud type of acces (home.mycroft.ai) which connects over WS to similar local running webgui per device. (this way, it is secure and no fiddling around with port-forwards etc)
  • Ability to configure/install skills at the device level. (but see point above about the way of implementation)

I consider the rest of points nice-to-haveā€™s while above in my oppinion are must-haveā€™s.

Slide in some API backend stuff, so that the community can create APPā€™s for it and you are ā€œbetterā€ then GA/Alexa.

1 Like

Thanks for your input j1nx. I am glad you mentioned websockets because that is a direction we are looking to go. The way Mycroft core polls for skill changes is not scalable. Will probably use a Python asyncio implementation.

For my own clarification, when you mention a ā€œlocal running webgui per deviceā€, do you mean each device has its own implementation of home.mycroft.ai (or a subset of it) that can be viewed by connecting to it?

There will be some enhancements to the API as part of this effort. Would you please provide a more color on the API enhancements you would like to see?

1 Like

Hi Chris,

ā€œFor my own clarification, when you mention a ā€œlocal running webgui per deviceā€, do you mean each device has its own implementation of home.mycroft.ai (or a subset of it) that can be viewed by connecting to it?ā€

Yes indeed, a bit similar as your router. The device is there, doing itā€™s thing. And in the case you want to adjust some settings, you open your browser and connect it to the routerā€™s IP address.

Home.mycroft.ai should have all the default settings that will be globally pushed to all devices if not changed on a per device level. So if you go to a ā€œdeviceā€ on home.mycroft.ai you should see the settings for that device, but also only see the skill settings which are installed onto that device.

Now that whole ā€œper deviceā€ settings page, basically runs locally on the device itself. However getā€™s synced with home.mycroft.ai.

That last part is hard to explain as I canā€™t figure out the name of such system (getting older I think). That is why I mentioned ā€œUbiquitiā€ and their controller software. You run a controller (basically a webserver) locally for your devices. From there you can ā€œpairā€ the device with the mothership (unifi.ubnt.com). If you have multiple local controllers paired with the mothership, from everywhere in the world you can access them from unifi.ubnt.com

You login, you select the controller you want and it opens it through some sort of websocket. No port forwarding needed on the router at the client side whatsoever.

(Do I make any sense?)

No comments from me on the API side. Really havenā€™t looked at it. Just wanted to mention: If you create a powerfull API that can handle everything the mothership can, then the community can come up with the greatest ideas and things using it.

1 Like

+1 to per device settings. My hue skill (https://github.com/ChristopherRogers1991/mycroft-hue) has a default group setting, that allows the user to select a particular group of lights they want to control, any time they donā€™t specify a group by name. The idea was that they could have the Mycroft unit in their bedroom control their bedroom lights by default, the unit in their kitchen control the kitchen lights, etc. All without having to worry about unintentionally adjusting lights throughout their home. Right now the only way to effectively leverage this is to ssh to each device and edit the local config, which is less than ideal. I would imagine other home automation type skills may run into the same issue.

Also would be nice to have the source available to the community. I recall a video in which Joshua stated that the only way to truly be secure was to be open, yet the portion of the product that asks me to enter credentials for other services (the part that Iā€™d like to be the most secure) is closed-source.

Two factor auth would be nice as well.

1 Like

Iā€™m a new user, (still studying the skills).

I think that the Mycroft community can help with something I consider a ā€˜low hanging fruitā€™.
What about a skill to ā€˜read a bookā€™?
Better !, two skills, one for ā€˜downloadā€™ a title, and the second for read aloud.
For example,
Hey Mycroft, download ā€˜King Arthur and the Knights of the Round Table by Sir Thomas Maloryā€™

or easier:
Hey Mycroft, download 36462

and the second skill, once downloaded:

Hey Mycroft, read 36462 / or ā€˜King Arthur and the Knights of the Round Tableā€™

Itā€™s in my wish list.

Another could be consult a catalog (recorded in a sqlite database, for example).
I did something like that with Google speech to text (stt) in a Basic! script in Android.

I agree with 2-factor auth, itā€™s a must nowadays (in my opinion).

The UI isnā€™t that bad, Iā€™ve seen worse. I like the fact itā€™s quick, but navigation could be better. But you are still loading stuff via http and not https - chrome gives me warnings everytime I visit your siteā€¦

Also having a bit more flexibility with the skill settings (I think it has been mentioned before - I kind of skim read the other comments), would make it easier for inexperienced users.

The API is a great idea too.

Other than that, I guess just having way more control over Mycroft via the website would be good. It should be so anything that can be configured locally should be able to be configured via the website. Simplicityā€¦

Thanks for the reply, Christopher. Looks like per-device settings is a popular request. It will certainly be on the roadmap.

I can appreciate the desire for the back-end to be open source, and the reasonings behind it. It will certainly happen, just not as soon as many in the community would like. At the very least, it will stay closed until the pending overhaul is complete. At that point, we can revisit the idea.

Thanks for the feedback, Marcelo. Due to the current state of our text-to-speech technology, I am afraid having the device read a book to a user would be a suboptimal experience. That said, an audio book skill, leveraging a service such as Audible, is more feasible. It would work like the news skill in that it would play existing audio, rather than reading text.

Thanks for the post, MrSleeps. I hadnā€™t considered the http vs https issue. Thanks for bringing it to my attention. I agree with your statement that configuration via website should mirror the device functionality. That will certainly be a focus as we move forward.

I would like the source code of home.mycroft.ai to be released. That way everything is open source.

The profile, account and settings pages could all be combined as that is confusing now.

Finally, oauth/login with <google | facebook | github> (Adding more social logins would be nice) does not show up on iOS, safari.

Another suggestion - itā€™d be nice to disable skills, on a global and per device basis. For example, if a default skill and a third party skill conflict, it would be nice to have a simple way to disable the built in skill. Additionally, if Mycroft is eventually meant to run everywhere, I may not want the Mycroft in my car to have the same set of skills as the one in my kitchen.

A simple list with checkboxes would suffice.

1 Like