MycroftAI / enclosure-picroft

Mycroft interface for Raspberry Pi environment
https://mycroft.ai/documentation/picroft
GNU Lesser General Public License v3.0
803 stars 191 forks source link

Create Picroft Enclosure #121

Open krisgesling opened 4 years ago

krisgesling commented 4 years ago

Unlike the formal devices, Picroft doesn't currently have an "enclosure" to listen and act upon relevant messages on the messagebus. For example, asking Mycroft to shutdown triggers the Stop Skill, and emits a message, but there is no enclosure to act upon this message.

For simplicity, this could be implemented in a Picroft-Enclosure Skill similar to that currently used by the Mark 2.

Messages to handle would include:

penrods commented 4 years ago

I second (or third) this! See the discussion here: https://chat.mycroft.ai/community/pl/z3mmzh15x78y8xndorhzyekb1w

penrods commented 4 years ago

See: https://github.com/MycroftAI/enclosure-picroft/pull/122

Comments welcome!

krisgesling commented 4 years ago

Love your work Mr Penrod!

I don't have any Pi's on me at the moment to test, but it looks pretty tidy