# HG changeset patch # User drewp@bigasterisk.com # Date 1555828785 25200 # Node ID 003343daeb62ad73bd22e9b8d7a6d8ca1564df1d # Parent 1007ca70c34d965ac9133af013687c2d90745f01 frontdoor config update for motion sensor Ignore-this: fb995aa68541f09615d1d9b503face99 diff -r 1007ca70c34d -r 003343daeb62 service/piNode/config/frontdoor.n3 --- a/service/piNode/config/frontdoor.n3 Sat Apr 20 23:38:56 2019 -0700 +++ b/service/piNode/config/frontdoor.n3 Sat Apr 20 23:39:45 2019 -0700 @@ -12,7 +12,7 @@ :onboardDevice ha:frontdoorPiTemp; :hasPin pin:GPIO4, # open - pin:GPIO11, # motion + pin:GPIO5, # motion pin:GPIO17, # OW temp pin:GPIO18 . # rgb @@ -30,7 +30,7 @@ [:key "location"; :value "frontDoor"]];. -pin:GPIO11 :gpioNumber 11; :connectedTo sensor:motionFrontdoorInside . +pin:GPIO5 :gpioNumber 5; :connectedTo sensor:motionFrontdoorInside . sensor:motionFrontdoorInside a :MotionSensor; :influxMeasurement [ :measurement "presence"; @@ -56,4 +56,4 @@ :y 0; :height 3; :interpolate :slide; - :rate 30 . # px/sec \ No newline at end of file + :rate 30 . # px/sec