I finally got my rpi zero and got a satellite working. Not so easy on a pi 0 buster but all works fine now.
So I’ve integrated satellites into the plugin.
They are automatically created once you ask something on one of them. Indeed when one device post an intent to Jeedom I can get its IP inside Jeedom and create the device. But I don’t have its port so I create it with default 12101 port. Let’s see in the future if we can get all devices from a master endpoint or such.

All works nice, scenario can answer with tts on the satellite where the intent was asked 
Just for fun:
- top: my jeedom alpha, on which I develop plugins and the Jeedom core V4
- Bottom left : rhasspy master, with docker container. It handle all asr/nlu/intents and such (picoTTS, kaldi)
- Bottom right : rpi 0WH, rhasspy venv with only wakeword and TTS.
Both with HermesLedControl and custom snowboy
Not sure I will publish this beta, as I prefer waiting for the next full hermes/services rhasspy ! I guess I will have to re-install everything to test and adapt the plugin.
Hope all hermes topics will be published like snips/amice to HermesLedControl can finally work as advertise. I also have a rhasspy_logger that listen to MQTT topics to log wake/think/speak for entire system (master+sats). Works perfect with snips, so will all mqtt topics it will works the same with rhasspy.
With next Rhasspy big step, this plugin could go to stable version soon 
I have written several tools beside the plugin that everyone could benefit. Once all this is stable I will write some doc and share everything.
- Rhasspy batcher : python tool to batch test intents after a new training
- Rhasspy logger : python tool that listen mqtt and write a log file with wakewords, thinking / intents recognized, speak so you can read/show it anywhere and keep history of master/satellites interactions.
- Snowboy custom wake tool : python tool to record samples and generate pmdl file.
- For jeedom users, a way to handle intents with python directly inside Jeedom.
And different tips here and there
@synesthesiam the ball is in your court
Give us full standard hermes topics and rhasspy-satellite container 