Hi there,

i’d like to use a Homematic Switch (HM-LC-Sw1-DR) with pimatic.
In this Thread I found the Homegear Plugin with wich I thought it could work.

My Setting is:
Pimatic and Homegear Server are installed on my raspberry.
Homegear Plugin is installed in Pimatic.
HM-Lan-Adapter is connected to Homegear Server and the HM-LC-Sw1.

And the connection is working! Homegear-log and Pimatic-Log both are triggered if I activate the switch manually. (see below)
Only I can’t add the device in Pimatic properly.

If I add a “Homegear” device, it seems to only add a dummy Device with no function.
“HomematicContactSensor” (manually added via config.json) ends with this message:
“No plugin found for device “1” of class “HomematicContactSensor”!”

reading the forum and the plugin description lets me think that the switch is not yet implemented.
Maybe somebody can do it…?
I will help where I can. Starting with the log entrys of the activated switch:

Switch on:
Homegear log
19:36:51.942 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 0, ‘RSSI_DEVICE’, -58 ]
19:36:51.952 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,0,RSSI_DEVICE,-58
19:36:51.998 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 1, ‘STATE’, true ]
19:36:52.001 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,1,STATE,true
19:36:52.004 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 1, ‘WORKING’, false ]
19:36:52.007 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,1,WORKING,false

Pimatic Log
02/13/17 19:36:51.910 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: -58 dBm): 0D1xxxxxxxxxxxxxxxxxxxxxx800
02/13/17 19:36:51.911 Module HomeMatic BidCoS: Info: STATE on channel 1 of HomeMatic BidCoS peer 1 with serial number MEQxxxx369 was set to 0xC8.
02/13/17 19:36:51.911 Module HomeMatic BidCoS: Info: WORKING on channel 1 of HomeMatic BidCoS peer 1 with serial number MEQxxxx369 was set to 0x00.
02/13/17 19:36:51.911 RPC client: Info: Calling RPC method “system.multicall” on server 127.0.0.1.
02/13/17 19:36:51.970 RPC client: Info: Calling RPC method “system.multicall” on server 127.0.0.1.

Switch off:
Homegear log

19:38:14.306 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 0, ‘RSSI_DEVICE’, -64 ]
19:38:14.312 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,0,RSSI_DEVICE,-64
19:38:14.388 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 1, ‘STATE’, false ]
19:38:14.391 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,1,STATE,false
19:38:14.395 [pimatic-homegear] debug: homegear multicalled event [ ‘pimatic-homegear’, 1, 1, ‘WORKING’, false ]
19:38:14.398 [pimatic-homegear] debug: homegear called eventpimatic-homegear,1,1,WORKING,false

Pimatic Log
02/13/17 19:38:14.291 HomeMatic BidCoS packet received (My-HM-CFG-LAN, RSSI: -64 dBm): 0D1xxxxxxxxxxxxxxxxxxxxxx000
02/13/17 19:38:14.292 Module HomeMatic BidCoS: Info: STATE on channel 1 of HomeMatic BidCoS peer 1 with serial number MEQxxxx369 was set to 0x00.
02/13/17 19:38:14.292 Module HomeMatic BidCoS: Info: WORKING on channel 1 of HomeMatic BidCoS peer 1 with serial number MEQxxxx369 was set to 0x00.
02/13/17 19:38:14.292 RPC client: Info: Calling RPC method “system.multicall” on server 127.0.0.1.
02/13/17 19:38:14.350 RPC client: Info: Calling RPC method “system.multicall” on server 127.0.0.1.

I hope this will help.
If I can provide other details, i will do!

bye,
Eurofalter