GPIO Module Integration with ELV and Relay Control

Hey everyone, I’m currently working on integrating my Homematic/iobroker setup on a Raspberry Pi 4 with an ELV radio module. The module uses the first 12 pins of the GPIO header, and I want to utilize the remaining pins to control two relays. I’ve installed the RPI-Monitor Adapter following some online guides, but I’m a bit stuck on how to prevent conflicts between the GPIO settings required for the radio module and those needed for the relay control.

I understand that both the radio module and the relay control will need specific GPIO pins, but I’m not entirely sure how to configure them without causing interference. Does anyone have experience with running these two functionalities in parallel?

For the relay control, I essentially just need a high or low signal on two separate GPIO pins. I’ve heard that careful pin allocation and configuration can make this work, but I’m not entirely sure how to proceed. Any tips or advice would be greatly appreciated! Maybe someone has tackled a similar setup before and could share their approach.

I’m also curious if there are any specific libraries or configurations that can help manage the GPIO pins more effectively for this kind of dual-use scenario. Let me know if you’ve got any recommendations or success stories to share!