PLEASE! A How to would be amazing! Looking forward to it!
Best posts made by rhuehn
- 
    RE: Multisensor PIR based on IKEA Molganposted in My Project
 - 
    RE: Help with PIR and Water Sensor or Nano - Water Sensor won't triggerposted in Troubleshooting
Got it working with this sleep function properly:
// Sleep until interrupt comes in on motion or water sensor. Send update every two minute. gw.sleep(DIGITAL_INPUT_SENSOR - 2, CHANGE, DIGITAL_INPUT_WATER_SENSOR - 2, CHANGE, SLEEP_TIME);