Page 1 of 1

Support of Gembird Siver Shield

Posted: Friday 11 March 2016 14:04
by rolandbreedveld
It would be nice if the GemBird Silver Shield will be supported
http://www.gembird.nl/item.aspx?id=3234&lang=de

4 switchable outlets controlled via USB

driver for Linux exists:
https://sourceforge.net/projects/sispmctl/

I compiled it on the Pi, example:
Request status:
# sispmctl -d0 -gall
Accessing Gembird #0 USB device 005
Status of outlet 1: on
Status of outlet 2: on
Status of outlet 3: on
Status of outlet 4: off

# sispmctl -d 0 -f3
Accessing Gembird #0 USB device 005
Switched outlet 3 off

Re: Support of Gembird Siver Shield

Posted: Friday 11 March 2016 14:20
by rolandbreedveld
It works with Domoticz using a virtual switch and using a script for switching on/off

With a cron script, I update the Switch in Domoticz if the state is wrong.

but it would be nicer if it's supported from the app.

Re: Support of Gembird Siver Shield

Posted: Monday 02 January 2017 19:04
by markcame
Which steps do you perform to install
I have a provblem running ./config with libusb dependencies

Thanks