Florian Quirin

Results 316 comments of Florian Quirin

I just remembered something :grin: The new version (v2.5.1) has support for [remote-action media control](https://github.com/SEPIA-Framework/sepia-docs/blob/master/API/assist-server.md#remote-audio). I'm using this to trigger radio music on any SEPIA client (with the same user...

The 'action' has to be URL-encoded because of the content-type, this should work: ``` curl -X POST \ http://localhost:20721/remote-action -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'GUUID=uid1007&PWD=MYSAFEPASSWORD&action=%7B%22type%22%3A%20%22audio_stream%22%2C%20%22streamURL%22%3A%20%22https%3A%2F%2Fexample.com%2Fmy-stream%22%2C%20%22name%22%3A%20%22My%20Stream%22%7D&type=media&targetDeviceId=o1&client=my_remote' ``` > Or maybe just...

Right now this is necessary to avoid conflicts between user-interaction and remote-action, but you can change the text if you have access to `www/scripts/sepiaFW.local` (`~/clexi/www/sepia/..` on the DIY client). Its...

Oh I totally forgot about that :sweat_smile: Unfortunately its not possible to deactivate this without messing with several other "features". I'll implement some new options soon and will post a...

Hi @gu3nter does [this help](https://github.com/SEPIA-Framework/sepia-docs/blob/master/API/remote-terminal-clexi.md) maybe? :-)

Hi @gu3nter, assuming your CLEXI IP would be `192.168.0.33` and Clexi-ID was `clexi-123` this should work: ``` curl -X POST \ http://192.168.0.33:9090/clexi/event/remote-button \ -H 'Content-Type: application/json' \ -H 'clexi-id: clexi-123'...

Hi @edenerium , sorry for the late reply, I took some days off :beach_umbrella: . > I went through the process of getting the Let's Encrypt SSL certificate, but once...

Cool, danke dafür! :sunglasses: und viel Erfolg bei deiner Masterarbeit :grin:

Ich habe leider keine USB Soundkarte zum Testen, aber zumindest Mikrofon via USB klappte bei mir meist auf Anhieb oder nach Deaktivierung des Audio-Jacks. Wenn man eine funktionierende alsa Config...

Hi Thorsten, Ich habe den ReSpeaker 4-Mic HAT zuletzt erfolgreich mit dem Seeedstudio Skript installiert, das auch [im SEPIA DIY Client für den 2-MIC HAT benutzt wird](https://github.com/SEPIA-Framework/sepia-installation-and-setup/blob/master/sepia-client-installation/rpi/install_respeaker_mic.sh). Falls dein RPi...