graphit/controlpi-graph.git
2 years agoFix documentation. master
Benjamin Braatz [Wed, 16 Nov 2022 13:36:42 +0000 (14:36 +0100)]
Fix documentation.

2 years agoAdd documentation.
Benjamin Braatz [Wed, 9 Nov 2022 13:43:32 +0000 (14:43 +0100)]
Add documentation.

2 years agoRemove "master" from controlpi dependency.
Benjamin Braatz [Fri, 1 Jul 2022 10:48:57 +0000 (12:48 +0200)]
Remove "master" from controlpi dependency.

3 years agoVersion bump.
Benjamin Braatz [Thu, 31 Mar 2022 03:20:40 +0000 (05:20 +0200)]
Version bump.

3 years agoCatch ConnectionRefusedError and handle no connection.
Benjamin Braatz [Thu, 31 Mar 2022 03:20:05 +0000 (05:20 +0200)]
Catch ConnectionRefusedError and handle no connection.

3 years agoUse new-style register and only sync if messages present.
Benjamin Braatz [Tue, 11 Jan 2022 11:40:12 +0000 (12:40 +0100)]
Use new-style register and only sync if messages present.

3 years agoPush 'connection opened' message to graph.
Benjamin Braatz [Wed, 20 Oct 2021 14:26:23 +0000 (16:26 +0200)]
Push 'connection opened' message to graph.

3 years agoSeparate open, call and close.
Benjamin Braatz [Wed, 20 Oct 2021 13:53:58 +0000 (15:53 +0200)]
Separate open, call and close.

3 years agoRotate messages before sending to graph.
Benjamin Braatz [Tue, 5 Oct 2021 19:15:43 +0000 (21:15 +0200)]
Rotate messages before sending to graph.

3 years agoBugfix: 'filter' required instead of 'states'.
Benjamin Braatz [Wed, 29 Sep 2021 03:06:33 +0000 (05:06 +0200)]
Bugfix: 'filter' required instead of 'states'.

3 years agoMessage filter instead of states.
Benjamin Braatz [Wed, 29 Sep 2021 02:45:36 +0000 (04:45 +0200)]
Message filter instead of states.

3 years agoAllow all types of states but prioritise strings.
Benjamin Braatz [Wed, 29 Sep 2021 02:22:41 +0000 (04:22 +0200)]
Allow all types of states but prioritise strings.

3 years agoMerge branch 'master' of ssh://git.graph-it.com:44022/graphit/controlpi-graph
Benjamin Braatz [Wed, 22 Sep 2021 10:12:47 +0000 (12:12 +0200)]
Merge branch 'master' of ssh://git.graph-it.com:44022/graphit/controlpi-graph

3 years agoOnly string-valued states for now (HACK).
Benjamin Braatz [Wed, 22 Sep 2021 10:12:01 +0000 (12:12 +0200)]
Only string-valued states for now (HACK).

3 years agoClose connection after each call.
Benjamin Braatz [Wed, 15 Sep 2021 03:00:08 +0000 (05:00 +0200)]
Close connection after each call.

https://bugs.python.org/issue36709

3 years agoRetry erzeuge in case graph connection is gone.
Benjamin Braatz [Tue, 20 Jul 2021 23:48:29 +0000 (01:48 +0200)]
Retry erzeuge in case graph connection is gone.

3 years agoBug fix: Parentheses for print.
Benjamin Braatz [Wed, 14 Jul 2021 12:55:08 +0000 (14:55 +0200)]
Bug fix: Parentheses for print.

3 years agoLog output for graph connection establishment.
Benjamin Braatz [Wed, 14 Jul 2021 12:53:48 +0000 (14:53 +0200)]
Log output for graph connection establishment.

3 years agoHandle ConnectionResetError.
Benjamin Braatz [Wed, 14 Jul 2021 12:48:40 +0000 (14:48 +0200)]
Handle ConnectionResetError.

3 years agoBug fix: Await coroutione.
Benjamin Braatz [Wed, 14 Jul 2021 12:41:43 +0000 (14:41 +0200)]
Bug fix: Await coroutione.

3 years agoAllow original sender in states and handle lost connection.
Benjamin Braatz [Wed, 14 Jul 2021 12:38:45 +0000 (14:38 +0200)]
Allow original sender in states and handle lost connection.

3 years agoBug fix: 'states' instead of 'sync states'.
Benjamin Braatz [Wed, 14 Jul 2021 02:27:44 +0000 (04:27 +0200)]
Bug fix: 'states' instead of 'sync states'.

3 years agoInterface to ControlPi module in Graph.
Benjamin Braatz [Wed, 14 Jul 2021 02:11:15 +0000 (04:11 +0200)]
Interface to ControlPi module in Graph.

3 years agoContinue JSON interface.
Benjamin Braatz [Wed, 30 Jun 2021 12:35:13 +0000 (14:35 +0200)]
Continue JSON interface.

3 years agoAdd JSON plugin.
Benjamin Braatz [Wed, 30 Jun 2021 03:37:16 +0000 (05:37 +0200)]
Add JSON plugin.

3 years agoGet/Set with GUID and key attribute.
Benjamin Braatz [Wed, 2 Jun 2021 08:54:01 +0000 (10:54 +0200)]
Get/Set with GUID and key attribute.

3 years agoEstablish connection.
Benjamin Braatz [Wed, 2 Jun 2021 04:18:11 +0000 (06:18 +0200)]
Establish connection.

3 years agoExample graph commands in conf.json.
Benjamin Braatz [Wed, 26 May 2021 13:51:33 +0000 (15:51 +0200)]
Example graph commands in conf.json.

3 years agoInitial commit
Benjamin Braatz [Wed, 26 May 2021 04:03:04 +0000 (06:03 +0200)]
Initial commit