Hello,
I’m using your addon, but I have some doubts, for example I’m receiving several codes, I don’t know which I should use. I have the command in my hands, I’m pressing a specific button several times in order to see if I have a code that is repeating, but nothing
below you can see what I’m receiving:
"
2017-11-29 23:39:10 - [INFO] rpi-rf_receive: 2048 [pulselength 1917, protocol 2]
2017-11-29 23:39:15 - [INFO] rpi-rf_receive: 2 [pulselength 869, protocol 4]
2017-11-29 23:39:22 - [INFO] rpi-rf_receive: 4 [pulselength 898, protocol 4]
2017-11-29 23:39:45 - [INFO] rpi-rf_receive: 2048 [pulselength 141, protocol 3]
2017-11-29 23:40:00 - [INFO] rpi-rf_receive: 268435456 [pulselength 1377, protocol 2]
2017-11-29 23:40:06 - [INFO] rpi-rf_receive: 4 [pulselength 440, protocol 5]
2017-11-29 23:40:21 - [INFO] rpi-rf_receive: 2252800 [pulselength 185, protocol 3]
2017-11-29 23:40:22 - [INFO] rpi-rf_receive: 8388608 [pulselength 893, protocol 2]
2017-11-29 23:40:25 - [INFO] rpi-rf_receive: 131072 [pulselength 974, protocol 5]
2017-11-29 23:40:32 - [INFO] rpi-rf_receive: 8388608 [pulselength 708, protocol 5]
2017-11-29 23:40:36 - [INFO] rpi-rf_receive: 133710 [pulselength 709, protocol 5]
2017-11-29 23:40:36 - [INFO] rpi-rf_receive: 133742 [pulselength 708, protocol 5]
2017-11-29 23:40:46 - [INFO] rpi-rf_receive: 512 [pulselength 2249, protocol 4]
2017-11-29 23:40:46 - [INFO] rpi-rf_receive: 67108864 [pulselength 776, protocol 2]
2017-11-29 23:41:00 - [INFO] rpi-rf_receive: 2 [pulselength 1031, protocol 4]
2017-11-29 23:41:14 - [INFO] rpi-rf_receive: 9 [pulselength 1174, protocol 2]
2017-11-29 23:41:23 - [INFO] rpi-rf_receive: 65536 [pulselength 1065, protocol 4]
2017-11-29 23:41:32 - [INFO] rpi-rf_receive: 6 [pulselength 394, protocol 1]
2017-11-29 23:41:38 - [INFO] rpi-rf_receive: 8200 [pulselength 1217, protocol 4]
2017-11-29 23:41:42 - [INFO] rpi-rf_receive: 1152 [pulselength 251, protocol 1]
2017-11-29 23:42:02 - [INFO] rpi-rf_receive: 32768 [pulselength 792, protocol 2]
2017-11-29 23:42:02 - [INFO] rpi-rf_receive: 8 [pulselength 1634, protocol 4]
2017-11-29 23:42:02 - [INFO] rpi-rf_receive: 2097152 [pulselength 1462, protocol 4]
2017-11-29 23:42:10 - [INFO] rpi-rf_receive: 131072 [pulselength 1397, protocol 2]
2017-11-29 23:42:23 - [INFO] rpi-rf_receive: 1 [pulselength 1216, protocol 2]
2017-11-29 23:42:32 - [INFO] rpi-rf_receive: 1 [pulselength 1136, protocol 4]
2017-11-29 23:42:39 - [INFO] rpi-rf_receive: 32 [pulselength 195, protocol 1]
2017-11-29 23:42:52 - [INFO] rpi-rf_receive: 3 [pulselength 111, protocol 3]
2017-11-29 23:42:52 - [INFO] rpi-rf_receive: 9 [pulselength 1620, protocol 4]
2017-11-29 23:42:54 - [INFO] rpi-rf_receive: 16 [pulselength 435, protocol 5]
2017-11-29 23:42:54 - [INFO] rpi-rf_receive: 2 [pulselength 743, protocol 2]
2017-11-29 23:42:54 - [INFO] rpi-rf_receive: 4224 [pulselength 1618, protocol 4]
2017-11-29 23:43:04 - [INFO] rpi-rf_receive: 16 [pulselength 1858, protocol 2]
2017-11-29 23:43:12 - [INFO] rpi-rf_receive: 64 [pulselength 984, protocol 5]
2017-11-29 23:43:12 - [INFO] rpi-rf_receive: 9437184 [pulselength 175, protocol 3]
2017-11-29 23:43:28 - [INFO] rpi-rf_receive: 1 [pulselength 2120, protocol 4]
"
Then other question, how can I troubleshoot in order to understand if I’m sending some signal or not?
The configuration I have is the following:
"
- platform: rpi_rf
gpio: 17
switches:
estores_sala_baixo:
pulselength: 307
protocol: 3
code_on: 33554432
code_off: 33574914
"
Thank you in advance!
Update, I think that I’m sending codes :), at least in the receiver log I can see the same codes I have in my configuration… however any of my RF devices are noticing my codes
BR,
jponte