08-15-2013, 09:26 PM
Don't know why it did not work. it pulled it of, connected it again, now it works.
I can turn on and off my light with the raw codes
When I try it with unit/id it gives me a error:
I can turn on and off my light with the raw codes
When I try it with unit/id it gives me a error:
Code:
root@raspberrypi:/home/martin# pilight-send -p kaku_old -i 15 -u 21 -f
[Aug 15 22:24:22] pilight-send: ERROR: invalid format -- '-u'
[Aug 15 22:24:22] pilight-send: ERROR: requires ^(3[12]?|[01][0-9]|[0-9]{1})$$
root@raspberrypi:/home/martin# pilight-send -p kaku_old --id=15 --unit=21 -f
[Aug 15 22:24:50] pilight-send: ERROR: invalid format -- '-u'
[Aug 15 22:24:50] pilight-send: ERROR: requires ^(3[12]?|[01][0-9]|[0-9]{1})$$