Hi, the code of domoticz is using library of WiringPi but also the command "gpio" which is not included in the WiringPi package can you please add it. // 1. List exports and parse the result cmd = popen("gpio exports", "r"); while (fgets(buf, sizeof(buf), cmd) != 0) { // Decode GPIO pin number from ...