How can I capture and submit IR codes for missing remotes? #85
Replies: 2 comments 2 replies
-
I would recommend that you use IrScrutinizer, together with some suitable, supported hardware for capturing. If want to use your ESP32 you can flash AGirs (also found in the Arduino library manager) onto it. Then use the "Scrutinize remote" pane capture the interesting signals, and entering their text names. After capturing, you export using the export format "IRDB CSV", that generate a CVS file that can be used here. If anything is unclear, just ask. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestion, I will look into it! Do the raw readings from ESPHome not work for this purpose? |
Beta Was this translation helpful? Give feedback.
-
I have a handful of remotes that are not in your database, one in particular that I've seen requests for and is very very expensive and hard to find. I really want to scan these in to help other people who are looking for these remotes. I have an ESP32 running ESPHome with an IR receiver, and looking the logs as I press buttons on this remote, I get codes like this:
Same + button pressed on a remote
but other remotes give me results like this
Same FFWD button pressed on another remote
I'm more than happy to press buttons and submit readings all day, but I don't know how to get these into a format that's helpful for other people,
Beta Was this translation helpful? Give feedback.
All reactions