Let me clarify with a little step by step.
1 Get Mycroft’s IP address.
say “Hey, Mycroft (pause) what is your current IP address?”
The unit will then read out and display its current IP address.
2 Enable SSH
hold the rotary nob down for 2 seconds. Select SSH > ALLOW
3 Reboot
hold the rotary nob down for 2 seconds. Select REBOOT
4 SSH into the device
using PuTTY or similar use SSH to log into the device
username: pi
password: mycroft
5 Enter the Mycroft command line interface ( CLI )
type: python -m mycroft.client.text.main cli --quiet
6 Now you can send commands, query the system, etc. just like you would if you were speaking to it. For some reason it works better if you use all caps ( I just threw a bug on this).
type: say “hello world”
type: say “I love it when lightning strikes nearby. For me it feels a bit like drinking whisky.”
7 Finally - you can skip all of this and simply use the voice interface.
say “Hey, Mycroft ( pause ) I love you bob”