I love my Home Assistant setup for my whole home - if you need someone to bounce ideas off of, I've got close to a decade of successes, fuck-ups, and lessons learned to share and happy to help!
My next thing is to try to automate a clunky old window A/C unit via infrared. I might do it with an Aqara M3 hub but I’ve got some Raspberry Pi Zero W laying around too.
Any suggestions for copying a garage remote? I’d like to automate a garage but don’t want to mess with the wiring (this is a rental after all). I know the remote can be copied because my wife’s Jeep cloned it already.
I don't have it running anymore, but I remember I was able to train it on codes through HA. The training process is subject to a little randomness in the IR signal from your remote. To get the codes right I wound up sending the training signal several times (I'm a nerd so I definitely did at least 10), then copying them into excel to find the statistical most common hex pairs to make up the code I saved in HA, e g.,
FC:G3:D4
CC:G3:B4
CC:G5:D4
Becomes CC:G3:D4, and that dramatically improved the success rate of using the trained command to control things.