]> mj.ucw.cz Git - arexx.git/log
arexx.git
4 years agoLogging to RRD and MQTT can be configured (by #define's)
Martin Mares [Fri, 17 Apr 2020 17:20:58 +0000 (19:20 +0200)]
Logging to RRD and MQTT can be configured (by #define's)

4 years agomake release: Reorganization of directory structure
Martin Mares [Sun, 29 Mar 2020 20:41:25 +0000 (22:41 +0200)]
make release: Reorganization of directory structure

6 years agoHome: Relocating sensors...
Martin Mares [Mon, 27 Aug 2018 18:36:04 +0000 (20:36 +0200)]
Home: Relocating sensors...

6 years agoarexxd.service: we need network-online.target to talk to MQTT
Martin Mares [Mon, 13 Aug 2018 20:31:46 +0000 (22:31 +0200)]
arexxd.service: we need network-online.target to talk to MQTT

6 years agoExporting data points to MQTT
Martin Mares [Sun, 12 Aug 2018 09:57:03 +0000 (11:57 +0200)]
Exporting data points to MQTT

6 years agoMakefile: Fix release process
Martin Mares [Fri, 27 Apr 2018 09:38:57 +0000 (11:38 +0200)]
Makefile: Fix release process

6 years agoReleased v1.6 v1.6
Martin Mares [Fri, 27 Apr 2018 09:38:39 +0000 (11:38 +0200)]
Released v1.6

6 years agoMerge branch '32bit'
Martin Mares [Fri, 27 Apr 2018 09:37:57 +0000 (11:37 +0200)]
Merge branch '32bit'

6 years agoDocumented the protocol with 32-bit IDs
Martin Mares [Fri, 27 Apr 2018 09:37:46 +0000 (11:37 +0200)]
Documented the protocol with 32-bit IDs

8 years agoHome: Update sensor names in web interface
Martin Mares [Sun, 9 Oct 2016 19:35:36 +0000 (21:35 +0200)]
Home: Update sensor names in web interface

8 years agoHome: New sensor locations
Martin Mares [Sun, 9 Oct 2016 19:28:27 +0000 (21:28 +0200)]
Home: New sensor locations

8 years agoExperimental support for 32-bit sensor IDs (packet length 12)
Martin Mares [Mon, 7 Mar 2016 13:05:26 +0000 (14:05 +0100)]
Experimental support for 32-bit sensor IDs (packet length 12)

So far, only type 0x20000000 temperature sensors are supported.

8 years agoHome: Fix URL
Martin Mares [Mon, 7 Mar 2016 12:51:26 +0000 (13:51 +0100)]
Home: Fix URL

9 years agoSupport for systemd
Martin Mares [Sun, 31 Jan 2016 08:49:21 +0000 (09:49 +0100)]
Support for systemd

12 years agoHome: More formatting changes
Martin Mares [Tue, 29 Jan 2013 22:08:31 +0000 (23:08 +0100)]
Home: More formatting changes

12 years agoHome: Shorten image labels
Martin Mares [Mon, 28 Jan 2013 19:02:06 +0000 (20:02 +0100)]
Home: Shorten image labels

12 years agoHome: Experiments with displaying current numeric values in the graph
Martin Mares [Sat, 26 Jan 2013 23:20:26 +0000 (00:20 +0100)]
Home: Experiments with displaying current numeric values in the graph

12 years agoHome: Switched sensors
Martin Mares [Sat, 26 Jan 2013 18:00:05 +0000 (19:00 +0100)]
Home: Switched sensors

12 years agoReleased v1.5 v1.5
Martin Mares [Mon, 9 Apr 2012 15:31:44 +0000 (17:31 +0200)]
Released v1.5

12 years agoAdded filtering of obviously bogus data points
Martin Mares [Mon, 9 Apr 2012 15:30:26 +0000 (17:30 +0200)]
Added filtering of obviously bogus data points

12 years agoHome: Better power stats
Martin Mares [Mon, 9 Apr 2012 15:30:17 +0000 (17:30 +0200)]
Home: Better power stats

12 years agoReleased v1.4 v1.4
Martin Mares [Sat, 3 Mar 2012 17:42:39 +0000 (18:42 +0100)]
Released v1.4

12 years agoAdded "--version" switch
Martin Mares [Sat, 3 Mar 2012 17:42:12 +0000 (18:42 +0100)]
Added "--version" switch

12 years agoSleep 1ms between send and receive
Martin Mares [Sat, 3 Mar 2012 17:38:51 +0000 (18:38 +0100)]
Sleep 1ms between send and receive

Otherwise, some versions of logger firmware can get confused.

12 years agoClear all librrd errors by calling rrd_clear_error()
Martin Mares [Sat, 3 Mar 2012 17:35:26 +0000 (18:35 +0100)]
Clear all librrd errors by calling rrd_clear_error()

Otherwise, the library can get confused by earlier errors.

13 years agoReleased v1.3 v1.3
Martin Mares [Mon, 13 Feb 2012 16:04:17 +0000 (17:04 +0100)]
Released v1.3

13 years agoReplace hard-wired endpoint IDs by proper descriptor parsing
Martin Mares [Mon, 13 Feb 2012 16:03:38 +0000 (17:03 +0100)]
Replace hard-wired endpoint IDs by proper descriptor parsing

13 years agoAdded --debug-usb switch
Martin Mares [Mon, 13 Feb 2012 15:57:29 +0000 (16:57 +0100)]
Added --debug-usb switch

13 years agoTry to reset the USB device upon errors
Martin Mares [Mon, 13 Feb 2012 15:56:57 +0000 (16:56 +0100)]
Try to reset the USB device upon errors

13 years agoReleased v1.2 v1.2
Martin Mares [Sun, 12 Feb 2012 17:56:14 +0000 (18:56 +0100)]
Released v1.2

13 years agoRenamed the example graphing script to a sensible name
Martin Mares [Sun, 12 Feb 2012 17:55:50 +0000 (18:55 +0100)]
Renamed the example graphing script to a sensible name

13 years agoREADME: Mention prerequisites and customizable parts
Martin Mares [Sun, 12 Feb 2012 17:53:57 +0000 (18:53 +0100)]
README: Mention prerequisites and customizable parts

13 years agoWait 5ms between packets
Martin Mares [Sun, 12 Feb 2012 17:49:57 +0000 (18:49 +0100)]
Wait 5ms between packets

I suspect that the occasional data loss when transmitting lots of
data points is caused by buggy firmware which drops packets sent
too quickly.

13 years agoAll sleeps should be interruptible by SIGINT and SIGTERM
Martin Mares [Thu, 9 Feb 2012 15:52:53 +0000 (16:52 +0100)]
All sleeps should be interruptible by SIGINT and SIGTERM

13 years agoAfter USB error, wait a while before attempting to reconnect
Martin Mares [Thu, 9 Feb 2012 15:10:30 +0000 (16:10 +0100)]
After USB error, wait a while before attempting to reconnect

Otherwise we would spam syslog too much.

13 years agoHome: Experimenting with new graph layout
Martin Mares [Fri, 20 Jan 2012 16:03:53 +0000 (17:03 +0100)]
Home: Experimenting with new graph layout

13 years agoHome: Another sensor
Martin Mares [Tue, 17 Jan 2012 12:26:53 +0000 (13:26 +0100)]
Home: Another sensor

13 years agoWeb: Cleanup
Martin Mares [Sat, 14 Jan 2012 10:52:25 +0000 (11:52 +0100)]
Web: Cleanup

13 years agoOne more sensor rename
Martin Mares [Sat, 14 Jan 2012 10:36:15 +0000 (11:36 +0100)]
One more sensor rename

13 years agoWeb scripts: sensor renames
Martin Mares [Sat, 14 Jan 2012 10:04:34 +0000 (11:04 +0100)]
Web scripts: sensor renames

13 years agoOne more rename for my sensors
Martin Mares [Sat, 14 Jan 2012 10:00:46 +0000 (11:00 +0100)]
One more rename for my sensors

13 years agoLet init-arexxd use --debug-packets
Martin Mares [Sat, 14 Jan 2012 09:59:54 +0000 (10:59 +0100)]
Let init-arexxd use --debug-packets

13 years agocorrect_point() can now rename sensors
Martin Mares [Sat, 14 Jan 2012 09:55:51 +0000 (10:55 +0100)]
correct_point() can now rename sensors

13 years agoSLOT_SIZE is not used any longer
Martin Mares [Sat, 14 Jan 2012 09:55:40 +0000 (10:55 +0100)]
SLOT_SIZE is not used any longer

13 years agoNew options: --debug-raw and --log-dir
Martin Mares [Sat, 14 Jan 2012 09:47:29 +0000 (10:47 +0100)]
New options: --debug-raw and --log-dir

13 years agoCorrections for my sensors
Martin Mares [Sat, 7 Jan 2012 23:21:35 +0000 (00:21 +0100)]
Corrections for my sensors

13 years agoCalibration of my own sensors
Martin Mares [Sat, 7 Jan 2012 23:20:53 +0000 (00:20 +0100)]
Calibration of my own sensors

13 years agoA web interface
Martin Mares [Mon, 2 Jan 2012 08:51:07 +0000 (09:51 +0100)]
A web interface

13 years agoUpdated the experimental graphing script
Martin Mares [Sat, 31 Dec 2011 10:25:40 +0000 (11:25 +0100)]
Updated the experimental graphing script

13 years agoReleased as v1.1 v1.1
Martin Mares [Thu, 29 Dec 2011 08:43:26 +0000 (09:43 +0100)]
Released as v1.1

13 years agoBugfix: Initial download slept too much
Martin Mares [Thu, 29 Dec 2011 08:42:55 +0000 (09:42 +0100)]
Bugfix: Initial download slept too much

13 years agoReleased as 1.0 v1.0
Martin Mares [Tue, 27 Dec 2011 18:56:27 +0000 (19:56 +0100)]
Released as 1.0

13 years agoAdded an example graphing script
Martin Mares [Tue, 27 Dec 2011 18:42:11 +0000 (19:42 +0100)]
Added an example graphing script

13 years agoTODO
Martin Mares [Tue, 27 Dec 2011 18:29:18 +0000 (19:29 +0100)]
TODO

13 years agoRRD now keeps also 1-hour minima and maxima
Martin Mares [Tue, 27 Dec 2011 18:28:52 +0000 (19:28 +0100)]
RRD now keeps also 1-hour minima and maxima

13 years agoLogging of statistics, handling of SIGTERM, better scheduling of time syncs
Martin Mares [Tue, 27 Dec 2011 18:22:56 +0000 (19:22 +0100)]
Logging of statistics, handling of SIGTERM, better scheduling of time syncs

13 years agoBetter logging
Martin Mares [Tue, 27 Dec 2011 15:08:29 +0000 (16:08 +0100)]
Better logging

13 years agomake install
Martin Mares [Tue, 27 Dec 2011 15:08:06 +0000 (16:08 +0100)]
make install

13 years agoAdded init script for Debian
Martin Mares [Tue, 27 Dec 2011 14:50:57 +0000 (15:50 +0100)]
Added init script for Debian

13 years agoDaemon mode
Martin Mares [Tue, 27 Dec 2011 13:45:19 +0000 (14:45 +0100)]
Daemon mode

13 years agoA brief description of the protocol
Martin Mares [Mon, 26 Dec 2011 21:20:02 +0000 (22:20 +0100)]
A brief description of the protocol

13 years agoRecord data in a RRD
Martin Mares [Mon, 26 Dec 2011 21:09:15 +0000 (22:09 +0100)]
Record data in a RRD

13 years agoTODO
Martin Mares [Mon, 26 Dec 2011 20:50:27 +0000 (21:50 +0100)]
TODO

13 years agoA couple of comments
Martin Mares [Mon, 26 Dec 2011 20:50:03 +0000 (21:50 +0100)]
A couple of comments

13 years agoBetter displaying of cooked data
Martin Mares [Mon, 26 Dec 2011 20:44:51 +0000 (21:44 +0100)]
Better displaying of cooked data

13 years agoThe first experimental version
Martin Mares [Mon, 26 Dec 2011 20:34:53 +0000 (21:34 +0100)]
The first experimental version