18 Commits

Author SHA1 Message Date
tobiasfaust
e45e3231b1 DBLog: Fix the following errors:
Use of uninitialized value $modifier in string eq at fhem.pl line 3343.
    Use of uninitialized value $perlCode in eval "string" at fhem.pl line 3321



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-09-04 17:57:38 +00:00
tobiasfaust
195ea6531b DBLog: Schreibfehler in Doku beseitigt
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3825 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-08-30 17:28:59 +00:00
tobiasfaust
64dd98e34a DBLOG change: The DBLOG propagated Attribute DbLogExclude will work as
regexp to exclude defined readings to log. 
              If a MinInterval is set, the logentry is dropped if the
              defined interval is not reached and value vs. lastvalue is eqal



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3824 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-08-30 17:12:10 +00:00
tobiasfaust
f113cc51aa DbLog: by using DbLog a new Attribute DbLogExclude will be propagated
to all Devices. DbLogExclue will work as regexp to exclude 
       defined readings to log



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-08-19 18:47:13 +00:00
tobiasfaust
23df863a27 93_DbLog.pm: added support for MAX
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3484 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-07-23 13:28:25 +00:00
tobiasfaust
d10d3e7559 93_DbLog.pm
Add: - new function: delta-ts by using "WEBLINK DBPLOT"
     - better behaviour of readings and values of dummy and
       OWX devices


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-07-05 17:48:30 +00:00
johannnes
f237e0db83 added chart rename and update queries
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3362 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-06-29 14:32:13 +00:00
johannnes
b60ddf25bc extended tabledataquerys to realize more specific querys from frontend
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3345 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-06-27 19:32:29 +00:00
johannnes
93282d3cf5 added missing brackets leading to syntax errors
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3123 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-04-26 15:50:21 +00:00
tobiasfaust
41b4dce1e4 93_DbLog.pm: stable release in contrib copied to main folder
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3031 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-04-04 11:37:17 +00:00
johannnes
fcc9aafbe3 93_DbLog extended with more queries for statistics and raw data when used with parameter webchart. Documentation updated.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2973 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-23 16:15:12 +00:00
tobiasfaust
2088ff9dcf 93_DbLog.pm: Changes only for SQLite
- Moves the 'current' table to memory and modifies a few internal parameters 
  in SQLite to minimize flash wear.
- Makes easier to setup DbLog with SQLite. Database tables are created if not exists 
  automatically when the database is opened.



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2855 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-03-05 19:14:41 +00:00
tobiasfaust
56ceb4a49f 93_DbLog.pm
added support for webcharts with json
(thanks to Johannes)


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2759 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-02-18 18:47:58 +00:00
tobiasfaust
5dfd335da5 93_DbLog.pm: MySQL: neue Definition eines Indices auf history zur schnelleren
Generierung von Plots, SQL darauf angepasst


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2614 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-31 04:03:12 +00:00
rudolfkoenig
8cfc6d5ab0 Document formatting fixed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2512 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-14 07:32:05 +00:00
rudolfkoenig
fc28f3c307 Converted from DOS fileformat to UNIX or last NL added.
-> Need this format for commandref_join.pl


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2497 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-01-12 21:09:08 +00:00
tobiasfaust
bce012b9a7 BugFix über uninitialisierte Werte im fhemLog bei Nutzung von Plots über das DbLog
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2371 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-12-28 07:10:28 +00:00
tobiasfaust
ba43c6d2e6 - feature: new Module 93_DbLog.pm for logging events into Databases.
Generating Plots with weblinks are supportet.
             (by B. Neubert / T. Faust)


git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2313 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-12-10 18:24:47 +00:00