Hallo,
für ein bisschen automatisierung mit dem Raspberry möchte ich Funksteckdosen ansteuern. Aber wenn ich etwas wie folgt sende, meldet das revice Script andere Daten .
Also ich sende (Script siehe: https://github.com/milaq/rpi-r…aster/scripts/rpi-rf_send)
Bash
$ python3 send.py -g 17 -p 101 -t 3 769612
2021-03-04 20:20:27 - [INFO] send: 769612 [protocol: 3, pulselength: 101, length: default, repeat: 10]
aber das receive Script meldet (nach 3 Versuchen) (Script siehe: https://github.com/milaq/rpi-r…er/scripts/rpi-rf_receive)
Code
2021-03-04 20:22:19 - [INFO] revice: 8 [pulselength 521, protocol 5]
2021-03-04 20:22:22 - [INFO] revice: 32768 [pulselength 520, protocol 5]
2021-03-04 20:22:25 - [INFO] revice: 524288 [pulselength 518, protocol 5]
2021-03-04 20:22:25 - [INFO] revice: 4096 [pulselength 518, protocol 5]
2021-03-04 20:22:27 - [INFO] revice: 561152 [pulselength 519, protocol 5]
2021-03-04 20:22:28 - [INFO] revice: 1024 [pulselength 517, protocol 5]
Das ganze läuft etwa wie hier gezeigt: https://www.youtube.com/watch?v=Xe5Bj_N4Crw
Die Verkabelung sieht wie folgt aus:
Woran könnte das liegen???