03-03-2014, 12:39 PM
Hi there,
At first I would like to give my compliments to curlymo and all other active contributers to this project. Ik was looking for some experimentation with my rPi and this is a great project for that.
So I had a KAKU PAR-1000 receiver and a PAT-103 sender. I want to swith the radio outlet with my pi. So I bought a 433MHz Superheterodyne 3400 transmitter and receiver.
I did a fresh install of Raspbian and did an install of pilight 3.0 and wiringPi. So far so good, no errors.
I connected the receiver the way mentioned on this page:
http://wiki.pilight.org/doku.php/electronics
And my hardware.json looks like this:
Next to that I followed the instructions on http://www.pilight.org/post/controlling-radio-outlets to get my ID and unit numbers. But I do not receive any settings when pressing the 6 several buttons.
So looking on this forum I've learned to test the setup with pilight-raw. At that moment there is a continue flood of 433gpi: <number>
When I press a button at that moment the flood is stopping for a short moment. So it seems to me pilight is receiving something.
I don't have a filter at this moment. I only want to know at which ID and unit number I can trigger my radio outlet to test my setup.
Can someone help me any further with this one?
At first I would like to give my compliments to curlymo and all other active contributers to this project. Ik was looking for some experimentation with my rPi and this is a great project for that.
So I had a KAKU PAR-1000 receiver and a PAT-103 sender. I want to swith the radio outlet with my pi. So I bought a 433MHz Superheterodyne 3400 transmitter and receiver.
I did a fresh install of Raspbian and did an install of pilight 3.0 and wiringPi. So far so good, no errors.
I connected the receiver the way mentioned on this page:
http://wiki.pilight.org/doku.php/electronics
And my hardware.json looks like this:
Code:
{
"433gpio": {
"sender": 0,
"receiver": 1
}
}
Next to that I followed the instructions on http://www.pilight.org/post/controlling-radio-outlets to get my ID and unit numbers. But I do not receive any settings when pressing the 6 several buttons.
So looking on this forum I've learned to test the setup with pilight-raw. At that moment there is a continue flood of 433gpi: <number>
When I press a button at that moment the flood is stopping for a short moment. So it seems to me pilight is receiving something.
I don't have a filter at this moment. I only want to know at which ID and unit number I can trigger my radio outlet to test my setup.
Can someone help me any further with this one?