The files contained in this repository can be downloaded to your computer using a svn client.
On Linux you simply type the command displayed below.

This URL has Read-Only access.

Statistics
| Revision:

root / tags / 0.1.204 / DomotiGaServer / RRDTool.module @ 852

History | View | Annotate | Download (24.2 kB)

# Date Author Comment
852 04/21/2012 07:15 pm rdnzl

Tag for version 0.1.204 of DomotiGa.

832 02/15/2012 09:01 pm rdnzl

Fixed problem with # in devicename, this failed to show preview graph in editor.
Fixed bug only displaying first graph of a category.
Fixed bug not showing extended graphs.
Convert RRD value when value is On/Off, Motion/No Motion, Open/Closed.

828 02/12/2012 05:42 pm rdnzl

New version 0.1.203, you must upgrade your database.
Please make a backup of your database and complete DomotiGa directory first.
Added support for Ncid callerid, thanks Mike!
Regrouped callerid modules under callerid menu.
Changed support e-mail address in several files....

825 02/07/2012 09:40 pm rdnzl

Display group in RRDtool graph not found debug messages.

709 11/02/2011 12:39 pm rdnzl

Create correct RRDTool update command if value is empty or a string.

693 10/25/2011 05:16 pm rdnzl

New version 0.1.201, you must upgrade your database!
Backups of devices and devicetype tables are stored in /tmp too.
Renamed OneWire module to Temp08.
Added xPL module to provide support for xPL interfaces.
Added support for RFXLAN xPL interface.
Added TelnetServer module to provide MisterHouse's mhsend functionality....

598 05/18/2011 09:33 pm rdnzl

New version 0.1.196, you must upgrade your database!
Please make a backup first!
Added setting for RRDTool RRA params.
Converted event action and trigger field values to integer type instead of text,
so running DomotiGa in another language should work again....

579 03/28/2011 04:59 pm rdnzl

Change format string so Gambas3 will run ok too.

576 03/23/2011 01:10 pm rdnzl

Create missing rrd databases on startup.

523 01/06/2011 06:43 pm rdnzl

Fixed bug with deletion command of rrds.
Save device values to database before event parsing.
Added CronTime to multi-trigger.
Added baudrate of 38400 to RFXComTX serial settings.
Added return value boolean to tweet and e-mail functions.
Globalvars are requested by client upon load....

494 11/25/2010 02:25 pm rdnzl

Create RRD database also when in client/server mode.
Updated XMLRPC API version to 0.07.

491 11/20/2010 07:31 pm rdnzl

Use calibrated and divided device values for rrdtool updates too.

465 11/04/2010 05:27 pm rdnzl

New version 0.1.190, you must upgrade your database!
Make sure you have a database backup first!
Added support for control of Sharp TV, thanks Daniel!
Added basic support for iPort docks, needs more work for playlist mngmt.
Added support for control of LG TV. Please test if you have one....

457 10/08/2010 02:43 pm rdnzl

Better bugfix for globalvar error, catch errors now.
Fixed RRDTool float conversion for server too.

433 10/02/2010 07:38 pm rdnzl

New version 0.1.189, you must upgrade your database!
Lots of database changes so make sure you have a backup before upgrading.
Added Heyu X10 device status reading, written by Renaud Visier.
This is done by starting heyu's monitor, goto settings to enable it....

418 09/18/2010 10:43 am rdnzl

Remove dots from newly created rrd db names.
Optimized some code.

414 09/14/2010 12:47 pm rdnzl

Fixed labelnames for RRDTool graphs, thanks to hhg for patch.

382 06/07/2010 12:33 pm rdnzl

Apply client fixes to server code too.

348 02/21/2010 12:42 pm rdnzl

New version 0.1.183, you must upgrade your database!
Changed the way broadcast addresses are determined.
Added sorting to Phonelist, needs more optimization for large lists.
Added weather parsing from WeatherBug, see wiki for instructions.
Imported Weather page code written by Kris Wauters....

339 02/15/2010 08:26 pm rdnzl

New version 0.1.182, you must upgrade your database!
Moved GUI code from DSC class to Main module, so now server version is same code as client.
Fixed typo on DSC code when checking standalone mode.
Moved GUI code from VISCA class to Camera module, so now server version is same code as client....

258 12/09/2009 12:55 pm rdnzl

A number of small code and gui cleanups.

256 12/08/2009 08:40 pm rdnzl

New version 0.1.176, you must upgrade your database!
Fix Bwired bug where timer was not started ast start of program.
Cleaned up/rewrote/optimized AIBO, Digitemp and Bluetooth module among others.
Put comments between the code.
Only generate RRDTool graphs for choosen timeframe not all of them (what was I thinking!)...

244 11/21/2009 01:26 pm rdnzl

You need Gambas 2.18.0 to be able to use this code, because of needed bugfix.
Made more strings translatable.
Timo rewrote the KNX/EIB class.
Fixed SMS modem module. (tested with Siemens MC35i)
Added a lot of XMLRPC methods, updated version, see API document on wiki....

239 11/11/2009 08:04 pm rdnzl

Added DomotiGaServer a commandline server daemon.
The first start of a real client-server setup.