here is what I would like to achieve: when a RFXCOM-based device is switched on, I would like to use the information of who has triggered it within a script.
The device log shows accurately who has switched it on/off in the "user" column: a script, the domotics user interface, a timer, a RFX remote control.
The script I would like to use listens for device changes:
Code: Select all
on = {
devices = {
'RFX-CH02'
}
Thanks for your support - very much appreciated