Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lesson31- How to decode 433MHz RF signal and control RF device by ESPHome
#8
I made some progress. Turns out I had the wrong ESP32 connected. Now when I press a button on the remote it shows some code.

Code:
[22:17:23][I][remote.pronto:237]: Received Pronto: data=0000 006D 00C1 0000 0003 0009 0002 0012 0007 003E 001C 0016 0008 0015 0005 0006 000B 0011 0001 000F 001C 000E 0017 0008 000C 000B 0017 000A 0008 0006 0038 0003 000F 0004 0026 0005 0004 0003 0017 0004 000A 0004 000D 000A 003C 0003
[22:17:23][I][remote.pronto:239]: 001E 0008 000C 000A 0011 0008 0009 0004 0012 0013 0016 0010 0004 0003 0002 001B 000D 0006 0006 0003 0004 000C 0005 0004 0006 0005 0013 0007 0003 0004 0012 0009 0002 000C 0068 0005 0006 0007 0003 0009 0003 0005 0003 000B 0006 0018 0003 0004 000D 0019 0022 0004 0007 000B 000A 001E 000C 0009 0039 0004 0008 0004 0004 0016 0005 0006 0009 0012 0014 0012 000C 000A 0003 0022 0005 0006 0009 000B 0015 0003 000E 0017 0003 000D 0005 000B 0005 000A 0001 000C 0001 0002 000E 0008 0001 0008
[22:17:23][W][component:214]: Component remote_receiver took a long time for an operation (0.07 s).
[22:17:23][W][component:215]: Components should block for at most 20-30ms.
[22:17:23][I][remote.pronto:237]: Received Pronto: data=0000 006D 0001 0000 000A 009B 06C3
[22:17:23][I][remote.pronto:237]: Received Pronto: data=0000 006D 0001 0000 0010 009B 06C3
[22:17:24][I][remote.pronto:237]: Received Pronto: data=0000 006D 0001 0000 0002 009B 06C3
[22:17:24][I][remote.pronto:237]: Received Pronto: data=0000 006D 0001 0000 0006 009B 06C3
[22:17:24][I][remote.pronto:237]: Received Pronto: data=0000 006D 0001 0000 0007 009B 06C3
[22:17:24][I][remote.pronto:237]: Received Pronto: data=0000 006D 0002 0000 000B 0034 000A 009B 06C3

I can't see any patterns here. However how do I interpret this code?
Also what's that warning message? It looks like the receiver took 70ms but should only take between 20-30ms?

Lastly for a remote - 2 blinds I can control individually (ch. 1 or 2) or as a group (ch. 0) - there are no on and off actions like in the example but simply button press. What are the appropriate actions to take here?

Code:
[22:00:13][W][component:214]: Component remote_receiver took a long time for an operation (0.07 s).
[22:00:13][W][component:215]: Components should block for at most 20-30ms.
Reply


Messages In This Thread
RE: Lesson31- How to decode 433MHz RF signal and control RF device by ESPHome - by tfmeier - 10-23-2023, 11:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)