Dear Pimatic Community
I stumbled over Pimatic cause I wanted an easy way to use Dashbuttons to control my Sonos Players. Now I am trying to expand the capabilities by using it to control my REV 8342 Outlets which should be running 433mhz.
I have a problem which I am hoping someone could help me with. I am a newbie and I have no Linux Background so please consider this when replying
I have a Raspberry Pi 2 Model B V1.1 with freshly installed Raspian.
Installation of Pimatic following the Guide works fine, only I am receiving one Error Message: error [pimatic]: Error on incoming http request to /socket.io/: Can’t set headers after they are sent.
Here is what I have done so far
-
I have purchased the recommended RF Set: 433Mhz Superheterodyne 3400 RF via ebay from a Chinese Dealer Gevia ebay
-
I have installed the components according to this guide here, (Option 2 without Arduino to my Raspberry P2 Model B V1.1):
https://forum.pimatic.org/topic/202/4-homeduino-433-mhz-sending-receiving-and-even-more/2
-
I have installed the Homeduino Plugin from the GUI
-
I have made the following settings in the Plugin:
“driver”: “gpio”,
“driverOptions”: {},
“enableReceiving”: true,
“transmitterPin”: 1,
“debug”: true,
“plugin”: “homeduino”,
“active”: true,
“receiverPin”: 0,
“rfrepeats”: 7
} -
Now I would like to check the RF Codes that are sent by my existing Remote Controls (tried 2 different ones, REV and Jarodo) following the next step of the guide here:
https://forum.pimatic.org/topic/210/5-homeduino-and-rf-devices-433-mhz-transmitting-receiving
Problem is that there is no Debug messages showing any received data in the Message Area although I am holding the Remote directly next to the Receiver.
For pimatic-homeduino are there is just:
info [pimatic-homeduino]: Connected to homeduino device.
and an occasional
debug [pimatic-homeduino]: PING
“sudo gpio readall” shows the following so everything seems ok.
±----±----±--------±-----±–±--Pi 2—±–±-----±--------±----±----+
| BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |
±----±----±--------±-----±–±—+±—±–±-----±--------±----±----+
| | | 3.3v | | | 1 || 2 | | | 5v | | |
| 2 | 8 | SDA.1 | IN | 1 | 3 || 4 | | | 5v | | |
| 3 | 9 | SCL.1 | IN | 1 | 5 || 6 | | | 0v | | |
| 4 | 7 | GPIO. 7 | IN | 1 | 7 || 8 | 1 | ALT0 | TxD | 15 | 14 |
| | | 0v | | | 9 || 10 | 1 | ALT0 | RxD | 16 | 15 |
| 17 | 0 | GPIO. 0 | IN | 0 | 11 || 12 | 0 | IN | GPIO. 1 | 1 | 18 |
| 27 | 2 | GPIO. 2 | IN | 0 | 13 || 14 | | | 0v | | |
| 22 | 3 | GPIO. 3 | IN | 0 | 15 || 16 | 0 | IN | GPIO. 4 | 4 | 23 |
| | | 3.3v | | | 17 || 18 | 0 | IN | GPIO. 5 | 5 | 24 |
| 10 | 12 | MOSI | IN | 0 | 19 || 20 | | | 0v | | |
| 9 | 13 | MISO | IN | 0 | 21 || 22 | 0 | IN | GPIO. 6 | 6 | 25 |
| 11 | 14 | SCLK | IN | 0 | 23 || 24 | 1 | IN | CE0 | 10 | 8 |
| | | 0v | | | 25 || 26 | 1 | IN | CE1 | 11 | 7 |
| 0 | 30 | SDA.0 | IN | 1 | 27 || 28 | 1 | IN | SCL.0 | 31 | 1 |
| 5 | 21 | GPIO.21 | IN | 1 | 29 || 30 | | | 0v | | |
| 6 | 22 | GPIO.22 | IN | 1 | 31 || 32 | 0 | IN | GPIO.26 | 26 | 12 |
| 13 | 23 | GPIO.23 | IN | 0 | 33 || 34 | | | 0v | | |
| 19 | 24 | GPIO.24 | IN | 0 | 35 || 36 | 0 | IN | GPIO.27 | 27 | 16 |
| 26 | 25 | GPIO.25 | IN | 0 | 37 || 38 | 0 | IN | GPIO.28 | 28 | 20 |
| | | 0v | | | 39 || 40 | 0 | IN | GPIO.29 | 29 | 21 |
±----±----±--------±-----±–±—+±—±–±-----±--------±----±----+
| BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |
±----±----±--------±-----±–±--Pi 2—±–±-----±--------±----±----+
I am quite lost since there is no LED on the RF Receiver I cannot even judge if it works at all or if it is running the proper frequency.
Any help with step by step guides would be highly appreciated.