PLEASE! A How to would be amazing! Looking forward to it!
Best posts made by rhuehn
-
RE: Multisensor PIR based on IKEA Molgan
-
RE: Help with PIR and Water Sensor or Nano - Water Sensor won't trigger
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);