PLEASE! A How to would be amazing! Looking forward to it!
rhuehn
@rhuehn
Posts
-
Multisensor PIR based on IKEA Molgan -
Help with PIR and Water Sensor or Nano - Water Sensor won't triggerGot 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);