This is my first post here. I have the following 'problem'. Would be great if someone can help me out.
By combing the information in a couple of articles (see references) I managed to switch a "klikaanklikuit" unit with a 433Mhz transmitter like this:

The transmitter is hooked up to GPIO pin 14 (Tx) on the Raspberry Pi that has Domoticz installed. I use WiringPi and some scripts (1) to control my klikaanklikuit unit.
Then in Domitcz I switch the lamp by configuring the 'On Action' and 'Off Action' of a Light Switch. I was hoping to create multiple 'GPIO type Switches' in Domoticz. And then in theory they could all be switched by changing the script parameters like this:
script:///home/pi/wiringPi/examples/lights/./kaku A 1 on
script:///home/pi/wiringPi/examples/lights/./kaku A 2 on
script:///home/pi/wiringPi/examples/lights/./kaku A 3 on
script:///home/pi/wiringPi/examples/lights/./kaku A 4 on
The problem is that I can only create one GPIO switch that uses GPIO pin 14. If I add another then Domoticz responds with the following error: Does anyone know if it's possible to bypass this error? I also tried adding a slave device, but that gives the same error.
Thanks in advance!
References
(1) http://weejewel.tweakblogs.net/blog/866 ... ry-pi.html
http://domoticz.com/wiki/GPIO
http://www.domoticz.com/forum/viewtopic ... bay#p47780
http://www.domoticz.com/forum/viewtopic ... 227#p27564