433Mhz script not working?
Posted: Wednesday 06 February 2019 19:05
Hello,
Im new to this all and took the easy way to get a 433.92mhz send /receiver setup?
5 a bord with a low cost transmitter / receiver and created all according to a website what looked the most simple and plain to me.
It ended with a tiny script to send the "codesend XXXXXXX" command in a sh file what i had to place at the virtual switch
Before this post i have been searching the internet for about 3 hours to check for a working solution.
User is pi, all files are "registered" to pi ( de domoticz folder and scriptfiles etc etc etc )
This is the error i keep getting
2019-02-06 18:52:04.891 Error: Error executing script command (/home/pi/domoticz/scripts/verzenden.sh). returned: 32512
The content of the file verzenden.sh is .....
My brain stopped working after the 3 hours of searching and reading.
Help
Im new to this all and took the easy way to get a 433.92mhz send /receiver setup?
5 a bord with a low cost transmitter / receiver and created all according to a website what looked the most simple and plain to me.
It ended with a tiny script to send the "codesend XXXXXXX" command in a sh file what i had to place at the virtual switch
Before this post i have been searching the internet for about 3 hours to check for a working solution.
User is pi, all files are "registered" to pi ( de domoticz folder and scriptfiles etc etc etc )
This is the error i keep getting
2019-02-06 18:52:04.891 Error: Error executing script command (/home/pi/domoticz/scripts/verzenden.sh). returned: 32512
The content of the file verzenden.sh is .....
Code: Select all
#!/bin/bash
for (( i=1; i <= $2; i++ ))
do
sudo //home/pi/433Utils/RPi_utils/codesend $1
doneHelp