Hi @moustic @moustic999,
Have you seen the Matterbridge plugin factory?
I’m sure it’s possible to develop a KNX plugin for Matterbridge.
The only complicated part would be the user’s configuration of the plugin, but we could imagine a CSV file format that the user could pass to the plugin with all their KNX devices so that the plugin could use this CSV file as a « base » and expose all the devices.
Then, the plugin could use the npm package knx to control the devices.
What do you think?