Page 1 of 1

audio na activeren lamp

Posted: Friday 02 March 2018 17:11
by jvos56
Hallo,

ik ben op zoek naar een script waarmee ik een geluidsfragment kan afspelen na het aan en/of uitschakelen van een lamp middels domoticz
ik heb al wat gevonden aan raspberry scripts maar krijg de melding 32256 error executing script bij het script:

#!/bin/bash
aplay ~/Luftalarm.wav

kan iemand me helpen?

Alvast bedankt


Jan

Re: audio na activeren lamp

Posted: Friday 02 March 2018 17:37
by EdwinK
This is an international forum, so please use English.

Re: audio na activeren lamp

Posted: Friday 02 March 2018 18:16
by jvos56
Hello,
now in English :-)


I'm looking for a script which plays an audiofragment when turning on or off my lights with domoticz
I've allready found some raspberry scripts, but when I try to run them I get a 32256 error.

My script:
#! / bin / bash
aplay ~ / Luftalarm.wav

Can somebody help me?

Jan

Re: audio na activeren lamp

Posted: Friday 02 March 2018 18:30
by SweetPants
Does the script run from the commandline? I see a lot of space characters between command's

Re: audio na activeren lamp

Posted: Friday 02 March 2018 20:05
by HansieNL
Have you checked if permissions are set right?