plugin for https://github.com/ggerganov/ggwave
Emit audio QR codes to be handled by this plugin
Interact with this plugin from your browser, including WiFi setup
The companion skill OpenVoiceOS/ovos-skill-ggwave allows you to enable/disable this plugin by voice
Skill stores support installing skills via GGWave:
"skills": {
"installer": {
"allow_pip": true,
"allow_alphas": true,
"break_system_packages": false
}
}
TIP Allow ovos-core to install python packages, otherwise the install commands from this plugin will error out
pip install ovos-audio-transformer-plugin-ggwave
ggwave fails to install on python 3.11, you can use the wheel from here https://whl.smartgic.io/ , plugin install should then work
To have this plugin loaded by dinkum-listener, enable it in mycroft.conf
WARNING currently not recommended, see bug report in dinkum-listener
"listener": {
"audio_transformers": {
"ovos-audio-transformer-plugin-ggwave": {
"start_enabled": true
}
}
}
You can also run the plugin in standalone mode, in it's own process or docker container
Launch with the console entrypoint
ovos-ggwave-listener
this repo provides a test interface via github pages
you can also test your own payloads via https://ggwave-js.ggerganov.com/
emit a message setting the wifi SSID
SSID:123456
after the SSID is set, emit a message setting the wifi password
PSWD:123456
if password is empty then it is assumed to be an open network
PSWD:
once password is received a bus message is sent for ovos-PHAL-plugin-network-manager to handle
install a skill from a github url
GHS:https://github.com/OpenVoiceOS/skill-ovos-icanhazdadjokes
install any package from pypi
PIP:skill-wikipedia-for-humans
inject an utterance in the messagebus like if the user spoke it to the microphone
UTT:hello cruel world
make a OVOS device speak
SPEAK:hello world
inject a simple message in the messagebus
BUS:recognizer_loop:sleep
inject a serialized message in the messagebus
JSON:{"type": "speak", "data": {"utterance": "hello"}, "context": {}}