Mercurial > code > home > repos > homeauto
view service/piNode/config/changing.n3 @ 1428:56e07d3f0930
frontdoor configs; move device class timing to greplin stats
Ignore-this: f32495ae0d3b4c6f50fe1ba46c57abcd
darcs-hash:c8b6f8460b858868837dc9c98f844528531fe98c
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 08 Aug 2019 16:50:14 -0700 |
parents | 4f89d130a3fe |
children | 9d074317e16a |
line wrap: on
line source
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix : <http://projects.bigasterisk.com/room/> . @prefix order: <http://projects.bigasterisk.com/room/ledColorOrder/> . @prefix ha: <http://bigasterisk.com/homeauto/> . @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . @prefix pin: <http://bigasterisk.com/homeauto/piChanging/pin/> . ha:piChanging a :PiBoard; :hostname "changing"; :onboardDevice ha:changingPiTemp; :hasPin pin:GPIO4, pin:GPIO17, pin:GPIO18 . ha:changingPiTemp a :OnboardTemperature; :influxMeasurement [ :measurement "temperatureF"; :predicate :temperatureF; :tag [:key "host"; :value "changing"], [:key "location"; :value "changingPi"]] . pin:GPIO4 :gpioNumber 4 . pin:GPIO17 :gpioNumber 17 . pin:GPIO18 :gpioNumber 18 . pin:GPIO4 :connectedTo :changingWhite . :changingWhite a :LedOutput; :fade "yes" . pin:GPIO17 :connectedTo sensor:motionChanging . sensor:motionChanging a :MotionSensor; :influxMeasurement [ :measurement "presence"; :predicate :sees; :tag [:key "host"; :value "changing"], [:key "sensor"; :value "motion"], [:key "location"; :value "changing"]]; :sees :changing . pin:GPIO18 :connectedTo :changingRgb . :changingRgb a :RgbPixels; :colorOrder order:GRB; :pixelGroup :changingStrip . :changingStrip :startIndex 0; :endIndex 5 . :changingStrip :src "rainbow.png"; :x 199; :y 0; :height 6; :interpolate :slide; :rate 30 . # px/sec