Mercurial > code > home > repos > homeauto
changeset 1617:e105032b0e3d
plans regarding this rewrite
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 Sep 2021 23:26:07 -0700 |
parents | 3a6ed545357f |
children | 48bf62008c82 e24058ae4806 |
files | service/mqtt_to_rdf/notes |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/mqtt_to_rdf/notes Mon Sep 06 23:26:07 2021 -0700 @@ -0,0 +1,27 @@ + +columns: + - watched topics, and one for 'nonmatching' + + - incoming messages + + - generic graph + + - output graphs + + - generated influx points + + +config: + - expand to generic graph, parsing json + - rules to make output graph, with some custom predicates + - influx as before + - buttonPress and statementLifetime as before, as conversions + + https://www.w3.org/2000/10/swap/doc/Built-In.html#:~:text=%7B%20%20%20((%3Fx.-,tempInF,-%2232%22).math%3Adifference%20%220.5555 + + ---- + inference + + ~/.venvs/mqtt_to_rdf/bin/nosetests --with-cprof --logging-level=INFO inference_test + ~/.venvs/mqtt_to_rdf/bin/pyprof2calltree -i stats.dat -k + \ No newline at end of file