Integration Tutorials

I’m an admitted newb to the Remote 3. I’ve searched as much as I know how. So far, I think I have learned how to program the majority of my devices, but there are still a few that look to be out of reach (Anthem AVMs, OREI HDMI switches). I know I can control these via IR (though my components are in a remote cabinet) or link these through Home Assistant, but I got this remote because I’m a tinker at heart, and I simply can’t rest until it works the way I want. :upside_down_face:

So far, I haven’t been able to find any information on how to create an integration. I’m not a software developer, but I’ve hacked my way through plenty of genres in the past. If they don’t exist, I’m willing to take a crack at integrating my obscure devices in order to have 2-way control rather than passing through HA. I just don’t know where to begin. Is there something out there that I’m just missing?

Hi, you can have a look at this example integration and work towards your goal from there GitHub - unfoldedcircle/integration-ts-example: TypeScript integration driver example using our Node.js Integration-API wrapper

Kind regards,

Ed

Or, you ask for a new integration here Integration ideas?

Thanks @Eddy! That tutorial is just what I was looking for. It will take me a while to digest, but I’ll start playing around with it.

I’ll submit a couple of integration requests in the meantime, just in case I get stumped. :slight_smile:

Cool! I also just started with that tutorial. Then started ‘borrowing’ solutions from other integrations, you will get there. And of course the community here and on Discord, very helpful!