Here is a release with xlobby, xAP plugin, and an X-10 receiver (like an am12)
This is the door of my building:
we press on a button of the screen to enter the code:
we enter the code then the door opens ( it use an electric lock and an X10 receiver)
how it works, the event is executed on an enter screen after the code . commands of this event are:
- xap x10 connector on
- wait (3000ms)
- xap x10 connector off
and if you don’t have the code you press on another button to ring
what this does…. It’s maximize a mini xlobbyskin on different pcs and play a song ( like a bell )
and I can open the door from theses pcs…..
how it works :
the event assigned to the button for ringing at the door execute an xap plugin command this send a “fake” xap message (this xap message command nothing!!! It’s a fake message !!! it only use to communicate between different xlobby.
On other pcs, I have a minimal xlobby installation configured to use a small resolution 320x240 , those xlobby have the xap plugin and I configured the plugin for when it detect the fake xap message it will execute an event, this event can of course contains commands that you want, mine contains:
sur les autres pcs, avec la mini install de xlobby et mini skin configuré pour une résolution de 320*240, ces pcs possèdent aussi le plugin xap et sont configurés pour que: lorsqu'ils interceptent le message xap fake ils exécutent un event qui contient les commandes:
- xlobby : maximize
- os :execute file (to play a song)