Commit graph

21 commits

Author SHA1 Message Date
Steffen Vogel
b998412f06 seperated routine to compare two reading identifiers (obis, string, uuid)
each metering protocol has its own identifier type (sml,d0 => obis, file,exec => string)
2011-12-05 21:36:58 +01:00
Steffen Vogel
2328ba49bb fixed calculation for relative consumption 2011-11-22 01:02:05 +01:00
Steffen Vogel
0eb37cd777 Merge branch 'master' of github.com:volkszaehler/vzlogger
Conflicts:
	src/d0.c
	src/obis.c
2011-11-21 00:47:47 +01:00
Steffen Vogel
bdabc5c518 huge changes: a lot of code refactoring, coding standards, a improved configuration system, support for absolute counters etc... 2011-11-21 00:38:05 +01:00
Justin Otherguy
c0f4a5b034 fixed the OBIS/d0 parser 2011-11-05 22:20:55 +01:00
Steffen Vogel
4d6e903733 adapted configuration parser to new interface of obis parser 2011-11-02 09:18:09 +01:00
Justin Otherguy
933e7507d5 Revert "added switches and comments for d0 protocol"
This reverts commit 0b4117ccd5.
2011-10-24 23:03:55 +02:00
Justin Otherguy
0b4117ccd5 added switches and comments for d0 protocol 2011-10-24 22:52:43 +02:00
Steffen Vogel
269b80c13d fixed list_pop 2011-10-24 00:38:43 +02:00
Steffen Vogel
58f2955b35 fixed some memory leaks 2011-10-24 00:38:18 +02:00
Steffen Vogel
7f78729f09 fixed division by zero and interval 2011-10-24 00:36:58 +02:00
Steffen Vogel
5215ff8ff0 fixed bug while parsing meters with multiple channels 2011-10-16 14:32:32 +02:00
Steffen Vogel
c5e69ae52f fixed some compiler warnings (D0 support still incomplete) 2011-10-16 00:12:53 +02:00
Steffen Vogel
668812aff9 introduced new JSON configuration format and some structural changes (meter => channel mapping) 2011-10-15 23:58:50 +02:00
Steffen Vogel
3eab1153db updated build system 2011-10-08 17:21:34 +02:00
Steffen Vogel
df091b1d6b changed a lot.. (configuration parsing still not finished: bin/logger/src/options.c) 2011-10-07 22:26:03 +02:00
Steffen Vogel
88d2905fe2 removed unfinished stuff 2011-09-15 23:21:56 +02:00
Steffen Vogel
44f9784732 updated buildsystem (fixes missing install-sh) 2011-09-15 21:44:00 +02:00
Steffen Vogel
d11ac57848 seperated source and header files 2011-09-15 21:41:20 +02:00
Steffen Vogel
d339266ac2 cleanup build environment and repository 2011-09-14 12:12:24 +02:00
Steffen Vogel
c217a9f1d7 just to much to describe it ;)
- added new structure
- added SML support
2011-09-10 00:00:26 +02:00