Is it possible to make a scene (PLEG action?) based on system alerts?
For example, run certain action if specific device reports it is offline?
If you have a look at the available service variables for HaDevice1 you might find what you need to set up as the trigger.
http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions#HaDevice1
E.g
"urn:micasaverde-com:serviceId:HaDevice1","CommFailure" value = "1" "urn:micasaverde-com:serviceId:HaDevice1","Configured" value = "0"
Will be able to give you an idea of the state of the device…
Thanks, I’ll give it a try.