Keyfob disarm/arm

Hi,

Is it possible to determine which keyfob that performed arm/disarm?
Would be cool to have different welcome home messages (sonos) depending on whom disarmed house.

BR/H

You can do this by looking at the ‘PanelStatusCode’ or ‘PanelStatusData’ variable available on the panel. For the status codes have a look at the domoticaforum or use the status data text string directly.

E.g. Status code:52
Status data:Arm Away / Fob 01

Cool, thanks!

Will surprise my wife the next time she gets home :wink:

Can i do this with luup code
we use almost exclusively the keyfob at the door

Hi Hek,

Did you manage to get this to work, can you share the code, I am looking to the same thing (via sonos as well).

James

Solved it with a somewhat complicated PLEG expression…

The last two images is device property inputs…

Hi,

I know it is an old post, but I will give it a try :slight_smile:

I can see that “pPanelStatusData” have status “Disarm / Fob 01”. But my condition "pPanelStatusData eq “Disarm / Fob 01” is false.

Anybody know why or how I can use a keyfob in a condition?

Thanks

Regards

Claus