log

age author description
Sun, 19 Sep 2021 13:21:15 -0700 drewp __nonzero__ is called __bool__ in py3! thanks for nothing, linters
Sun, 19 Sep 2021 13:20:39 -0700 drewp minor refactoring
Sun, 19 Sep 2021 13:19:20 -0700 drewp debug logging and comments
Sat, 18 Sep 2021 23:57:20 -0700 drewp WIP - functions are broken as i move most layers to work in Chunks not Triples
Sat, 18 Sep 2021 23:53:59 -0700 drewp move graphDump (on its way out, since reprs are getting better)
Fri, 17 Sep 2021 11:11:24 -0700 drewp add nonRuleStatments to Inference api. there's already a test in an eariler commit
Fri, 17 Sep 2021 11:10:18 -0700 drewp more performance work
Fri, 17 Sep 2021 11:07:21 -0700 drewp WIP rules reloader (doesn't reload yet)
Fri, 17 Sep 2021 11:06:52 -0700 drewp make namespaces in tests less confusing
Fri, 17 Sep 2021 11:05:21 -0700 drewp WIP rules.n3
Fri, 17 Sep 2021 11:04:23 -0700 drewp mqtt_to_rdf.py updates
Fri, 17 Sep 2021 11:03:13 -0700 drewp try not to make empty topic subscriptions
Fri, 17 Sep 2021 11:01:06 -0700 drewp serve graph/config
Wed, 15 Sep 2021 23:56:21 -0700 drewp debug logs
Wed, 15 Sep 2021 23:56:02 -0700 drewp speedups: abort some rules faster
Mon, 13 Sep 2021 01:54:49 -0700 drewp rm unused computation
Mon, 13 Sep 2021 01:53:32 -0700 drewp don't crash, just skip the rule if there's a BindingConflict (no clear test case yet)
Mon, 13 Sep 2021 01:36:06 -0700 drewp refactor rules eval
Mon, 13 Sep 2021 00:18:47 -0700 drewp rm dead code from previous tries
Mon, 13 Sep 2021 00:06:00 -0700 drewp refactor: use CandidateBinding throughout, not loose dicts
Sun, 12 Sep 2021 23:48:43 -0700 drewp hack math:sum in there. Test suite is passing except some slow performers
Sun, 12 Sep 2021 21:48:36 -0700 drewp fix farenheit rule case, fix some others that depend on rings order, but this breaks some performance because of itertools.perm
Sun, 12 Sep 2021 21:46:39 -0700 drewp just (a lot of) debug changes
Sun, 12 Sep 2021 04:32:52 -0700 drewp big rewrite of infer() using statements not variables as the things to iterate over
Sat, 11 Sep 2021 23:33:55 -0700 drewp add mqtt_message
Sat, 11 Sep 2021 23:31:32 -0700 drewp do inference on config. backend for new ui columns. rm some of the old filter pipeline
Sat, 11 Sep 2021 23:28:37 -0700 drewp new grid layout in web ui
Sat, 11 Sep 2021 23:27:32 -0700 drewp some shuffling, i don't know- i'm about to rewrite again
Sat, 11 Sep 2021 23:21:11 -0700 drewp metrics on input graph sizes
Wed, 08 Sep 2021 23:22:45 -0700 drewp mostly cleanup; scraps of the next rewrite; unskip tests that are ok now
Wed, 08 Sep 2021 18:59:21 -0700 drewp slow test is ok now (but other slow tests are now broken)
Wed, 08 Sep 2021 18:56:24 -0700 drewp apparently this was redundant
Wed, 08 Sep 2021 18:53:26 -0700 drewp add CandidateTermMatches, unused so far
Wed, 08 Sep 2021 18:51:18 -0700 drewp rename workingSet, sometimes
Wed, 08 Sep 2021 18:42:53 -0700 drewp log layout
Wed, 08 Sep 2021 18:39:12 -0700 drewp support CB.apply(returnBoundStatementsOnly)
Wed, 08 Sep 2021 18:32:11 -0700 drewp attempted to rewrite with CandidateTermMatches but it broke
Mon, 06 Sep 2021 23:26:07 -0700 drewp plans regarding this rewrite
Mon, 06 Sep 2021 23:23:43 -0700 drewp optimization: stream stmts instead of building a Graph
Mon, 06 Sep 2021 23:20:23 -0700 drewp change a Graph.__sub__ to Set.difference in verify() for a big speedup
Mon, 06 Sep 2021 23:04:34 -0700 drewp refactor: inline an odometer algorithm in place of itertools.product
Mon, 06 Sep 2021 23:03:51 -0700 drewp forget GRAPH_ID optimization in this case
Mon, 06 Sep 2021 18:39:38 -0700 drewp mark skipped tests. move applyRule into Rule. minor cleanups.
Mon, 06 Sep 2021 18:18:42 -0700 drewp a little inner-loop performace. same number of iterations, but less time on logging and some stmt filtering
Mon, 06 Sep 2021 18:07:28 -0700 drewp mysteriously lost an important line
Mon, 06 Sep 2021 18:06:11 -0700 drewp new tests for a smaller part of the inner loop
Mon, 06 Sep 2021 17:03:19 -0700 drewp cleaning up inner loop
Mon, 06 Sep 2021 15:38:48 -0700 drewp more modules, types. Maybe less repeated computation on BoundLhs
Mon, 06 Sep 2021 01:15:14 -0700 drewp realign tests, turn off slow ones for now
Mon, 06 Sep 2021 01:13:55 -0700 drewp WIP move evaluation to new file
Mon, 06 Sep 2021 00:57:28 -0700 drewp fix import
Mon, 06 Sep 2021 00:56:47 -0700 drewp logging and stats
Mon, 06 Sep 2021 00:56:13 -0700 drewp do findEvals once at setRules time
Sun, 05 Sep 2021 23:27:49 -0700 drewp infer() dumps stats
Sun, 05 Sep 2021 22:50:15 -0700 drewp cleanup internal names, imports
Sun, 05 Sep 2021 22:43:13 -0700 drewp fix a bug with a slightly moer complicated set of rules
Sun, 05 Sep 2021 22:40:50 -0700 drewp Evaluation doesn't have to depend on Lhs class
Sun, 05 Sep 2021 22:39:38 -0700 drewp logging adjustments
Sun, 05 Sep 2021 01:52:53 -0700 drewp more cleanup, especially around Evaluation
Sun, 05 Sep 2021 01:51:49 -0700 drewp extract module of rdflib output patches
Sun, 05 Sep 2021 01:15:55 -0700 drewp cleanups and a few fixed cases
Sat, 04 Sep 2021 23:23:55 -0700 drewp big rewrite- more classes, smaller methods, more typesafe, all current tests passing
Sat, 04 Sep 2021 23:18:44 -0700 drewp pure reordering of funcs to make the next diffs smaller
Sat, 04 Sep 2021 15:34:29 -0700 drewp shuffle some logging
Thu, 02 Sep 2021 23:20:55 -0700 drewp WIP inference- getting into more degenerate test cases
Thu, 02 Sep 2021 13:39:27 -0700 drewp WIP more debugging, working towards bnode-matching support
Thu, 02 Sep 2021 01:58:31 -0700 drewp WIP inferencer - partial var and function support
Sun, 29 Aug 2021 23:59:09 -0700 drewp WIP new inferencer. no vars yet.
Sun, 29 Aug 2021 13:45:31 -0700 drewp some rdf code. maybe copied from light9?
Sun, 29 Aug 2021 13:44:05 -0700 drewp add patch_cyclone_sse
Sun, 29 Aug 2021 13:43:50 -0700 drewp start zigbee configs. this proves the need for more graph output from a given mqtt message
Sun, 29 Aug 2021 13:43:14 -0700 drewp dead code, sort reqs
Sun, 29 Aug 2021 13:36:08 -0700 drewp release 0.5.0
Sun, 29 Aug 2021 13:36:08 -0700 drewp release 0.5.0 0.5.0
Sun, 29 Aug 2021 12:56:14 -0700 drewp reformat, switch to prometheus, maybe other fixes
Thu, 26 Aug 2021 18:26:20 -0700 drewp deps
Thu, 26 Aug 2021 18:03:30 -0700 drewp fix deploy; redo stats display page
Thu, 26 Aug 2021 16:33:05 -0700 drewp big fixes and rewrites. emitting rdf works, not influx export yet
Thu, 13 May 2021 01:06:26 -0700 drewp don't insist on ttyUSB0 device when doing OTA updates
Thu, 13 May 2021 01:05:40 -0700 drewp workshop lights driver
Thu, 18 Mar 2021 20:13:07 +0000 dependabot[bot] Bump pillow from 3.1.1 to 8.1.1 in /service/colplay dependabot/pip/service/colplay/pillow-8.1.1
Thu, 07 Jan 2021 22:55:33 +0000 dependabot[bot] Bump lxml from 4.3.3 to 4.6.2 in /service/wifi dependabot/pip/service/wifi/lxml-4.6.2
Thu, 14 May 2020 22:29:55 -0700 drewp release 0.4.0
Thu, 14 May 2020 22:29:44 -0700 drewp py3
Sat, 02 May 2020 15:08:12 -0700 drewp docker and build fixes
Sat, 02 May 2020 15:07:03 -0700 drewp front door support on another broker
Fri, 27 Mar 2020 23:08:10 -0700 drewp serv updates
Fri, 27 Mar 2020 23:07:46 -0700 drewp fix theater input selector string assembling
Fri, 27 Mar 2020 23:07:10 -0700 drewp rename living lamps
Fri, 14 Feb 2020 17:00:54 -0800 drewp dockerignore
Fri, 14 Feb 2020 16:47:10 -0800 drewp stats page
Fri, 14 Feb 2020 10:21:24 -0800 drewp more theater output controls
Fri, 14 Feb 2020 10:01:26 +0000 dependabot[bot] Bump twisted from 19.2.0 to 19.7.0 in /service/collector dependabot/pip/service/collector/twisted-19.7.0
Fri, 14 Feb 2020 10:01:19 +0000 dependabot[bot] Bump twisted from 16.0.0 to 19.7.0 in /service/colplay dependabot/pip/service/colplay/twisted-19.7.0
Fri, 14 Feb 2020 00:33:31 -0800 drewp more py3 fixes
Fri, 14 Feb 2020 00:33:14 -0800 drewp update deps
Fri, 14 Feb 2020 00:09:02 -0800 drewp whitespace
Fri, 14 Feb 2020 00:08:43 -0800 drewp demo buttons send :press not :release
Fri, 14 Feb 2020 00:07:23 -0800 drewp python 3! and some types and cleanups
Thu, 13 Feb 2020 23:00:06 -0800 drewp something with rx on inputgraph, i forget. also cleanup imports and logging of oneshot
Thu, 13 Feb 2020 22:58:56 -0800 drewp use local FuXi checkout of https://github.com/drewp/FuXi (and some other dep updates)
Thu, 13 Feb 2020 22:58:23 -0800 drewp merge rules.n3 again
Thu, 13 Feb 2020 10:26:38 -0800 drewp add rx
Thu, 13 Feb 2020 10:26:01 -0800 drewp index.html layout; add some oneshot buttons
Thu, 13 Feb 2020 10:24:23 -0800 drewp rule updates
Thu, 13 Feb 2020 10:22:12 -0800 drewp update to many new named graphs
Thu, 13 Feb 2020 10:21:05 -0800 drewp rename to s/sse//; use new browse link
Thu, 13 Feb 2020 10:20:42 -0800 drewp build updates
Thu, 13 Feb 2020 10:19:46 -0800 drewp page styles
Thu, 13 Feb 2020 10:19:22 -0800 drewp build updates
Thu, 13 Feb 2020 10:17:54 -0800 drewp fixes to TS and page build. remove some unused attempts at binding to <streamed-graph>
Thu, 13 Feb 2020 10:17:36 -0800 drewp update deps
Thu, 13 Feb 2020 10:16:28 -0800 drewp build update
Mon, 10 Feb 2020 23:58:57 -0800 drewp stop updating a graph (mqtt is our output)
Mon, 10 Feb 2020 23:58:26 -0800 drewp more devices
Mon, 10 Feb 2020 23:56:42 -0800 drewp more renaming, build updates
Mon, 10 Feb 2020 00:03:38 -0800 drewp build update, use logging lib
Mon, 10 Feb 2020 00:03:11 -0800 drewp cors support
Mon, 10 Feb 2020 00:02:48 -0800 drewp build update
Mon, 10 Feb 2020 00:02:18 -0800 drewp build update
Mon, 10 Feb 2020 00:01:39 -0800 drewp serve current usage as a graph
Sat, 08 Feb 2020 04:02:22 -0800 drewp more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Thu, 06 Feb 2020 16:36:35 -0800 drewp more service renaming; start a lot more serv.n3 job files
Wed, 05 Feb 2020 17:20:28 -0800 drewp protocol notes
Wed, 05 Feb 2020 17:12:18 -0800 drewp there's a plan
Thu, 23 Jan 2020 23:59:41 -0800 drewp build: place generated nim in its own dir
Thu, 23 Jan 2020 23:46:34 -0800 drewp an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
Wed, 05 Feb 2020 16:43:46 -0800 drewp espNode was not a service; move it to top dir
Wed, 05 Feb 2020 16:40:46 -0800 drewp rename rfid_pn532_py
Wed, 05 Feb 2020 16:39:08 -0800 drewp rm older rfid attempt using MFRC522 chip
Wed, 05 Feb 2020 00:29:13 -0800 drewp whitespace
Wed, 05 Feb 2020 00:23:06 -0800 drewp dep updates; graph url renames; and other build updates
Wed, 05 Feb 2020 00:22:48 -0800 drewp influx host name; reformat
Wed, 05 Feb 2020 00:19:43 -0800 drewp rewrite reasoning PutOutputs
Wed, 05 Feb 2020 00:18:20 -0800 drewp update deps
Tue, 04 Feb 2020 23:33:21 -0800 drewp add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
Tue, 04 Feb 2020 23:32:46 -0800 drewp rm old alsa version- everything uses pulse now
Tue, 04 Feb 2020 22:57:47 -0800 drewp rm old airquality client. using esphome and mqtt now
Tue, 04 Feb 2020 22:41:51 -0800 drewp consolidate debug page into ./index.html for now
Tue, 04 Feb 2020 17:07:05 -0800 drewp years of event source updates
Mon, 03 Feb 2020 23:47:25 -0800 drewp release 0.11.0
Mon, 03 Feb 2020 23:47:23 -0800 drewp new graph output for browsers, with autorefresh
Mon, 03 Feb 2020 23:46:29 -0800 drewp don't require first arg on PatchedGraph.serialize
Mon, 03 Feb 2020 23:45:15 -0800 drewp add browser_test server for playing with /graph resource
Mon, 03 Feb 2020 22:08:54 -0800 drewp release 0.10.0
Mon, 03 Feb 2020 22:07:20 -0800 drewp try to detect browser even better, instead of failing the whole request
Mon, 03 Feb 2020 01:10:56 -0800 drewp release 0.9.0
Mon, 03 Feb 2020 01:10:35 -0800 drewp fix text/plain output
Mon, 03 Feb 2020 00:51:26 -0800 drewp release 0.8.0
Mon, 03 Feb 2020 00:51:18 -0800 drewp reformat
Mon, 03 Feb 2020 00:50:53 -0800 drewp try a text/plain response if we think it's a browser asking for the graph
Sun, 02 Feb 2020 14:44:42 -0800 drewp release 0.4.0
Sun, 02 Feb 2020 14:44:24 -0800 drewp use PmfStat for timing
Sun, 02 Feb 2020 14:42:34 -0800 drewp release 0.3.0
Sun, 02 Feb 2020 14:42:07 -0800 drewp influx on default host 'bang5'
Sun, 02 Feb 2020 14:40:55 -0800 drewp add scales watching time spent in exportToInflux
Fri, 31 Jan 2020 23:56:42 -0800 drewp mqtt->rdf is now over in rdf_from_mqtt service
Fri, 31 Jan 2020 23:55:27 -0800 drewp add publish to ON/OFF messages. split up the main statement handler
Fri, 31 Jan 2020 23:55:04 -0800 drewp tester page that can PUT some statements
Fri, 31 Jan 2020 23:54:20 -0800 drewp extract rdfStatementsFromRequest for sharing with other tools
Wed, 29 Jan 2020 01:05:15 -0800 drewp collector: add /graphlist, plus logging updates
Wed, 29 Jan 2020 01:04:09 -0800 drewp reformat
Wed, 29 Jan 2020 01:03:40 -0800 drewp iot2: WIP still. more messages schema
Wed, 29 Jan 2020 01:02:06 -0800 drewp xidle rewrite for docker, py3
Thu, 23 Jan 2020 21:00:47 -0800 drewp introduce capnp, more build, some demos
Tue, 21 Jan 2020 23:59:45 -0800 drewp get some iot2 tests going
Mon, 20 Jan 2020 17:10:42 -0800 drewp working theater_blaster config. 3 immediate repeats of volume moves only one step
Mon, 20 Jan 2020 17:09:39 -0800 drewp add task to pull new docker image
Thu, 16 Jan 2020 13:23:47 -0800 drewp hall cam
Thu, 09 Jan 2020 00:38:59 -0800 drewp fixes for streamedgraph build and a surprise with multi-value wifiBands
Mon, 06 Jan 2020 23:47:30 -0800 drewp build cleanup and reformats
Mon, 06 Jan 2020 23:47:05 -0800 drewp brighter link color
Mon, 06 Jan 2020 22:46:02 -0800 drewp logging cleanup
Mon, 06 Jan 2020 22:43:48 -0800 drewp fix glow
Mon, 06 Jan 2020 22:39:46 -0800 drewp refactor plain graph functions from lit-element
Mon, 06 Jan 2020 22:35:16 -0800 drewp rm dead code
Mon, 06 Jan 2020 00:04:18 -0800 drewp some type notes and cleanups
Sun, 05 Jan 2020 23:52:26 -0800 drewp now roughly works. shows updates. only some workarounds.
Sun, 05 Jan 2020 23:18:27 -0800 drewp kind of running with lit-element and polymer together. lots of data missing from table still
Thu, 02 Jan 2020 00:23:36 -0800 drewp streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
Tue, 31 Dec 2019 02:45:25 -0800 drewp build adjustments. now seems to read streamedgraph correctly.
Sun, 29 Dec 2019 19:41:48 -0800 drewp npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
Sun, 22 Dec 2019 00:37:31 -0800 drewp announce.py start
Sun, 22 Dec 2019 00:35:58 -0800 drewp service that calls for TTS audio then serves it to chromecasts and to playAudio services
Sun, 22 Dec 2019 00:34:08 -0800 drewp playsound is working ok on dash right now
Sat, 21 Dec 2019 16:01:25 -0800 drewp try using tcp to talk to host pulse
Fri, 20 Dec 2019 17:17:56 -0800 drewp about to rip out pygame for now
Thu, 19 Dec 2019 17:33:24 -0800 drewp drop speech synth, try to get pulse client working
Thu, 19 Dec 2019 16:45:40 -0800 drewp start rewrite for playSound
Wed, 18 Dec 2019 17:23:34 -0800 drewp prettier times. new streamed-graph browse link
Tue, 17 Dec 2019 23:16:53 -0800 drewp start ts config files, but this doesn't share the streamed-graph code properly yet
Sun, 24 Nov 2019 00:02:42 -0800 drewp release 0.9.0
Sun, 24 Nov 2019 00:01:00 -0800 drewp try new graph+view widget
Sat, 23 Nov 2019 12:02:32 -0800 drewp remote suspend, wifi group arg
Sun, 03 Nov 2019 10:01:33 +0000 dependabot[bot] Bump requests from 2.18.4 to 2.20.0 in /service/irRemote dependabot/pip/service/irRemote/requests-2.20.0
Wed, 25 Sep 2019 17:56:28 -0700 drewp release 0.2.0
Wed, 25 Sep 2019 17:56:15 -0700 drewp dep on influxdb
Wed, 25 Sep 2019 17:56:03 -0700 drewp whitespace and doc
Wed, 25 Sep 2019 17:36:44 -0700 drewp index page rewrite. mqtt subscribe update. new store/events graph uri
Wed, 25 Sep 2019 17:33:32 -0700 drewp rename store's graph uri
Wed, 25 Sep 2019 17:29:47 -0700 drewp graph path now has 'store' in it
Wed, 25 Sep 2019 17:29:12 -0700 drewp index page is a data browser. support for -v
Wed, 25 Sep 2019 17:28:38 -0700 drewp build and release config
Wed, 25 Sep 2019 17:27:35 -0700 drewp new index page table
Wed, 25 Sep 2019 17:25:36 -0700 drewp collector config
Wed, 25 Sep 2019 17:25:19 -0700 drewp dockerfile deps
Wed, 25 Sep 2019 17:25:16 -0700 drewp makefile to invoke
Wed, 25 Sep 2019 16:09:02 -0700 drewp release 0.9.0
Wed, 25 Sep 2019 16:08:43 -0700 drewp fix import for rx 3.x
Tue, 24 Sep 2019 14:04:25 -0700 drewp release 0.8.0
Tue, 24 Sep 2019 14:04:02 -0700 drewp use rx version 3.x
Mon, 12 Aug 2019 16:46:52 -0700 drewp move bnode id optimization to its own file. more logging cleanups
Mon, 12 Aug 2019 10:14:45 -0700 drewp more piNode wip. treq etc
Mon, 12 Aug 2019 10:08:23 -0700 drewp fix precision of ledstrip paras
Mon, 12 Aug 2019 10:07:57 -0700 drewp typo in piNode config
Mon, 12 Aug 2019 10:07:49 -0700 drewp piNode to py3
Mon, 12 Aug 2019 02:23:15 -0700 drewp release 0.5.0
Mon, 12 Aug 2019 02:21:01 -0700 drewp typo in xsd: namespace for led strips
Mon, 12 Aug 2019 01:10:12 -0700 drewp RgbStrip init fix
Sun, 11 Aug 2019 03:26:06 -0700 drewp release 0.4.0
Sun, 11 Aug 2019 03:25:50 -0700 drewp fix download url separator
Sun, 11 Aug 2019 03:25:20 -0700 drewp round numbers. py3 updates. ws
Sat, 10 Aug 2019 23:44:17 -0700 drewp add pytype dockerfile
Sat, 10 Aug 2019 23:33:50 -0700 drewp wip for pytype support and separate device run loops on piNode
Thu, 08 Aug 2019 16:54:46 -0700 drewp lib upgrades; fix a static http server path
Thu, 08 Aug 2019 16:53:31 -0700 drewp try to workaround pigpio not supporting pullup modes on pi4 yet (didn't work, I think)
Thu, 08 Aug 2019 16:50:14 -0700 drewp frontdoor configs; move device class timing to greplin stats
Thu, 08 Aug 2019 16:48:40 -0700 drewp whitespace
Wed, 07 Aug 2019 21:06:46 -0700 drewp fix pushconfig host lookup
Wed, 07 Aug 2019 21:06:04 -0700 drewp whitespace
Wed, 07 Aug 2019 20:55:00 -0700 drewp arduinonode: per-device-type timing stats
Wed, 07 Aug 2019 20:23:04 -0700 drewp arduinonode to docker
Sun, 04 Aug 2019 13:03:18 -0700 drewp release 0.8.0
Sun, 04 Aug 2019 13:03:04 -0700 drewp output-widgets.html path
Sun, 04 Aug 2019 12:57:25 -0700 drewp release 0.7.0
Sun, 04 Aug 2019 12:57:03 -0700 drewp partial style redo. standardize ns setup
Sat, 03 Aug 2019 17:03:08 -0700 drewp release 0.6.0
Sat, 03 Aug 2019 17:02:41 -0700 drewp fix graph view on ionode index page
Sat, 03 Aug 2019 17:02:16 -0700 drewp just reindent, i think
Wed, 24 Jul 2019 01:12:29 -0700 drewp clean up very old reasoning configs
Wed, 24 Jul 2019 01:03:21 -0700 drewp oneShot can send to a dev instance
Wed, 24 Jul 2019 01:02:31 -0700 drewp clean up reasoning page
Wed, 24 Jul 2019 00:36:16 -0700 drewp reasoning web page uses rdf/browse/graphView for inputs and outputs now
Wed, 24 Jul 2019 00:34:41 -0700 drewp mock output mode
Tue, 23 Jul 2019 17:40:55 -0700 drewp redo reasoning actions log levels
Tue, 23 Jul 2019 17:37:24 -0700 drewp actually set put payload this time. add treq dep
Tue, 23 Jul 2019 17:30:46 -0700 drewp reasoning output using treq, and keep writing to PUT calls forever (but not as fast as the reasoning loop runs)
Tue, 23 Jul 2019 10:29:31 -0700 drewp update standardservice. add --dns to all docker runs
Tue, 23 Jul 2019 10:29:20 -0700 drewp loftdesk config
Tue, 23 Jul 2019 10:28:12 -0700 drewp support for default values for http PUT outputs
Tue, 23 Jul 2019 10:25:56 -0700 drewp frontwindow display config, move keys out
Tue, 23 Jul 2019 10:16:59 -0700 drewp comments and logging
Tue, 23 Jul 2019 10:16:14 -0700 drewp device configs
Tue, 23 Jul 2019 10:15:33 -0700 drewp rule updates
Sat, 13 Jul 2019 19:58:50 -0700 drewp adjust kitchen PWM freqs. add comments and proposed contents of n3 configs
Sun, 07 Jul 2019 11:23:48 -0700 drewp espNode code
Sat, 06 Jul 2019 13:56:07 -0700 drewp standardize build. fix /state report
Sat, 06 Jul 2019 13:55:59 -0700 drewp stubs
Sat, 06 Jul 2019 13:55:08 -0700 drewp release 0.7.0
Sat, 06 Jul 2019 13:54:52 -0700 drewp more state vars
Sat, 06 Jul 2019 00:49:12 -0700 drewp pinode use prettyerrorhandler
Sat, 06 Jul 2019 00:48:56 -0700 drewp new crib anim
Sat, 06 Jul 2019 00:47:18 -0700 drewp pinode devs can now poll in parallel (within one poll step). doesn't help much.
Thu, 06 Jun 2019 02:30:00 -0700 drewp release 0.6.0
Thu, 06 Jun 2019 02:29:18 -0700 drewp new scalessetup
Fri, 10 May 2019 02:28:14 -0700 drewp fix str/bytes to mqtt client
Fri, 10 May 2019 02:10:05 -0700 drewp release 0.7.0
Fri, 10 May 2019 02:09:23 -0700 drewp don't send empty subscribe request at startup- broker will hang up on us
Fri, 10 May 2019 01:32:03 -0700 drewp release 0.6.0
Fri, 10 May 2019 01:31:21 -0700 drewp caller must set clientId
Thu, 09 May 2019 22:31:04 -0700 drewp mqtt_graph_bridge to new build rules and to py3
Wed, 08 May 2019 00:56:54 -0700 drewp release 0.5.0
Wed, 08 May 2019 00:55:58 -0700 drewp big rewrite. now probably works for multiple subscriptions and over reconnects
Mon, 06 May 2019 21:11:19 -0700 drewp update deps
Mon, 06 May 2019 21:11:00 -0700 drewp simple api checks for (any) user too
Mon, 06 May 2019 21:07:42 -0700 drewp new simple mode that can set the door without rdf
Mon, 06 May 2019 21:06:08 -0700 drewp faster keepalive from esp chip. report aliveness into the graph. more programming tasks in tasks.py
Mon, 06 May 2019 00:19:08 -0700 drewp release 0.5.0
Mon, 06 May 2019 00:18:42 -0700 drewp turn up deferred lifecycle logging in -v mode
Mon, 06 May 2019 00:15:44 -0700 drewp add standardservice/__init__.py
Mon, 06 May 2019 00:05:24 -0700 drewp build/import update for reasoning service
Mon, 06 May 2019 00:03:35 -0700 drewp release 0.6.0
Mon, 06 May 2019 00:02:26 -0700 drewp fix old module name twisted_sse_demo
Sun, 05 May 2019 22:44:35 -0700 drewp match esp hostname in py code
Sun, 05 May 2019 22:43:14 -0700 drewp update esphome version. rename esp board to be distinct from pi board. new invoke rules for esp programming
Sun, 05 May 2019 17:09:12 -0700 drewp no more immediateUpdate since we push patch events now. and the code was broken for py3 anyway
Fri, 03 May 2019 18:54:42 -0700 drewp redo wifi's statements about access points so we can distinguish who is connecting to where, and on which wifi band
Fri, 03 May 2019 18:54:05 -0700 drewp update build on service/wifi
Wed, 01 May 2019 00:30:54 -0700 drewp py3 and new build
Wed, 01 May 2019 00:24:13 -0700 drewp fix a hang bug where polling stopped
Wed, 01 May 2019 00:09:54 -0700 drewp release 0.4.0
Wed, 01 May 2019 00:09:23 -0700 drewp also pass topic as str at publish
Wed, 01 May 2019 00:07:13 -0700 drewp release 0.3.0
Wed, 01 May 2019 00:06:50 -0700 drewp mqtt lib wants to encode topic names
Wed, 01 May 2019 00:03:23 -0700 drewp release 0.2.0
Wed, 01 May 2019 00:03:00 -0700 drewp some py3 compatibility
Tue, 30 Apr 2019 23:37:30 -0700 drewp release 0.1.0
Tue, 30 Apr 2019 23:37:25 -0700 drewp mqtt_client into a distributable
Thu, 25 Apr 2019 23:52:22 -0700 drewp fix /static path dir
Thu, 25 Apr 2019 23:38:47 -0700 drewp update build and deps to use invoke and to use new lib layout, plus more stats collection
Thu, 25 Apr 2019 23:36:44 -0700 drewp release 0.5.0
Thu, 25 Apr 2019 23:36:10 -0700 drewp include_package_data=True to try to get html files installed
Thu, 25 Apr 2019 23:33:35 -0700 drewp release 0.4.0
Thu, 25 Apr 2019 23:33:06 -0700 drewp another try at including html
Thu, 25 Apr 2019 23:15:25 -0700 drewp release 0.1.0
Thu, 25 Apr 2019 23:12:39 -0700 drewp export_to_influxdb to new package
Thu, 25 Apr 2019 23:01:26 -0700 drewp release 0.4.0
Thu, 25 Apr 2019 23:01:15 -0700 drewp release 0.3.0
Thu, 25 Apr 2019 23:01:04 -0700 drewp release 0.3.0
Thu, 25 Apr 2019 23:00:49 -0700 drewp release 0.3.0
Thu, 25 Apr 2019 22:59:43 -0700 drewp switch to setuptools and 'install_requires'
Thu, 25 Apr 2019 22:37:11 -0700 drewp release 0.2.0
Thu, 25 Apr 2019 22:36:58 -0700 drewp add devices_shared/__init__.py
Thu, 25 Apr 2019 22:17:10 -0700 drewp release 0.2.0
Thu, 25 Apr 2019 22:16:50 -0700 drewp add homeauto_anynode/__init__.py
Thu, 25 Apr 2019 17:35:53 -0700 drewp release 0.1.0
Thu, 25 Apr 2019 17:34:53 -0700 drewp start homeauto_anynode for files shared between arduino and pi
Thu, 25 Apr 2019 17:23:29 -0700 drewp release 0.1.0
Thu, 25 Apr 2019 17:22:39 -0700 drewp make devices_shared into lib
Tue, 23 Apr 2019 03:57:55 -0700 drewp update powereagle to py3, be a server with /stats/, save 'price' field
Tue, 23 Apr 2019 02:56:07 -0700 drewp rewrite dhcpleases to use dnsmasq's data files, and all the new build stuff
Tue, 23 Apr 2019 02:18:07 -0700 drewp release 0.3.0
Tue, 23 Apr 2019 02:17:35 -0700 drewp typo from addition of verboseLogging
Tue, 23 Apr 2019 02:14:12 -0700 drewp release 0.5.0
Tue, 23 Apr 2019 02:13:44 -0700 drewp move project url resolution to pip install time
Tue, 23 Apr 2019 02:12:07 -0700 drewp release 0.2.0
Tue, 23 Apr 2019 02:10:55 -0700 drewp add common imports to __init__.py
Tue, 23 Apr 2019 01:30:14 -0700 drewp release 0.2.0
Tue, 23 Apr 2019 01:29:32 -0700 drewp move logsetup into new standardservice pkg
Tue, 23 Apr 2019 00:57:18 -0700 drewp release 0.4.0
Tue, 23 Apr 2019 00:57:03 -0700 drewp releaser was updating versions on inappropriate lines
Tue, 23 Apr 2019 00:53:16 -0700 drewp release 0.3.0
Tue, 23 Apr 2019 00:52:47 -0700 drewp don't exclude setup.py from the dist (though I mean to exclude it from the package, somehow)
Tue, 23 Apr 2019 00:11:04 -0700 drewp release 0.2.0
Tue, 23 Apr 2019 00:10:41 -0700 drewp packaging and readme
Mon, 22 Apr 2019 23:34:42 -0700 drewp fix requires line
Mon, 22 Apr 2019 23:31:29 -0700 drewp release 0.1.0
Mon, 22 Apr 2019 23:29:19 -0700 drewp make patchablegraph release
Mon, 22 Apr 2019 23:23:50 -0700 drewp release 0.1.0
Mon, 22 Apr 2019 23:21:45 -0700 drewp make cycloneerr release
Mon, 22 Apr 2019 22:54:47 -0700 drewp twisted_sse moves to its own git repo
Mon, 22 Apr 2019 21:58:09 -0700 drewp mv twisted_sse
Sun, 21 Apr 2019 23:26:45 -0700 drewp rm old (2010) code for talking to arduino/firmata with a web ui and some activitystreams stuff
Sun, 21 Apr 2019 03:30:59 -0700 drewp rm attempt at rfid driver and http SSE server done in nim. includes working nim binding to pn532 with libnfc. includes a little from-scratch rdf lib.
Sun, 21 Apr 2019 03:28:21 -0700 drewp add missing files for the record
Sun, 21 Apr 2019 03:18:45 -0700 drewp rm old code to read a shaft encoder on an rpi, and a simple thermostat service that switches a house heater on
Sun, 21 Apr 2019 03:14:14 -0700 drewp rm old driver and web color picker for shiftbrites and some other 'sba' board
Sun, 21 Apr 2019 03:09:16 -0700 drewp rm old code for arduino that drove shiftbrite leds and read barcords. plus, a program to generate barcodes for music tracks so they can be scanned
Sun, 21 Apr 2019 03:08:43 -0700 drewp some unadded files, for the record
Sun, 21 Apr 2019 03:04:42 -0700 drewp rm old complicated usb bus checker and resetter that caught some error modes and reset the right parts of the usb tree
Sun, 21 Apr 2019 03:01:36 -0700 drewp rm old pi kiosk thing that displayed calendars and stuff. maybe a thermostat knob. py server; knockout web page.
Sun, 21 Apr 2019 02:57:17 -0700 drewp rm old system to show pictures in a browser and change the pic according to commands sent from a pd graph
Sun, 21 Apr 2019 02:55:35 -0700 drewp rm old code that reads from some solar power inverter that talks over serial
Sun, 21 Apr 2019 02:52:49 -0700 drewp rm old golang service that ran on a pi connected to an arduino connected to RGB leds. includes some color picker using polymer
Sun, 21 Apr 2019 02:48:58 -0700 drewp rm old reader of onewire -> serial -> graphite
Sun, 21 Apr 2019 02:45:35 -0700 drewp rm old golang server that made an rdf graph from inputs on rpi (goraptor & hwio)
Sun, 21 Apr 2019 02:44:08 -0700 drewp old schematics for a pi setup
Sun, 21 Apr 2019 01:38:32 -0700 drewp rm old insteon code
Sun, 21 Apr 2019 01:37:02 -0700 drewp old insteon driver attempt
Sun, 21 Apr 2019 01:34:24 -0700 drewp rm old arduino code for a few boards. includes driver for IR sensor taped to power meter; virtualwire communications from garage to bathroom.
Sun, 21 Apr 2019 01:33:13 -0700 drewp save some old captures of the IR powermeter monitor
Sun, 21 Apr 2019 01:29:29 -0700 drewp rm frontdooropen
Sun, 21 Apr 2019 01:28:47 -0700 drewp old event notifier tool. this should be done in reasoning/ now.
Sun, 21 Apr 2019 01:26:58 -0700 drewp move to /my/proj/hardware/busyboxArduino. hardware is still around and this has notes on how to use it.
Sun, 21 Apr 2019 01:24:50 -0700 drewp rm old bluetooth tracking service. 'beacon' is the new one.
Sun, 21 Apr 2019 01:24:19 -0700 drewp keep some very old 2011 mac addresses in case i want to correlate them in logs
Sun, 21 Apr 2019 00:06:12 -0700 drewp mockup of thermostat rules
Sun, 21 Apr 2019 00:05:28 -0700 drewp delete or disable old rules
Sun, 21 Apr 2019 00:04:32 -0700 drewp door lock rules
Sun, 21 Apr 2019 00:00:27 -0700 drewp UA support, some rewrites from twisted_sse_demo work
Sat, 20 Apr 2019 23:59:45 -0700 drewp update rdfdb for inGraph bug
Sat, 20 Apr 2019 23:59:04 -0700 drewp dhcpleases partial rewrite
Sat, 20 Apr 2019 23:57:47 -0700 drewp set source volume at start
Sat, 20 Apr 2019 23:56:57 -0700 drewp read and send some HID events. might be working
Sat, 20 Apr 2019 23:56:03 -0700 drewp last version of colplay, which i hope won't need a custom service soon
Sat, 20 Apr 2019 23:54:11 -0700 drewp fix hang-at-startup bug
Sat, 20 Apr 2019 23:53:43 -0700 drewp refactor common viewer setup
Sat, 20 Apr 2019 23:53:04 -0700 drewp py3
Sat, 20 Apr 2019 23:51:02 -0700 drewp stats support and maybe a no-op filtering logic change snuck in there
Sat, 20 Apr 2019 23:49:16 -0700 drewp py3 protection
Sat, 20 Apr 2019 23:48:20 -0700 drewp another little test graph for collector
Sat, 20 Apr 2019 23:46:57 -0700 drewp py3 updates. some other refactors.
Sat, 20 Apr 2019 23:45:51 -0700 drewp docker setup work but i think this is not functional yet
Sat, 20 Apr 2019 23:44:18 -0700 drewp new graph view. some autolock and BT code
Sat, 20 Apr 2019 23:41:34 -0700 drewp last version of nim attempt for pn532 rfid reader. adds simple nim lib for RDF
Sat, 20 Apr 2019 23:40:29 -0700 drewp stats handler, events output fix, build updaets
Sat, 20 Apr 2019 23:39:45 -0700 drewp frontdoor config update for motion sensor
Sat, 20 Apr 2019 23:38:56 -0700 drewp use PatchableGraph
Sat, 20 Apr 2019 23:36:30 -0700 drewp add separate :matchPredicate support. some build and log edits.
Sat, 20 Apr 2019 23:35:46 -0700 drewp some old Measurement and Locator edits
Sat, 20 Apr 2019 23:33:39 -0700 drewp last version of rc522 reader; i moved onto pn532 now
Sat, 20 Apr 2019 23:32:36 -0700 drewp build updates. hack in r/g/b and some fixed multipliers
Sat, 20 Apr 2019 23:31:16 -0700 drewp build updates. turn off output speed override for now
Sat, 20 Apr 2019 23:30:31 -0700 drewp change port, put to /values, build updates
Sat, 20 Apr 2019 23:29:44 -0700 drewp add redeploy
Sat, 20 Apr 2019 23:28:29 -0700 drewp arduinoNode: build updates, stats support, etc
Fri, 19 Apr 2019 14:24:09 -0700 drewp speechmusic can now fetch from http
Fri, 19 Apr 2019 13:51:54 -0700 drewp WIP speechmusic to load from http, but pulseaudio out is broken
Fri, 19 Apr 2019 11:57:51 -0700 drewp WIP updating to read sounds from http
Fri, 19 Apr 2019 04:18:44 -0700 drewp rewrite sse_demo for py3, better connection close behavior
Fri, 19 Apr 2019 01:08:01 -0700 drewp add types to sse_collector.py. Surprisingly few bugs found.
Fri, 19 Apr 2019 01:07:29 -0700 drewp more stubs for collector typechecking
Thu, 18 Apr 2019 22:00:06 -0700 drewp collector partial py3+types update. WIP
Thu, 18 Apr 2019 21:59:47 -0700 drewp add some rdflib stubs
Thu, 18 Apr 2019 21:58:19 -0700 drewp patchsource py3 support. might break py2
Thu, 18 Apr 2019 16:55:52 -0700 drewp rollback the unicode(source) optimization. it was breaking all output to patch consumers
Thu, 18 Apr 2019 16:55:27 -0700 drewp remove more crochet usage
Thu, 18 Apr 2019 09:18:44 -0700 drewp WIP collector; not sure why it never sends out any patches
Thu, 18 Apr 2019 09:17:00 -0700 drewp more of the stats and logging patch for collector
Thu, 18 Apr 2019 09:15:39 -0700 drewp collector build improvements; stats and logging
Thu, 18 Apr 2019 09:15:22 -0700 drewp add collector config
Thu, 18 Apr 2019 09:12:26 -0700 drewp environment graph service standardization
Mon, 15 Apr 2019 00:17:04 -0700 drewp stats->state to make room for greplin stats
Sat, 13 Apr 2019 20:56:30 -0700 drewp start dev mode nginx config. not working yet
Sat, 13 Apr 2019 20:23:35 -0700 drewp debug Deferreds in -v mode
Sat, 13 Apr 2019 20:22:05 -0700 drewp log reads in a more n3-like format for easier pasting
Sat, 13 Apr 2019 15:23:46 -0700 drewp more error handling
Tue, 09 Apr 2019 09:05:42 -0700 drewp switch to uart
Sun, 07 Apr 2019 04:02:42 -0700 drewp update debug host
Sun, 07 Apr 2019 03:58:51 -0700 drewp py3, rfid-console rename
Sun, 07 Apr 2019 03:58:05 -0700 drewp animated rgb puts more data back into graph
Sun, 07 Apr 2019 03:57:56 -0700 drewp some py3
Sun, 07 Apr 2019 03:56:17 -0700 drewp exportStats for sending scales data to influxdb
Thu, 04 Apr 2019 02:22:04 -0700 drewp use :connectedToNetwork on index table
Thu, 04 Apr 2019 02:19:10 -0700 drewp don't use 'connected' for time and for network. add rdf:type.
Thu, 04 Apr 2019 02:16:22 -0700 drewp talk to store graph, second button for holding unlocked, etc
Thu, 04 Apr 2019 02:14:48 -0700 drewp comments and console layout
Sat, 30 Mar 2019 23:56:08 -0700 drewp make redeploY
Sat, 30 Mar 2019 23:38:47 -0700 drewp very big rewrite. py3; orbi-only for now; n3 config file; delete or move out dead code
Sat, 30 Mar 2019 18:59:19 -0700 drewp factor out some URI generation
Sat, 30 Mar 2019 18:27:17 -0700 drewp port to py3
Sat, 30 Mar 2019 16:58:08 -0700 drewp rename historical 'tomatoWifi'
Sat, 30 Mar 2019 16:57:08 -0700 drewp use rel path for config
Sat, 30 Mar 2019 16:56:47 -0700 drewp parse another version of 'unknown'
Sat, 30 Mar 2019 16:56:31 -0700 drewp mongodb api upgrade
Tue, 26 Mar 2019 09:12:30 -0700 drewp add request timeout. don't send NaN to influxdb. crash on failures.
Sat, 23 Mar 2019 13:57:44 -0700 drewp split console web component
Sat, 23 Mar 2019 04:38:07 -0700 drewp less logging
Sat, 23 Mar 2019 04:37:47 -0700 drewp use the right py3 cyclone patch
Sat, 23 Mar 2019 04:26:03 -0700 drewp copy rest of rfid service from the first try. fix some crashes in tags.py
Sat, 16 Mar 2019 18:22:57 -0700 drewp new 'store' service for user inputs
Tue, 12 Mar 2019 00:34:00 -0700 drewp reindent
Tue, 12 Mar 2019 00:14:19 -0700 drewp build grpcio earlier in the stack since it's huge
Tue, 12 Mar 2019 00:14:12 -0700 drewp cmdline flag on piNode to pick hub host
Tue, 12 Mar 2019 00:13:03 -0700 drewp PCA9685 pwm board support on piNode
Tue, 12 Mar 2019 00:11:07 -0700 drewp workshop pi device config
Mon, 11 Mar 2019 01:44:13 -0700 drewp rfid ctypes version starting to work
Sun, 10 Mar 2019 04:02:59 -0700 drewp build more of libfreefare
Mon, 04 Mar 2019 15:18:46 -0800 drewp working on pyfreefare
Wed, 27 Feb 2019 10:31:00 -0800 drewp hacked up nfc/freefare headers for reading with ctypes2py
Wed, 27 Feb 2019 10:28:44 -0800 drewp tags module and pynfc build steps
Thu, 21 Feb 2019 23:38:08 -0800 drewp fix event channel sharing. detects cards now
Thu, 21 Feb 2019 22:37:04 -0800 drewp a little further on toplevel nim code. event passing is not working
Sat, 19 Jan 2019 11:07:27 -0800 drewp fork h801 configs for counter/skylight
Thu, 21 Feb 2019 09:58:56 -0800 drewp more nim progress on rfid reader
Tue, 19 Feb 2019 12:08:22 -0800 drewp starting pn532 rfid reader in nim
Sat, 19 Jan 2019 12:12:06 -0800 drewp fix screen timing corruption, hopefully. add py client
Sat, 19 Jan 2019 12:08:59 -0800 drewp mqtt has two devices now. various older cleanups.
Sat, 19 Jan 2019 10:44:10 -0800 drewp esphomelib config for k801 control
Mon, 14 Jan 2019 22:40:23 -0800 drewp rm some very old code
Thu, 03 Jan 2019 21:52:27 -0800 drewp rfid reader service
Wed, 02 Jan 2019 18:40:16 -0800 drewp tinyscreen can flip images and render news
Wed, 02 Jan 2019 18:39:35 -0800 drewp mockup images
Wed, 02 Jan 2019 18:39:04 -0800 drewp copy of ttf font
Wed, 02 Jan 2019 11:16:32 -0800 drewp rename dpms
Tue, 01 Jan 2019 10:15:25 -0800 drewp start tiny_screen
Fri, 28 Dec 2018 02:13:15 -0800 drewp various docker setups and build fixes
Fri, 28 Dec 2018 01:56:52 -0800 drewp etcd port change; pigpio download link change
Fri, 28 Dec 2018 01:56:33 -0800 drewp defer import of w1thermsensor
Tue, 18 Dec 2018 23:56:12 -0800 drewp start bluetoothButtons svc
Wed, 12 Dec 2018 01:11:54 -0800 drewp frontdoor autolock. logging improvements. use simpler mqtt interface.
Wed, 12 Dec 2018 01:10:48 -0800 drewp factor common mqtt code out of mqtt_graph_bridge
Tue, 11 Dec 2018 19:13:06 -0800 drewp docker/etc initial version of front door mqtt<->rdf using some rx
Tue, 11 Dec 2018 15:05:11 -0800 drewp drop frontdoor lcd message code
Tue, 11 Dec 2018 15:02:56 -0800 drewp drop old code for front door
Tue, 11 Dec 2018 12:31:18 -0800 drewp esphomelib setup for front door
Sat, 08 Dec 2018 01:48:37 -0800 drewp receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
Wed, 21 Nov 2018 22:44:08 -0800 drewp pms5003 -> ttyUSB -> influxdb
Thu, 15 Nov 2018 00:26:14 -0800 drewp better eventsource erroring
Thu, 15 Nov 2018 00:26:05 -0800 drewp notes on js rdf libs