[openhabian] remove knxd

I -accidentially- installed knxd via openhabian. now I’d like to remove the knxd as I don’t use it and suspect some sideeffects with my knx-configuration.
So, how do I remove it? :wink:

As knxd is installed via make, I think you have to get information about all files to remove.
But the first step would be to disable the knxd.service:

sudo systemctl disable knxd.service
sudo systemctl stop knxd.service

And maybe this will suffice to get rid of sideeffects.

1 Like