contrib/dblog/db_create_sqlite.sql: changing datatypes to keep in sync
git-svn-id: https://svn.fhem.de/fhem/trunk@12118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
- Event parsing method: Changed if to elseif to speed it up, added parsing support for OWL energy monitors (TRX_WEATHER), AC level command (TRX_LIGHTING), CUL_HM actuator messages. Fixed indentation levels.
- Log method: Changed to use one transaction for writing all of the readings.
- Get method: Changed to use bind variables with fetch (fastest way to read data), reduced the returned columns to 'timestamp' and 'value'.
- changed index on history for postgresql
git-svn-id: https://svn.fhem.de/fhem/trunk@2976 2b470e98-0d58-463d-a4d8-8e2adae1ed80
added Attribute: DbLogType to setup:
- "Current": log into current table
- "History": log into history table
- "Current/History" log into both tables (default)
Added support for (thanks to Roedert):
- dummy
- FHT8v
git-svn-id: https://svn.fhem.de/fhem/trunk@2975 2b470e98-0d58-463d-a4d8-8e2adae1ed80
- Verarbeitung für den Type WEATHER hinzugefügt (danke an Erwin)
- Fehlermeldungen auf Konsole gefixt
- Fehlerhafte Abfrage bei MySQl DBMS gefixt
- Doku auf UTF8 angepasst
git-svn-id: https://svn.fhem.de/fhem/trunk@2275 2b470e98-0d58-463d-a4d8-8e2adae1ed80
- 5.Parameter in GET-Funktion in der column_spec hinzugefügt
hiermit können komplexe Regexp zur Modifizierung des gelesenen Readings übergeben werden
git-svn-id: https://svn.fhem.de/fhem/trunk@2267 2b470e98-0d58-463d-a4d8-8e2adae1ed80
+ OWTHERM Support hinzugefügt
+ OWAD/OWSWITCH Support mit Reading "data" hinzugefügt
+ <fn> in <column_spec> kann nun auch komplexe Regexsubstitution
+ Doku (engl.) erweitert
git-svn-id: https://svn.fhem.de/fhem/trunk@2206 2b470e98-0d58-463d-a4d8-8e2adae1ed80
added the get Function with fully functionality of FileLog
- column_spec with delta-h/delta-d/int/other regexp
added a Postgresql Script to create the tables and indices needed by DbLog
git-svn-id: https://svn.fhem.de/fhem/trunk@2175 2b470e98-0d58-463d-a4d8-8e2adae1ed80
- adapted 93_DBLog.pm parser to changes in 11_FHT.pm
- workarounds for undefined variables to prevent perl from complaining here and there
git-svn-id: https://svn.fhem.de/fhem/trunk@166 2b470e98-0d58-463d-a4d8-8e2adae1ed80
actuator: lime-protection is rewritten to new reading actuator-lime-protection
git-svn-id: https://svn.fhem.de/fhem/trunk@158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
- changed em1010.pl accordingly, added em1000em doc for getDevStatus reply from device
- minor changes in fhem.html
git-svn-id: https://svn.fhem.de/fhem/trunk@144 2b470e98-0d58-463d-a4d8-8e2adae1ed80