Mercurial > code > home > repos > homeauto
view service/mqtt_graph_bridge/config.n3 @ 1438:07b5df124209
release 0.5.0
Ignore-this: bfa0bad6d5529a9e3e1051fc1b1c48f6
darcs-hash:32b88b45d0318bcf7a3a81ddbd5e22a95cd7a687
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 12 Aug 2019 02:23:15 -0700 |
parents | 31aed1a0af9c |
children |
line wrap: on
line source
@prefix : <http://projects.bigasterisk.com/room/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix fr: <http://bigasterisk.com/foaf/> . :kitchenSkylight a :Device; :mqttTopicHead ("h801_skylight" "light"); :convertedAttr [ :deviceAttr :white; :mqttTopicTail ("kit_w1" "command"); :valueConversion :to8Bit; :message '{"state":"ON","brightness":%value%}' ], :convertedAttr [ :deviceAttr :color; :mqttTopicTail ("kit_r" "command"); :valueConversion :extractRed8Bit; :message '{"state":"ON","brightness":%value%}' ], :convertedAttr [ :deviceAttr :color; :mqttTopicTail ("kit_g" "command"); :valueConversion :extractGreen8Bit; :message '{"state":"ON","brightness":%value%}' ], :convertedAttr [ :deviceAttr :color; :mqttTopicTail ("kit_r" "command"); :valueConversion :extractBlue8Bit; :message '{"state":"ON","brightness":%value%}' ], :nightlightAriTemperature a :ExportedMeasurement; :mqttTopicHead ("nightlight_ari" "sensor" "temperature" "state"); :missingAfterSec 150; :ignoreInputValueBelow -999; :valueProcess [ :conversion :celsiusToFarenheit; #and round(x,2) ]; :graphStatements [ :outputPredicate :temperatureF; :statementLifetime :untilReplaced; # is this just another valueProcess? :outputRecentPredicate :recentLowTemperatureF; :recentPeriodSec 30; ], :influxMeasurement [ :measurement "temperatureF"; :predicate :temperatureF; :tag [:key "host"; :value "nightlight_ari"], [:key "location"; :value "ariRoom"]] .