-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hi,
I command my shutters with the TEL FIX. I think the protocol used from device is the Somfy-RTS but there are some issue.
I launch the program with these parameter ( the frequency is little more slow of standard)
rtl_433 -f 433.42M -R 167
and when I press STOP thi is the output
time : 2020-11-30 12:16:27
model : Somfy-RTS Id : 4653896
Control : ? (15) Counter : 7718 Address : 480347 Retransmission: 0 Integrity : CHECKSUM
WARNING: Undeclared field "mic" in [167] "Somfy RTS"
time : 2020-11-30 12:16:27
model : Somfy-RTS Id : 4653896
Control : ? (15) Counter : 7718 Address : 480347 Retransmission: 1 Integrity : CHECKSUM
WARNING: Undeclared field "mic" in [167] "Somfy RTS"
time : 2020-11-30 12:16:27
model : Somfy-RTS Id : 4653896
Control : ? (15) Counter : 7718 Address : 480347 Retransmission: 1 Integrity : CHECKSUM
and when I press the UP button
time : 2020-11-30 12:16:58
model : Somfy-RTS Id : 4653896
Control : ? (15) Counter : 7719 Address : 480347 Retransmission: 0 Integrity : CHECKSUM
WARNING: Undeclared field "mic" in [167] "Somfy RTS"
time : 2020-11-30 12:16:58
model : Somfy-RTS Id : 4653896
Control : ? (15) Counter : 7719 Address : 480347 Retransmission: 1 Integrity : CHECKSUM
Do you have any idea how to implement a fix?
I'm not expert in these branch, but i can learn!!
Congratulations for all your work
Riccardo