Page 1 of 1

VisonicSensors icm RFXLan

Posted: Thu Dec 18, 2014 6:53 pm
by Bennieo
Technici.....
Finally I use my helpline.. :? :(

I'm using Domotiga with a RFXlan(868mHz). I want to visualize my Visonic-Sensors in my DomotiGa. In the debuglist I can see the information from the VisonicSensors.

2014/12/18 17:26:20 A9D2650CF3C780 MOTION[D265C7]S / 53861 Visonic motion sensor Alert addr:D265C7 C7 ID:425712014/12/18 17:26:20 [Devices] Device with type 'MOTION', address 'MOTION[D265C7]S' and interface 'RFXCom Receiver' not found!
2014/12/18 17:26:20 [Devices] Auto device create for 'MOTION device #1' failed because it's unknown!
2014/12/18 17:26:20 [Devices] Device type: MOTION
2014/12/18 17:26:20 [Devices] Address: MOTION[D265C7]S
2014/12/18 17:26:20 [Devices] Interface: RFXCom Receiver' (1)
2014/12/18 17:26:20 [Devices] Please report this to support@domotiga.nl
2014/12/18 17:26:20 [Devices] Also note that you can probably simply create this device manually, and selecting a devicetype similar to the one missing.
bits=41 from SLAVE

So.. How to configure the DeviceTab. I tried a lot but no luck..
Selection_004.png
Selection_004.png (37.39 KiB) Viewed 8461 times
First: Now I have Visonic Interface instead of RFXLan reciever.. But I can't select the RFXlan reciever

Second: What is the right Address of the Pir.. "D265C7 C7" or "D265C7" .. or MOTION[D265C7]S ???

Thanks already,
Ben

Re: VisonicSensors icm RFXLan

Posted: Sun Dec 21, 2014 3:59 pm
by emvee
Hi Ben,

On your second point, based on the error message:
17:26:20 [Devices] Device with type 'MOTION', address 'MOTION[D265C7]S' and interface 'RFXCom Receiver' not found!
I would say, try 'MOTION[D265C7]S' as address.

Re: VisonicSensors icm RFXLan

Posted: Sun Dec 21, 2014 5:15 pm
by Bennieo
Thx Emvee,

I tried that but no luck.... But now I discover that all the Visonic Devices-addresses are changing every time they are sending an alert.
However It seems there are only a few adresses and after changing a couple of addresses the device use this addresses again..Kind of address-loop.

Re: VisonicSensors icm RFXLan

Posted: Sun Dec 21, 2014 6:59 pm
by emvee
Had a better look in the source code and database and think you should try:

Code: Select all

Protocol   = X10SecMotion
DeviceType = Visonic K980
Interface  = RFXCom Receiver
Address    = MOTION[D265C7]S

Re: VisonicSensors icm RFXLan

Posted: Sun Dec 21, 2014 7:42 pm
by Bennieo
Thanks Emvee,

That helps... It's working now.. :D