Just wondering if it is possible to trigger a PLEG condition from an external application such as IRULE, and if so the proper method of doing so. I know that I can trigger a Vera Scene using an HTTP call from IRULE but not sure if that is doable with a condition in PLEG.
This should work:
Local:
http://vera_ip:3480/data_request?id=action&DeviceNum=##&serviceId=urn:rts-services-com:serviceId:ProgramLogicC&action=RunAction&conditionName=condition_name
Remote:
https://fwd6.mios.com/(username)/(pw)/(vera_serial)/data_request?id=action&DeviceNum=##&serviceId=urn:rts-services-com:serviceId:ProgramLogicC&action=RunAction&conditionName=condition_name
Remember to substitute your device id, condition name and username, pw and seial in remote mode.
Awesome, I’ll test it out. If it works it opens up a whole new world.
Please share your ideas!