[vz-dev] [volkszaehler/volkszaehler.org] 494630: Fix sensor consumption wrong for m3

2019-01-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 494630ce29aaef5a0cbce8489038bd8664242e5e
  
https://github.com/volkszaehler/volkszaehler.org/commit/494630ce29aaef5a0cbce8489038bd8664242e5e
  Author: andig 
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
M lib/Interpreter/SensorInterpreter.php

  Log Message:
  ---
  Fix sensor consumption wrong for m3


  Commit: bdd0ec37ea86e8617511f20c6da394cad1bdea70
  
https://github.com/volkszaehler/volkszaehler.org/commit/bdd0ec37ea86e8617511f20c6da394cad1bdea70
  Author: andig 
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Add php 7.3 to test matrix


  Commit: f75b4c7ac676d01480cad83a96e025d83b9f2f60
  
https://github.com/volkszaehler/volkszaehler.org/commit/f75b4c7ac676d01480cad83a96e025d83b9f2f60
  Author: andig 
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
M .travis.yml
M lib/Interpreter/SensorInterpreter.php

  Log Message:
  ---
  Merge pull request #718 from andig/fix-sensorconsumption

Fix sensor consumption wrong for m3


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/341bf0f02986...f75b4c7ac676
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] d60752: Added automatic reopen of underlying device in cas...

2019-01-06 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: d60752b537bbcc90e5e2d31cbed997fae172e395
  
https://github.com/volkszaehler/vzlogger/commit/d60752b537bbcc90e5e2d31cbed997fae172e395
  Author: Matthias Behr 
  Date:   2019-01-06 (Sun, 06 Jan 2019)

  Changed paths:
M gmock/CMakeLists.txt
M include/protocols/MeterSML.hpp
M src/protocols/MeterSML.cpp

  Log Message:
  ---
  Added automatic reopen of underlying device in case of libsml read 0. (#370)

* Added automatic reopen of underlying device in case of libsml read 0.

As a workaround for #362 added an automatic reopen if
sml_transport_read returns 0 bytes.
Issue: #362

* Fix GTEST_LIBS_DIR for gmock.

Don't really know why this has changed. Might be that
gmock changed it.

* Added reopen as well to read to prevent use of invalid fd.

If reopen fails the fd might be invalid and the next read call
does a write or pass an invalid fd to sml_transport_read.
Now reopen gets triggered again and if it fails a sleep of 1s
is done to prevent busy loopings.



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 48cd57: First version of mqtt support. (#357)

2018-12-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 48cd5773a8188ee53ee8380bd979b974e9c12daf
  
https://github.com/volkszaehler/vzlogger/commit/48cd5773a8188ee53ee8380bd979b974e9c12daf
  Author: Matthias Behr 
  Date:   2018-12-31 (Mon, 31 Dec 2018)

  Changed paths:
M .travis.yml
M CMakeLists.txt
M README.md
M config.hpp.in
M etc/vzlogger.conf
M include/Buffer.hpp
M include/Channel.hpp
A include/mqtt.hpp
M src/CMakeLists.txt
M src/Config_Options.cpp
A src/mqtt.cpp
M src/threads.cpp
M src/vzlogger.cpp
M tests/CMakeLists.txt
M tests/mocks/CMakeLists.txt

  Log Message:
  ---
  First version of mqtt support. (#357)

* Cmake, readme, config changes to add libmosquitto.

* First version of mqtt client support.
Adds
- ENABLE_MQTT cmake option. Defaults to On but turns off automatically
  if libmosquitto not found.
- basic mqtt client support using libmosquitto
  - topics generated are:
vzlogger//uuid
vzlogger//raw
vzlogger//agg
- added config options for
  - host
  - port (currently no tls/sll support!)
  - user
  - password
  - topic (prefix used instead of vzlogger in above example)
  - (some more, see etc/vzlogger.conf)
- agg values get's preferred instead of raw. Using config option
  rawAndAgg this can be changed.

* adding libmosquitto-dev to travis-ci

* tell libmosquitto to be thread safe

* Add tls/cert support for MQTT

* Add id with "unparse" name of channel as well to the topic.
This should be to get a better understanding of what the channel
actually is. E.g. will contains obis ids.

* added reconnect handling if con. refused at startup
This should allow startups where the mqtt server will be available later

* Added a lock to protect chMap incase of multiple meters.

* announce uuid only if not empty



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 98f547: corrected link to sample config for InfluxDB

2018-12-13 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 98f5479516c8f8688539d7a3c243609955aa7943
  
https://github.com/volkszaehler/vzlogger/commit/98f5479516c8f8688539d7a3c243609955aa7943
  Author: Matthias Glaub 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M README.InfluxDB.md

  Log Message:
  ---
  corrected link to sample config for InfluxDB


  Commit: 6cfc8e50cc2f7bdae3acc769f5f245bcc4fa56dc
  
https://github.com/volkszaehler/vzlogger/commit/6cfc8e50cc2f7bdae3acc769f5f245bcc4fa56dc
  Author: J-A-U 
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
M README.InfluxDB.md

  Log Message:
  ---
  Merge pull request #367 from maglnet/patch-1

corrected link to sample config for InfluxDB


Compare: 
https://github.com/volkszaehler/vzlogger/compare/e81a01dadfc1...6cfc8e50cc2f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] e81a01: Implement _use_local_time option in OMS meter (#36...

2018-12-02 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: e81a01dadfc19b1c883c85e681d8d9d3db1694b9
  
https://github.com/volkszaehler/vzlogger/commit/e81a01dadfc19b1c883c85e681d8d9d3db1694b9
  Author: mley 
  Date:   2018-12-02 (Sun, 02 Dec 2018)

  Changed paths:
M etc/vzlogger_generic.schema.json
M include/protocols/MeterOMS.hpp
M src/protocols/MeterOMS.cpp

  Log Message:
  ---
  Implement _use_local_time option in OMS meter (#365)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 341bf0: Read digitalSTROM meters (#714)

2018-11-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 341bf0f0298679ee0bce3036b818ec256e8c042e
  
https://github.com/volkszaehler/volkszaehler.org/commit/341bf0f0298679ee0bce3036b818ec256e8c042e
  Author: thhoe <45336831+th...@users.noreply.github.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
A misc/controller/digitalstrom/dsm.sh

  Log Message:
  ---
  Read digitalSTROM meters (#714)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 4fe8c2: Correct optimizer classname case

2018-11-17 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 4fe8c228a52de7b3e2ce45860d7c31a70a884b27
  
https://github.com/volkszaehler/volkszaehler.org/commit/4fe8c228a52de7b3e2ce45860d7c31a70a884b27
  Author: andig 
  Date:   2018-11-17 (Sat, 17 Nov 2018)

  Changed paths:
M etc/volkszaehler.conf.template.php

  Log Message:
  ---
  Correct optimizer classname case



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 53439a: Add print style (#711)

2018-11-15 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 53439a75e0054f7cdc5dfffac39c376f0657e7dc
  
https://github.com/volkszaehler/volkszaehler.org/commit/53439a75e0054f7cdc5dfffac39c376f0657e7dc
  Author: andig 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
A htdocs/css/print.css
M htdocs/index.html

  Log Message:
  ---
  Add print style (#711)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 71c89c: Return json error message on missing config (#709)

2018-11-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 71c89c3979aca339a7c446d57628bff48e2f
  
https://github.com/volkszaehler/volkszaehler.org/commit/71c89c3979aca339a7c446d57628bff48e2f
  Author: andig 
  Date:   2018-11-08 (Thu, 08 Nov 2018)

  Changed paths:
M lib/bootstrap.php

  Log Message:
  ---
  Return json error message on missing config (#709)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger]

2018-11-05 Diskussionsfäden GitHub
  Branch: refs/heads/J-A-U_no-test
  Home:   https://github.com/volkszaehler/vzlogger

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 067e8f: Disable build-test

2018-11-04 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 067e8f8a3bf23fbbe5dcabb5feac57926e1ef1a6
  
https://github.com/volkszaehler/vzlogger/commit/067e8f8a3bf23fbbe5dcabb5feac57926e1ef1a6
  Author: J-A-U 
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
M install.sh

  Log Message:
  ---
  Disable build-test

Disable build-test in installscript to bypass Issue #359


  Commit: a68f7ff8c41ffa81282c10a1151cf162af278fee
  
https://github.com/volkszaehler/vzlogger/commit/a68f7ff8c41ffa81282c10a1151cf162af278fee
  Author: J-A-U 
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
M install.sh

  Log Message:
  ---
  Merge pull request #363 from volkszaehler/J-A-U_no-test

Disable build-test


Compare: 
https://github.com/volkszaehler/vzlogger/compare/39ee0be844d5...a68f7ff8c41f
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 067e8f: Disable build-test

2018-11-04 Diskussionsfäden GitHub
  Branch: refs/heads/J-A-U_no-test
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 067e8f8a3bf23fbbe5dcabb5feac57926e1ef1a6
  
https://github.com/volkszaehler/vzlogger/commit/067e8f8a3bf23fbbe5dcabb5feac57926e1ef1a6
  Author: J-A-U 
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
M install.sh

  Log Message:
  ---
  Disable build-test

Disable build-test in installscript to bypass Issue #359



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org]

2018-10-23 Diskussionsfäden GitHub
  Branch: refs/heads/ua
  Home:   https://github.com/volkszaehler/volkszaehler.org

  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 253677: Fix user agent not being set (#707)

2018-10-23 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 2536773737dd47f5952c4359e743eb76b8eecba0
  
https://github.com/volkszaehler/volkszaehler.org/commit/2536773737dd47f5952c4359e743eb76b8eecba0
  Author: andig 
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
M bin/vzclient

  Log Message:
  ---
  Fix user agent not being set (#707)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] a8bc39: Fix user agent not being set

2018-10-23 Diskussionsfäden GitHub
  Branch: refs/heads/ua
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: a8bc390e0cb9b0f0ac26fb4e85a3334f2fdb8268
  
https://github.com/volkszaehler/volkszaehler.org/commit/a8bc390e0cb9b0f0ac26fb4e85a3334f2fdb8268
  Author: andig 
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
M bin/vzclient

  Log Message:
  ---
  Fix user agent not being set



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 9ce482: Refactor weighed average detection (#701)

2018-08-24 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 9ce482eb2d5fa4c99bda48029a0eaaa18d267f90
  
https://github.com/volkszaehler/volkszaehler.org/commit/9ce482eb2d5fa4c99bda48029a0eaaa18d267f90
  Author: andig 
  Date:   2018-08-24 (Fri, 24 Aug 2018)

  Changed paths:
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/SensorInterpreterAverageTrait.php

  Log Message:
  ---
  Refactor weighed average detection (#701)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] ea1fb1: Calculate weighed average for aggregate queries (#...

2018-08-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: ea1fb1e906a99caeaf3e8974db0f9880a7278223
  
https://github.com/volkszaehler/volkszaehler.org/commit/ea1fb1e906a99caeaf3e8974db0f9880a7278223
  Author: andig 
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php

  Log Message:
  ---
  Calculate weighed average for aggregate queries (#700)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 622b21: Improved debug output (#699)

2018-08-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 622b2127e362746477fb108d44b49f97cf3010f9
  
https://github.com/volkszaehler/volkszaehler.org/commit/622b2127e362746477fb108d44b49f97cf3010f9
  Author: andig 
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
M lib/View/Text.php

  Log Message:
  ---
  Improved debug output (#699)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 282e55: Separate debug info

2018-08-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 282e557a90545d52f7a9068b7cad3dc72ef48b46
  
https://github.com/volkszaehler/volkszaehler.org/commit/282e557a90545d52f7a9068b7cad3dc72ef48b46
  Author: andig 
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
M lib/View/Text.php

  Log Message:
  ---
  Separate debug info



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 76b72c: Fix clearing aggregation table by timestamp (#698)

2018-08-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 76b72c533e0e12bd3e8d307580313ecf5bad59f1
  
https://github.com/volkszaehler/volkszaehler.org/commit/76b72c533e0e12bd3e8d307580313ecf5bad59f1
  Author: andig 
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
M bin/aggregate
M lib/Util/Aggregation.php

  Log Message:
  ---
  Fix clearing aggregation table by timestamp (#698)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 05714d: Align clear command with run command (#697)

2018-08-07 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 05714df0253dc36bb443b3c6c01f5f7f17489a73
  
https://github.com/volkszaehler/volkszaehler.org/commit/05714df0253dc36bb443b3c6c01f5f7f17489a73
  Author: andig 
  Date:   2018-08-07 (Tue, 07 Aug 2018)

  Changed paths:
M bin/aggregate

  Log Message:
  ---
  Align clear command with run command (#697)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 39ee0b: MeterSML: treat empty host as missing parameter. (...

2018-08-05 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 39ee0be844d55413a7db9cf26ece0267eddbc787
  
https://github.com/volkszaehler/vzlogger/commit/39ee0be844d55413a7db9cf26ece0267eddbc787
  Author: Matthias Behr 
  Date:   2018-08-05 (Sun, 05 Aug 2018)

  Changed paths:
M src/protocols/MeterSML.cpp

  Log Message:
  ---
  MeterSML: treat empty host as missing parameter. (#358)



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 9789b8: Add missing linebreak

2018-08-04 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 9789b8b2a09de4912a4fa47fa780e9470ae0f707
  
https://github.com/volkszaehler/volkszaehler.org/commit/9789b8b2a09de4912a4fa47fa780e9470ae0f707
  Author: andig 
  Date:   2018-08-04 (Sat, 04 Aug 2018)

  Changed paths:
M lib/View/Text.php

  Log Message:
  ---
  Add missing linebreak



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] c66bc8: Fix options parsing and SQL debug output (#694)

2018-06-16 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: c66bc88f27bea2a886e6ed6d06bcfd7249c485c2
  
https://github.com/volkszaehler/volkszaehler.org/commit/c66bc88f27bea2a886e6ed6d06bcfd7249c485c2
  Author: andig 
  Date:   2018-06-16 (Sat, 16 Jun 2018)

  Changed paths:
M lib/Controller/DataController.php
M lib/Util/Debug.php

  Log Message:
  ---
  Fix options parsing and SQL debug output (#694)

* Fix specifying multiple comma separated options

* Show formatted SQL when debugging on cli



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/vzlogger] 9845fb: Fix missing libunistring-dev (#355)

2018-05-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 9845fbc17677bad966e8643873aa1e971930e954
  
https://github.com/volkszaehler/vzlogger/commit/9845fbc17677bad966e8643873aa1e971930e954
  Author: Matthias Behr 
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
M .travis.yml
M README.md
M src/CMakeLists.txt
M tests/CMakeLists.txt
M tests/MeterD0.cpp
M tests/MeterSML.cpp
M tests/mocks/CMakeLists.txt
M tests/ut_meter.cpp

  Log Message:
  ---
  Fix missing libunistring-dev (#355)

* fix link issues at Ubuntu 18.04 due to missing lib unistring
* fix travis ci due to missing libunistring-dev



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.


[vz-dev] [volkszaehler/volkszaehler.org] 62d05d: Add global gap option (#691)

2018-04-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 62d05d12029d474d886c798e07cd06301447db18
  
https://github.com/volkszaehler/volkszaehler.org/commit/62d05d12029d474d886c798e07cd06301447db18
  Author: andig 
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
M htdocs/js/options.js
M htdocs/js/wui.js

  Log Message:
  ---
  Add global gap option (#691)




[vz-dev] [volkszaehler/volkszaehler.org] 0d59f8: Use ³ instead of ^3 (#690)

2018-04-06 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 0d59f8770c9f1617226eacfadcc2be98f565fb44
  
https://github.com/volkszaehler/volkszaehler.org/commit/0d59f8770c9f1617226eacfadcc2be98f565fb44
  Author: andig 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M lib/Definition/EntityDefinition.json

  Log Message:
  ---
  Use ³ instead of ^3 (#690)




[vz-dev] [volkszaehler/volkszaehler.org] 7d9a6f: Prepend protocol (#693)

2018-04-06 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 7d9a6f606c431427f9fdddaa632fa2cdbfd71f12
  
https://github.com/volkszaehler/volkszaehler.org/commit/7d9a6f606c431427f9fdddaa632fa2cdbfd71f12
  Author: andig 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M bin/vzclient

  Log Message:
  ---
  Prepend protocol (#693)




[vz-dev] [volkszaehler/volkszaehler.org] 8043c3: Add json pretty print and array destructuring usin...

2018-04-06 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 8043c3e7a4ee0b470f88afe8bdf2ea867a4c4e96
  
https://github.com/volkszaehler/volkszaehler.org/commit/8043c3e7a4ee0b470f88afe8bdf2ea867a4c4e96
  Author: andig 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M bin/vzclient

  Log Message:
  ---
  Add json pretty print and array destructuring using ... operator (#692)




[vz-dev] [volkszaehler/vzlogger] fecc84: Merge remote-tracking branch 'refs/remotes/volksza...

2018-04-05 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: fecc84600c6c8663fdcea13a70cb74b281e881da
  
https://github.com/volkszaehler/vzlogger/commit/fecc84600c6c8663fdcea13a70cb74b281e881da
  Author: Daniel Lauckner 
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
M etc/vzlogger_generic.schema.json
M etc/vzlogger_generic.schema.json.todo
M include/protocols/MeterSML.hpp
M src/protocols/MeterSML.cpp

  Log Message:
  ---
  Merge remote-tracking branch 'refs/remotes/volkszaehler/master'


  Commit: 6b345a34e66d547a1fe6dc113f2f862cfb49b5ec
  
https://github.com/volkszaehler/vzlogger/commit/6b345a34e66d547a1fe6dc113f2f862cfb49b5ec
  Author: Daniel Lauckner 
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
M .travis.yml
M README.md
M config.hpp.in
M include/Channel.hpp
M include/protocols/MeterFile.hpp
M modules/CompilerFlags.cmake
M src/Meter.cpp
M src/PushData.cpp
M src/api/InfluxDB.cpp
M src/api/MySmartGrid.cpp
M src/protocols/MeterExec.cpp
M src/protocols/MeterFile.cpp
M src/protocols/MeterOMS.cpp
M tests/ut_MeterFile.cpp

  Log Message:
  ---
  Merge remote-tracking branch 'refs/remotes/volkszaehler/master'


  Commit: 5d5477912bd68394268403c8243901f94bdbbb76
  
https://github.com/volkszaehler/vzlogger/commit/5d5477912bd68394268403c8243901f94bdbbb76
  Author: Daniel Lauckner 
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
M etc/vzlogger_generic.schema.json

  Log Message:
  ---
  E.g. Impulse

Example for identifier enhanced


  Commit: 8267c99385425ed25202d5b349681520ed1ca5e4
  
https://github.com/volkszaehler/vzlogger/commit/8267c99385425ed25202d5b349681520ed1ca5e4
  Author: J-A-U 
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
M etc/vzlogger_generic.schema.json

  Log Message:
  ---
  Merge pull request #12 from J-A-U/conf_editor

E.g. Impulse


  Commit: 0bc97c6c9155a4b9aacc9dacac33c934f71e1c2f
  
https://github.com/volkszaehler/vzlogger/commit/0bc97c6c9155a4b9aacc9dacac33c934f71e1c2f
  Author: J-A-U 
  Date:   2018-04-05 (Thu, 05 Apr 2018)

  Changed paths:
M etc/vzlogger_generic.schema.json

  Log Message:
  ---
  Merge pull request #353 from J-A-U/master

E.g. Impulse


Compare: 
https://github.com/volkszaehler/vzlogger/compare/d15db6d69fb9...0bc97c6c9155

[vz-dev] [volkszaehler/volkszaehler.org] 128907: Avoid loading data from groups

2018-04-01 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 128907325e040a9978901571a63b288b2dae3acd
  
https://github.com/volkszaehler/volkszaehler.org/commit/128907325e040a9978901571a63b288b2dae3acd
  Author: andig 
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Avoid loading data from groups




[vz-dev] [volkszaehler/volkszaehler.org] 4e2717: Move /misc/tools to /bin (#688)

2018-04-01 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 4e2717ee91e43fdfe86c97e53e07e4def28415ae
  
https://github.com/volkszaehler/volkszaehler.org/commit/4e2717ee91e43fdfe86c97e53e07e4def28415ae
  Author: andig 
  Date:   2018-04-01 (Sun, 01 Apr 2018)

  Changed paths:
R .gitmodules
M .travis.yml
M README.md
A bin/README.md
A bin/aggregate
A bin/calert
A bin/doctrine
A bin/install.sh
A bin/jsonclient
A bin/model-helper
A bin/push-server
A bin/vzclient
A bin/vzcompress2
A bin/vzmonitor
M etc/volkszaehler.conf.template.php
R misc/frontend/fnordlicht
M misc/sql/README
R misc/tools/README.md
R misc/tools/aggregate.php
R misc/tools/calert
R misc/tools/doctrine
R misc/tools/doctrine.php
R misc/tools/install.sh
R misc/tools/jsonclient
R misc/tools/model-helper.php
R misc/tools/push-server.php
R misc/tools/vzclient
R misc/tools/vzcompress2.php
R misc/tools/vzmonitor

  Log Message:
  ---
  Move /misc/tools to /bin (#688)

* Remove php extension

* Move /misc/tools to /bin

* Remove fnordlich submodule

* Remaining readme changes

* Fix include path

* More readme changes




[vz-dev] [volkszaehler/volkszaehler.org] 65d1e6: Don't update chart when selection is active (#684)

2018-03-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 65d1e6dbff3370cbc002fcca742e6bec3b016b1f
  
https://github.com/volkszaehler/volkszaehler.org/commit/65d1e6dbff3370cbc002fcca742e6bec3b016b1f
  Author: andig 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
M htdocs/js/entity.js
M htdocs/js/wui.js

  Log Message:
  ---
  Don't update chart when selection is active (#684)




[vz-dev] [volkszaehler/volkszaehler.org] e0227b: Consolidate entity type checking and add group del...

2018-03-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: e0227bbfb99dd4aabc6645712e297e4fa920c768
  
https://github.com/volkszaehler/volkszaehler.org/commit/e0227bbfb99dd4aabc6645712e297e4fa920c768
  Author: andig 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
M htdocs/index.html
M htdocs/js/entities.js
M htdocs/js/entity.js
M htdocs/js/functions.js
M htdocs/js/wui.js

  Log Message:
  ---
  Consolidate entity type checking and add group delete dialog (#686)




[vz-dev] [volkszaehler/volkszaehler.org] 127916: Fix var name typo (#687)

2018-03-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 12791697434b95603dc1564686b0e67bdb45ea4d
  
https://github.com/volkszaehler/volkszaehler.org/commit/12791697434b95603dc1564686b0e67bdb45ea4d
  Author: andig 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
M lib/Model/Channel.php

  Log Message:
  ---
  Fix var name typo (#687)




[vz-dev] [volkszaehler/volkszaehler.org] cf63dc: SQL improvements: better encapsulation and inherit...

2018-03-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: cf63dce6b4f6a008c77b617281564e40aa391c59
  
https://github.com/volkszaehler/volkszaehler.org/commit/cf63dce6b4f6a008c77b617281564e40aa391c59
  Author: andig 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M lib/Controller/DataController.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php
M lib/Interpreter/SQL/PostgreSQLOptimizer.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Interpreter/SQL/SensorInterpreterAverageTrait.php
M lib/Model/Channel.php
M lib/Util/Aggregation.php

  Log Message:
  ---
  SQL improvements: better encapsulation and inheritance (#683)




[vz-dev] [volkszaehler/volkszaehler.org] cc369c: SQL improvements: binary tuple packaging, weighed ...

2018-03-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: cc369c6b2c1c606119e50a1c51f6884666468004
  
https://github.com/volkszaehler/volkszaehler.org/commit/cc369c6b2c1c606119e50a1c51f6884666468004
  Author: andig 
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
M composer.json
M lib/Interpreter/DataIterator.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php
M lib/Interpreter/SQL/PostgreSQLOptimizer.php
M lib/Interpreter/SQL/SQLOptimizer.php
A lib/Interpreter/SQL/SensorInterpreterAverageTrait.php
M lib/Util/Aggregation.php
A lib/Util/ConsoleSQLLogger.php
M misc/tools/aggregate.php
M test/AggregationTest.php
M test/Data.php
M test/ProtocolTest.php
M test/RawTest.php
M test/SensorTest.php

  Log Message:
  ---
  SQL improvements: binary tuple packaging, weighed average, postgres support 
(#682)

* Speedup tuple packaging

* Improve database compatibility and speed-up tuple packaging

* Improve aggregate ungrouped tuples=1 optimization

* Simplified weighed average implementation

* Simplify weighed average aggregation sql

* Ported weighed average sql to postgres

* Improve postgres compatibility

* Prevent double tuple packaging

* Cross-DB delete and PostgreSQL weighed average support

* Move buildGroupBySQL to optimizer

* Prevent SensorInterpreter from packaging twice

* Refactor and add packaging test

* Add time range to git clear

* Add SQL logging

* Add SQL formatting

* Fix merge artefact

* Rename since parameter

* Fix tuple packaging failing with ppm




[vz-dev] [volkszaehler/volkszaehler.org] 80a76f: Update README.md

2018-03-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 80a76f2859a1ff4def919739b1eac9cb2a6f4b24
  
https://github.com/volkszaehler/volkszaehler.org/commit/80a76f2859a1ff4def919739b1eac9cb2a6f4b24
  Author: andig 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md




[vz-dev] [volkszaehler/volkszaehler.org] 2be41a: Provide correct count for filtered queries (slow) ...

2018-03-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 2be41a810c8c137145dd7498a0e1c80609342686
  
https://github.com/volkszaehler/volkszaehler.org/commit/2be41a810c8c137145dd7498a0e1c80609342686
  Author: andig 
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M lib/Interpreter/Interpreter.php

  Log Message:
  ---
  Provide correct count for filtered queries (slow) (#679)




[vz-dev] [volkszaehler/volkszaehler.org] c7128c: Allow query/delete value filters in uri (#677)

2018-03-23 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: c7128c399378a50cd91c1e424b234c11689b4245
  
https://github.com/volkszaehler/volkszaehler.org/commit/c7128c399378a50cd91c1e424b234c11689b4245
  Author: andig 
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M lib/Controller/DataController.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Model/Channel.php

  Log Message:
  ---
  Allow query/delete value filters in uri (#677)




[vz-dev] [volkszaehler/volkszaehler.org] 9ae491: Make sure axis label is re-applied after moving mi...

2018-03-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 9ae4912a4a047b9cd475f0901a2a6551ec11ec2b
  
https://github.com/volkszaehler/volkszaehler.org/commit/9ae4912a4a047b9cd475f0901a2a6551ec11ec2b
  Author: andig 
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Make sure axis label is re-applied after moving mis-assigned entities from 
forced axis (#678)




[vz-dev] [volkszaehler/volkszaehler.org] 2ec6bd: Fix axis scaling when (de)activating channels (#67...

2018-03-20 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 2ec6bdb8b802e49cd456274e8e9e663ab9d613b1
  
https://github.com/volkszaehler/volkszaehler.org/commit/2ec6bdb8b802e49cd456274e8e9e663ab9d613b1
  Author: andig 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Fix axis scaling when (de)activating channels (#674)




[vz-dev] [volkszaehler/vzlogger] d15db6: Link against libmicrohttpd only if found by cmake ...

2018-03-20 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: d15db6d69fb924695b3e64a5004aef1196982fc1
  
https://github.com/volkszaehler/vzlogger/commit/d15db6d69fb924695b3e64a5004aef1196982fc1
  Author: Matthias Behr 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M tests/mocks/CMakeLists.txt

  Log Message:
  ---
  Link against libmicrohttpd only if found by cmake (#334)




[vz-dev] [volkszaehler/vzlogger] 99e1e4: Add "tags" for InfluxDB in schema (#350)

2018-03-20 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 99e1e459730b86bce7c9ff3dc989cf2eecdfb09c
  
https://github.com/volkszaehler/vzlogger/commit/99e1e459730b86bce7c9ff3dc989cf2eecdfb09c
  Author: Sven Schliesing 
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M etc/vzlogger_generic.schema.json

  Log Message:
  ---
  Add "tags" for InfluxDB in schema (#350)

Add "tags" for InfluxDB in schema, see #349.




[vz-dev] [volkszaehler/vzlogger] 3c5e21: Add optional "tags" when inserting data to InfluxD...

2018-03-05 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 3c5e21bd259895d4bb0bd63ed9205f0ea6f970c1
  
https://github.com/volkszaehler/vzlogger/commit/3c5e21bd259895d4bb0bd63ed9205f0ea6f970c1
  Author: Sven Schliesing 
  Date:   2018-03-05 (Mon, 05 Mar 2018)

  Changed paths:
M etc/vzlogger.conf.InfluxDB
M include/api/InfluxDB.hpp
M src/api/InfluxDB.cpp

  Log Message:
  ---
  Add optional "tags" when inserting data to InfluxDB (#349)




[vz-dev] [volkszaehler/volkszaehler.org] 333e37: Overwrite only undefined axis labels (#670)

2018-03-01 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 333e374dcd0fa0c56ac3897058f3c7886eacfaf7
  
https://github.com/volkszaehler/volkszaehler.org/commit/333e374dcd0fa0c56ac3897058f3c7886eacfaf7
  Author: andig 
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Overwrite only undefined axis labels (#670)




[vz-dev] [volkszaehler/volkszaehler.org] 1c84e3: Allow "%" as unit (#668)

2018-02-27 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 1c84e32d37a7cc6dc16eee441de4b4c948fc64df
  
https://github.com/volkszaehler/volkszaehler.org/commit/1c84e32d37a7cc6dc16eee441de4b4c948fc64df
  Author: frankrichter 
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
M lib/Definition/PropertyDefinition.json

  Log Message:
  ---
  Allow "%" as unit (#668)




[vz-dev] [volkszaehler/volkszaehler.org] 074a63: Add db port config (#667)

2018-01-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 074a63b1dc3fc5d4c3d92a1153ea026a38d3b269
  
https://github.com/volkszaehler/volkszaehler.org/commit/074a63b1dc3fc5d4c3d92a1153ea026a38d3b269
  Author: J-A-U 
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
M etc/volkszaehler.conf.template.php

  Log Message:
  ---
  Add db port config  (#667)




[vz-dev] [volkszaehler/volkszaehler.org] a74415: Upgrade php-pm (#664)

2018-01-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: a74415fae1a2e52207d45ba3753484f2f995cccf
  
https://github.com/volkszaehler/volkszaehler.org/commit/a74415fae1a2e52207d45ba3753484f2f995cccf
  Author: andig 
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
M composer.json

  Log Message:
  ---
  Upgrade php-pm (#664)




[vz-dev] [volkszaehler/volkszaehler.org] 965bd8: EntityDefinition improvements (#613)

2018-01-02 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 965bd89d4bf85db36e8322301a9e6700fa04e0e1
  
https://github.com/volkszaehler/volkszaehler.org/commit/965bd89d4bf85db36e8322301a9e6700fa04e0e1
  Author: frankrichter 
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M lib/Definition/EntityDefinition.json

  Log Message:
  ---
  EntityDefinition improvements (#613)

* Add watertotal

* Add heattotal

* move "user" to other aggregators




[vz-dev] [volkszaehler/vzlogger] 996ea2: Update vzlogger.conf (#347)

2017-12-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 996ea21329170f1dbc631d2db25ea0ad010521f7
  
https://github.com/volkszaehler/vzlogger/commit/996ea21329170f1dbc631d2db25ea0ad010521f7
  Author: frankrichter 
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
M etc/vzlogger.conf

  Log Message:
  ---
  Update vzlogger.conf (#347)

* Update vzlogger.conf

moved "aggmode" to channel options

* Update vzlogger.conf

* Update vzlogger.conf

verdammt...




[vz-dev] [volkszaehler/volkszaehler.org]

2017-12-29 Diskussionsfäden GitHub
  Branch: refs/heads/v0.6
  Home:   https://github.com/volkszaehler/volkszaehler.org


[vz-dev] [volkszaehler/volkszaehler.org]

2017-12-29 Diskussionsfäden GitHub
  Branch: refs/tags/0.7
  Home:   https://github.com/volkszaehler/volkszaehler.org


[vz-dev] [volkszaehler/volkszaehler.org] 05422c: Delete INSTALL

2017-12-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 05422cf80490bb27c43bdde3a427b4f16b55bcbf
  
https://github.com/volkszaehler/volkszaehler.org/commit/05422cf80490bb27c43bdde3a427b4f16b55bcbf
  Author: andig 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
R INSTALL

  Log Message:
  ---
  Delete INSTALL




[vz-dev] [volkszaehler/volkszaehler.org] 25cfdb: Copyright and license (#656)

2017-12-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 25cfdb72ebbcd564ddb84204986be4a7d2eac28f
  
https://github.com/volkszaehler/volkszaehler.org/commit/25cfdb72ebbcd564ddb84204986be4a7d2eac28f
  Author: christian-weiss 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
R COPYING
A LICENSE
M README.md
M etc/volkszaehler.conf.template.php
M htdocs/index.html
M htdocs/js/entities.js
M htdocs/js/entity.js
M htdocs/js/functions.js
M htdocs/js/init.js
M htdocs/js/jquery/jquery-extensions.js
M htdocs/js/middleware.js
M htdocs/js/options.js
M htdocs/js/wui.js
M htdocs/middleware.php
M lib/Controller/AggregatorController.php
M lib/Controller/CapabilitiesController.php
M lib/Controller/ChannelController.php
M lib/Controller/Controller.php
M lib/Controller/DataController.php
M lib/Controller/EntityController.php
M lib/Controller/IotController.php
M lib/Definition/Definition.php
M lib/Definition/EntityDefinition.json
M lib/Definition/EntityDefinition.php
M lib/Definition/PropertyDefinition.json
M lib/Definition/PropertyDefinition.php
M lib/Interpreter/AccumulatorInterpreter.php
M lib/Interpreter/AggregatorInterpreter.php
M lib/Interpreter/DataIterator.php
M lib/Interpreter/ImpulseInterpreter.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php
M lib/Interpreter/SQL/PostgreSQLOptimizer.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Interpreter/SQL/SQLiteOptimizer.php
M lib/Interpreter/SensorInterpreter.php
M lib/Model/Aggregate.php
M lib/Model/Aggregator.php
M lib/Model/Channel.php
M lib/Model/Data.php
M lib/Model/Entity.php
M lib/Model/Property.php
M lib/Router.php
M lib/Server/HttpReceiver.php
M lib/Server/MiddlewareAdapter.php
M lib/Server/PPMBootstrapAdapter.php
M lib/Server/PushTransportInterface.php
M lib/Server/WampClientAdapter.php
M lib/Server/WsClientAdapter.php
M lib/Util/Aggregation.php
M lib/Util/Configuration.php
M lib/Util/ConsoleApplication.php
M lib/Util/Debug.php
M lib/Util/EntityFactory.php
M lib/Util/JSON.php
M lib/Util/Random.php
M lib/Util/UUID.php
M lib/View/CSV.php
M lib/View/JSON.php
M lib/View/JpGraph.php
M lib/View/Text.php
M lib/View/View.php
M lib/bootstrap.php
M misc/controller/1wire/log_onewire.sh
M misc/controller/1wire/log_onewire_ecmd.sh
M misc/controller/mbus/mbus-cmd
M misc/controller/mbus/mbus.pm
M misc/controller/misc/log_i2c_ds1631_ecmd.sh
M misc/controller/misc/log_open2300.sh
M misc/controller/misc/log_rawS0.lua
M misc/controller/misc/log_rawS0.sh
M misc/controller/misc/log_usbflukso.sh
M misc/tools/aggregate.php
M misc/tools/calert
M misc/tools/doctrine.php
M misc/tools/install.sh
M misc/tools/jsonclient
M misc/tools/model-helper.php
M misc/tools/push-server.php
M misc/tools/vzclient
M misc/tools/vzcompress2.php
M misc/tools/vzmonitor
M test/AccumulatorTest.php
M test/AggregationPerformanceTest.php
M test/AggregationTest.php
M test/CapabilitiesTest.php
M test/ChannelTest.php
M test/Data.php
M test/DataPerformance.php
M test/EntityTest.php
M test/FormatTest.php
M test/GroupTest.php
M test/ImpulseTest.php
M test/IotTest.php
M test/Middleware.php
M test/ProtocolTest.php
M test/PushServerTest.php
M test/RawTest.php
M test/SensorTest.php
M test/SetupPerformanceData.php

  Log Message:
  ---
  Copyright and license (#656)




[vz-dev] [volkszaehler/volkszaehler.org] dac872: Fix performance middleware persistent cache outdat...

2017-12-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: dac8727f104a32dbb1642cd230c067fbe746778e
  
https://github.com/volkszaehler/volkszaehler.org/commit/dac8727f104a32dbb1642cd230c067fbe746778e
  Author: andig 
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
M .travis.yml
M lib/Controller/AggregatorController.php
M lib/Definition/Definition.php
M lib/Router.php
M test/GroupTest.php

  Log Message:
  ---
  Fix performance middleware persistent cache outdated (#662)

* Don't use EntiteManager cache
* Use apcu instead of apc
* Remove debugging
* Better travis script




[vz-dev] [volkszaehler/volkszaehler.org] 988ee2: Test php 7.2 (#661)

2017-12-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 988ee2fbd9880d3ddf8468a2529eb792544649e1
  
https://github.com/volkszaehler/volkszaehler.org/commit/988ee2fbd9880d3ddf8468a2529eb792544649e1
  Author: andig 
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Test php 7.2 (#661)




[vz-dev] [volkszaehler/volkszaehler.org] 9138d2: Simplify travis testing (#660)

2017-12-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 9138d256b08400a97a2d3ee41e2cbbb6b1291f74
  
https://github.com/volkszaehler/volkszaehler.org/commit/9138d256b08400a97a2d3ee41e2cbbb6b1291f74
  Author: andig 
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Simplify travis testing (#660)




[vz-dev] [volkszaehler/volkszaehler.org] 158348: Upgrade dependencies (#658)

2017-12-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 15834823c30b42f2ed3c37b1da78383ea21ee7f4
  
https://github.com/volkszaehler/volkszaehler.org/commit/15834823c30b42f2ed3c37b1da78383ea21ee7f4
  Author: andig 
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
M .gitignore
M composer.json
M test/Middleware.php

  Log Message:
  ---
  Upgrade dependencies (#658)




[vz-dev] [volkszaehler/volkszaehler.org] 74c666: Debugging for travis

2017-12-23 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 74c6668f66c219244ceaf53f19d7815330018f32
  
https://github.com/volkszaehler/volkszaehler.org/commit/74c6668f66c219244ceaf53f19d7815330018f32
  Author: andig 
  Date:   2017-12-23 (Sat, 23 Dec 2017)

  Changed paths:
M test/GroupTest.php

  Log Message:
  ---
  Debugging for travis




[vz-dev] [volkszaehler/volkszaehler.org] 6ab4a7: Upgrade react/http

2017-12-19 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 6ab4a70ef8c082a1265fa7b1e16a301629042483
  
https://github.com/volkszaehler/volkszaehler.org/commit/6ab4a70ef8c082a1265fa7b1e16a301629042483
  Author: andig 
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
M composer.json
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Upgrade react/http


  Commit: 52d860f05923af9ea08a6f95adcf83e53a55fbed
  
https://github.com/volkszaehler/volkszaehler.org/commit/52d860f05923af9ea08a6f95adcf83e53a55fbed
  Author: andig 
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
M composer.json
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Merge pull request #654 from andig/react-0.8-2

Upgrade react/http


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/afe25de6c97a...52d860f05923

[vz-dev] [volkszaehler/vzlogger] d3381c: Fixed out-of bound access on rds (#346)

2017-12-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: d3381ce6baa5f2c72a81745036dab5e49fb42e2f
  
https://github.com/volkszaehler/vzlogger/commit/d3381ce6baa5f2c72a81745036dab5e49fb42e2f
  Author: CBe 
  Date:   2017-12-09 (Sat, 09 Dec 2017)

  Changed paths:
M src/protocols/MeterExec.cpp

  Log Message:
  ---
  Fixed out-of bound access on rds (#346)




[vz-dev] [volkszaehler/vzlogger] e03fdc: add BUILD_TEST option for disabling unit-tests (#3...

2017-12-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: e03fdc57c2eba89ada3cc64a35199d41e0a0afdf
  
https://github.com/volkszaehler/vzlogger/commit/e03fdc57c2eba89ada3cc64a35199d41e0a0afdf
  Author: Hannes Schmelzer 
  Date:   2017-12-09 (Sat, 09 Dec 2017)

  Changed paths:
M CMakeLists.txt

  Log Message:
  ---
  add BUILD_TEST option for disabling unit-tests (#344)

During cross-compiling with some buildsystem (buildroot for example) we
have no possibility to run the implemented unit tests. This well known
fact is handled by the build system by passing several variables to the
running build, one of these is the "BUILD_TEST".

We use this for enabling/disabling building the unit tests.

Per default the BUILD_TEST is on, so no functional change to previous
versions is made.

Signed-off-by: Hannes Schmelzer 




[vz-dev] [volkszaehler/volkszaehler.org] 27f6f9: Use StreamingServer

2017-11-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 27f6f98c1a25d130a663321a762de22252829ff3
  
https://github.com/volkszaehler/volkszaehler.org/commit/27f6f98c1a25d130a663321a762de22252829ff3
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Use StreamingServer


  Commit: afe25de6c97a9273a4be1ab2f366f00f92212668
  
https://github.com/volkszaehler/volkszaehler.org/commit/afe25de6c97a9273a4be1ab2f366f00f92212668
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Merge pull request #651 from andig/stream

Use StreamingServer


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/b3bf9694e6fa...afe25de6c97a

[vz-dev] [volkszaehler/volkszaehler.org] afb636: Fix push server

2017-11-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: afb636d1cc3953f91cdef86ce46a15a94f57e5f7
  
https://github.com/volkszaehler/volkszaehler.org/commit/afb636d1cc3953f91cdef86ce46a15a94f57e5f7
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Fix push server


  Commit: b3bf9694e6fa43a637979850b2163a076682ad18
  
https://github.com/volkszaehler/volkszaehler.org/commit/b3bf9694e6fa43a637979850b2163a076682ad18
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M lib/Server/HttpReceiver.php

  Log Message:
  ---
  Merge pull request #650 from andig/push

Fix push server


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/cbdbc559297e...b3bf9694e6fa

[vz-dev] [volkszaehler/volkszaehler.org] 7a93fc: Upgrade dependencies

2017-11-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 7a93fc1acbd480dfde1a43a91ffc6af7876a425b
  
https://github.com/volkszaehler/volkszaehler.org/commit/7a93fc1acbd480dfde1a43a91ffc6af7876a425b
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M .gitignore
M composer.json

  Log Message:
  ---
  Upgrade dependencies


  Commit: f01efae802b8ca526cbf1fdce87913502e1a5bf1
  
https://github.com/volkszaehler/volkszaehler.org/commit/f01efae802b8ca526cbf1fdce87913502e1a5bf1
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M lib/Server/HttpReceiver.php
M misc/tools/push-server.php

  Log Message:
  ---
  Upgrade react dependencies


  Commit: cbdbc559297e8640149d5f65804361ec93e8e563
  
https://github.com/volkszaehler/volkszaehler.org/commit/cbdbc559297e8640149d5f65804361ec93e8e563
  Author: andig 
  Date:   2017-11-25 (Sat, 25 Nov 2017)

  Changed paths:
M .gitignore
M composer.json
M lib/Server/HttpReceiver.php
M misc/tools/push-server.php

  Log Message:
  ---
  Merge pull request #649 from andig/deps

Upgrade dependencies


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/194fd3d1ba0a...cbdbc559297e

[vz-dev] [volkszaehler/vzlogger] 67979c: vzlogger: add CMake rule for installing shared lib...

2017-11-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 67979cefae3baf8a9070d484fd71cdc9ad193f54
  
https://github.com/volkszaehler/vzlogger/commit/67979cefae3baf8a9070d484fd71cdc9ad193f54
  Author: Hannes Schmelzer 
  Date:   2017-11-22 (Wed, 22 Nov 2017)

  Changed paths:
M src/CMakeLists.txt
M src/api/CMakeLists.txt
M src/protocols/CMakeLists.txt

  Log Message:
  ---
  vzlogger: add CMake rule for installing shared libs on target (#341)

following sharelibs will be installed to target:
- libproto.so
- libvz-api.so
- libvz.so

they are mandatory for running a dynamically linked 'vzlogger' binary.

Signed-off-by: Hannes Schmelzer 




[vz-dev] [volkszaehler/volkszaehler.org] 194fd3: Improve 3aeb2bf

2017-10-31 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 194fd3d1ba0aa022023c533e85dcc553c4fae00d
  
https://github.com/volkszaehler/volkszaehler.org/commit/194fd3d1ba0aa022023c533e85dcc553c4fae00d
  Author: andig 
  Date:   2017-10-31 (Tue, 31 Oct 2017)

  Changed paths:
M htdocs/js/functions.js

  Log Message:
  ---
  Improve 3aeb2bf




[vz-dev] [volkszaehler/volkszaehler.org] ee4cd4: Fix loading if entity doesn't exist

2017-10-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: ee4cd4838acf8f4406886b908fb2c178ea3e1933
  
https://github.com/volkszaehler/volkszaehler.org/commit/ee4cd4838acf8f4406886b908fb2c178ea3e1933
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M htdocs/js/entities.js
M htdocs/js/functions.js
M htdocs/js/init.js

  Log Message:
  ---
  Fix loading if entity doesn't exist


  Commit: 855b86d4649e0a3444742526cb308ff569e13af0
  
https://github.com/volkszaehler/volkszaehler.org/commit/855b86d4649e0a3444742526cb308ff569e13af0
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M lib/Util/EntityFactory.php

  Log Message:
  ---
  Don't use cache if devmode is active


  Commit: 3aeb2bfc6286ce230eb1f95c07d2b06a3470d00f
  
https://github.com/volkszaehler/volkszaehler.org/commit/3aeb2bfc6286ce230eb1f95c07d2b06a3470d00f
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M htdocs/js/functions.js

  Log Message:
  ---
  Fix Safari 11 caching json when it shouldn't


  Commit: 353c0702a6ab2f354f5d8c9e6df80d6c16cb507e
  
https://github.com/volkszaehler/volkszaehler.org/commit/353c0702a6ab2f354f5d8c9e6df80d6c16cb507e
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M htdocs/js/entities.js

  Log Message:
  ---
  Always remove entities with errors from queue


  Commit: 669695d6e647d9ead39975230344deddaff48f17
  
https://github.com/volkszaehler/volkszaehler.org/commit/669695d6e647d9ead39975230344deddaff48f17
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M htdocs/js/entities.js
M htdocs/js/functions.js
M htdocs/js/init.js
M lib/Util/EntityFactory.php

  Log Message:
  ---
  Merge pull request #645 from andig/continueload

Safari 11 caching issue and other fixes


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/f857e7754b1d...669695d6e647

[vz-dev] [volkszaehler/volkszaehler.org] f857e7: Set dialog default control and handle enter/ escap...

2017-10-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: f857e7754b1d8313726a2a82d3abad43eafa4ff4
  
https://github.com/volkszaehler/volkszaehler.org/commit/f857e7754b1d8313726a2a82d3abad43eafa4ff4
  Author: andig 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M htdocs/index.html
M htdocs/js/entity.js
M htdocs/js/wui.js

  Log Message:
  ---
  Set dialog default control and handle enter/ escape keys (#644)




[vz-dev] [volkszaehler/volkszaehler.org] 9accdd: Fix unsubscribing from unknown middleware

2017-10-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 9accdd2c1fa2d0a3756496fbcbc704c4675487d9
  
https://github.com/volkszaehler/volkszaehler.org/commit/9accdd2c1fa2d0a3756496fbcbc704c4675487d9
  Author: andig 
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Fix unsubscribing from unknown middleware




[vz-dev] [volkszaehler/volkszaehler.org] b50349: Revert #d8e2489

2017-10-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: b50349ff04b4c6aabd263e14055519eabd809902
  
https://github.com/volkszaehler/volkszaehler.org/commit/b50349ff04b4c6aabd263e14055519eabd809902
  Author: andig 
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
M htdocs/.htaccess

  Log Message:
  ---
  Revert #d8e2489




[vz-dev] [volkszaehler/volkszaehler.org] 68abe2: Prevent error on double unsubscribe (#643)

2017-10-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 68abe2fbc51130c6703ef6a76a8dbcb282fbcb23
  
https://github.com/volkszaehler/volkszaehler.org/commit/68abe2fbc51130c6703ef6a76a8dbcb282fbcb23
  Author: andig 
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
M htdocs/js/entity.js

  Log Message:
  ---
  Prevent error on double unsubscribe (#643)




[vz-dev] [volkszaehler/volkszaehler.org] d8e248: Disable negotiation to avoid rewrite rule conflict...

2017-10-22 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: d8e24898f7866fe61f40a9c95de291bee5f4cec4
  
https://github.com/volkszaehler/volkszaehler.org/commit/d8e24898f7866fe61f40a9c95de291bee5f4cec4
  Author: andig 
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
M htdocs/.htaccess

  Log Message:
  ---
  Disable negotiation to avoid rewrite rule conflicts (#611)




[vz-dev] [volkszaehler/volkszaehler.org] 1efdbb: Don't cache groups (#641)

2017-10-15 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 1efdbbd9c035739dd5b3c4281768615be7c880cd
  
https://github.com/volkszaehler/volkszaehler.org/commit/1efdbbd9c035739dd5b3c4281768615be7c880cd
  Author: andig 
  Date:   2017-10-15 (Sun, 15 Oct 2017)

  Changed paths:
M lib/Util/EntityFactory.php

  Log Message:
  ---
  Don't cache groups (#641)




[vz-dev] [volkszaehler/vzlogger] 5342f0: Use inotify for MeterFile when interval is empty (...

2017-10-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 5342f0b096b13424c25327881bfd2b0537ecc180
  
https://github.com/volkszaehler/vzlogger/commit/5342f0b096b13424c25327881bfd2b0537ecc180
  Author: homagnussen <32043024+homagnus...@users.noreply.github.com>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M include/protocols/MeterFile.hpp
M src/Meter.cpp
M src/protocols/MeterFile.cpp
M tests/ut_MeterFile.cpp

  Log Message:
  ---
  Use inotify for MeterFile when interval is empty (#335)




[vz-dev] [volkszaehler/volkszaehler.org] bb8ca5: Don't use master for jpgraph

2017-10-09 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: bb8ca524e947b81cb036a353b424b4eed887ff0c
  
https://github.com/volkszaehler/volkszaehler.org/commit/bb8ca524e947b81cb036a353b424b4eed887ff0c
  Author: andig 
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M misc/tools/install.sh

  Log Message:
  ---
  Don't use master for jpgraph




[vz-dev] [volkszaehler/vzlogger] 18c0ec: more debug infos in case of no mem

2017-10-08 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 18c0eca6f630d21319cf8912f10c84300f17dd3a
  
https://github.com/volkszaehler/vzlogger/commit/18c0eca6f630d21319cf8912f10c84300f17dd3a
  Author: Matthias Behr 
  Date:   2017-10-08 (Sun, 08 Oct 2017)

  Changed paths:
M src/PushData.cpp

  Log Message:
  ---
  more debug infos in case of no mem


  Commit: 993a3e59ecf3cad62391d059e8887b6b27d0abab
  
https://github.com/volkszaehler/vzlogger/commit/993a3e59ecf3cad62391d059e8887b6b27d0abab
  Author: Matthias Behr 
  Date:   2017-10-08 (Sun, 08 Oct 2017)

  Changed paths:
M src/PushData.cpp

  Log Message:
  ---
  some more debug output


  Commit: e587a8df9108c85c15e5bb0220262364f1cc27aa
  
https://github.com/volkszaehler/vzlogger/commit/e587a8df9108c85c15e5bb0220262364f1cc27aa
  Author: Matthias Behr 
  Date:   2017-10-08 (Sun, 08 Oct 2017)

  Changed paths:
M src/PushData.cpp

  Log Message:
  ---
  init size to 0


  Commit: 2e5ca580fafd3d1c48a8dda24a9b4cfb2322a2fe
  
https://github.com/volkszaehler/vzlogger/commit/2e5ca580fafd3d1c48a8dda24a9b4cfb2322a2fe
  Author: Matthias Behr 
  Date:   2017-10-08 (Sun, 08 Oct 2017)

  Changed paths:
M src/PushData.cpp

  Log Message:
  ---
  correct indent


  Commit: eea17cfc86122d9760a3e4125cb79dd95309a4ac
  
https://github.com/volkszaehler/vzlogger/commit/eea17cfc86122d9760a3e4125cb79dd95309a4ac
  Author: andig 
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M src/PushData.cpp

  Log Message:
  ---
  Fix push failing memory allocation #338


Compare: 
https://github.com/volkszaehler/vzlogger/compare/68abd876810d...eea17cfc8612

[vz-dev] [volkszaehler/vzlogger] 68abd8: Revert temporary repository

2017-10-07 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 68abd876810db8d6519d4c62a181b879a853687d
  
https://github.com/volkszaehler/vzlogger/commit/68abd876810db8d6519d4c62a181b879a853687d
  Author: andig 
  Date:   2017-10-07 (Sat, 07 Oct 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Revert temporary repository




[vz-dev] [volkszaehler/volkszaehler.org] c59f26: Avoid sudo for installation (#636)

2017-10-07 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: c59f26a89e5235e10ddf7d2830b138860cff632e
  
https://github.com/volkszaehler/volkszaehler.org/commit/c59f26a89e5235e10ddf7d2830b138860cff632e
  Author: J-A-U 
  Date:   2017-10-07 (Sat, 07 Oct 2017)

  Changed paths:
M README.md
M misc/tools/install.sh

  Log Message:
  ---
  Avoid sudo for installation (#636)




[vz-dev] [volkszaehler/volkszaehler.org] cd2d0e: Remove jenssengers/proxy (#638)

2017-10-05 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: cd2d0ebe2f74d720ed7ab8795170bb905b7ad6ba
  
https://github.com/volkszaehler/volkszaehler.org/commit/cd2d0ebe2f74d720ed7ab8795170bb905b7ad6ba
  Author: andig 
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M composer.json
M test/Middleware.php

  Log Message:
  ---
  Remove jenssengers/proxy (#638)

* Remove jenssengers/proxy
* Require guzzle directly




[vz-dev] [volkszaehler/volkszaehler.org] 1d9173: Skip channel if not in configuration (#637)

2017-10-04 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 1d91737fb4f10f3d32d85efafd95e436af2398a0
  
https://github.com/volkszaehler/volkszaehler.org/commit/1d91737fb4f10f3d32d85efafd95e436af2398a0
  Author: Andre 
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
M misc/tools/vzcompress2.php

  Log Message:
  ---
  Skip channel if not in configuration (#637)




[vz-dev] [volkszaehler/vzlogger] 7e107c: fix clang warning about preventing copy elision

2017-10-03 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 7e107cfa1601831dc9d3a0a335a4d79f9238b832
  
https://github.com/volkszaehler/vzlogger/commit/7e107cfa1601831dc9d3a0a335a4d79f9238b832
  Author: Matthias Behr 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M include/Channel.hpp

  Log Message:
  ---
  fix clang warning about preventing copy elision


  Commit: 15e178b61161941b2033cfbd0c8532eb7fb7f927
  
https://github.com/volkszaehler/vzlogger/commit/15e178b61161941b2033cfbd0c8532eb7fb7f927
  Author: Matthias Behr 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Log Message:
  ---
  Merge branch 'master' of https://github.com/mbehr1/vzlogger


  Commit: 0d0248504bf21eb639f590e9821ab68063c66574
  
https://github.com/volkszaehler/vzlogger/commit/0d0248504bf21eb639f590e9821ab68063c66574
  Author: Matthias Behr 
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M .travis.yml
M src/protocols/MeterFile.cpp

  Log Message:
  ---
  added gcc-7 travis ci test


  Commit: 4b52239eb8c6c32cf7b8f245e6a12cbd90d58288
  
https://github.com/volkszaehler/vzlogger/commit/4b52239eb8c6c32cf7b8f245e6a12cbd90d58288
  Author: Matthias Behr 
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M .travis.yml
M src/api/MySmartGrid.cpp
M src/protocols/MeterExec.cpp

  Log Message:
  ---
  added cxx version printout.
use json-c from mbehr1 with fixes for gcc7 fallthrough warning.
fixed fallthrough cases
fixed one snprintf in MySmartGrip (to be verified)


  Commit: 037ce853d34ee7412422c4f6c50c68bf5055c615
  
https://github.com/volkszaehler/vzlogger/commit/037ce853d34ee7412422c4f6c50c68bf5055c615
  Author: andig 
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M .travis.yml
M src/api/MySmartGrid.cpp
M src/protocols/MeterExec.cpp
M src/protocols/MeterFile.cpp

  Log Message:
  ---
  Merge pull request #332 from mbehr1/gcc7

gcc 7 fixes and travis-ci build target


Compare: 
https://github.com/volkszaehler/vzlogger/compare/8419971185dc...037ce853d34e

[vz-dev] [volkszaehler/volkszaehler.org] 694d28: Update composer.json (#635)

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 694d286d5325f97f8055b5d958b937416663c86b
  
https://github.com/volkszaehler/volkszaehler.org/commit/694d286d5325f97f8055b5d958b937416663c86b
  Author: andig 
  Date:   2017-10-01 (Sun, 01 Oct 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update composer.json (#635)




[vz-dev] [volkszaehler/volkszaehler.org]

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-1
  Home:   https://github.com/volkszaehler/volkszaehler.org


[vz-dev] [volkszaehler/volkszaehler.org]

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-2
  Home:   https://github.com/volkszaehler/volkszaehler.org


[vz-dev] [volkszaehler/volkszaehler.org] 2d1323: Update composer.json

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-1
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 2d13235eb919025b7a313a93f787544c523929f6
  
https://github.com/volkszaehler/volkszaehler.org/commit/2d13235eb919025b7a313a93f787544c523929f6
  Author: andig 
  Date:   2017-10-01 (Sun, 01 Oct 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update composer.json




[vz-dev] [volkszaehler/volkszaehler.org]

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-1
  Home:   https://github.com/volkszaehler/volkszaehler.org


[vz-dev] [volkszaehler/volkszaehler.org] 0c6d63: Update composer.json (#633)

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 0c6d6355fa8468e772198c4189e1c8a4a45ce5ec
  
https://github.com/volkszaehler/volkszaehler.org/commit/0c6d6355fa8468e772198c4189e1c8a4a45ce5ec
  Author: andig 
  Date:   2017-10-01 (Sun, 01 Oct 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update composer.json (#633)




[vz-dev] [volkszaehler/volkszaehler.org] feb33f: Add apcu before installing dependencies

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-2
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: feb33fce48ef779707fb43f6a391b596852d2254
  
https://github.com/volkszaehler/volkszaehler.org/commit/feb33fce48ef779707fb43f6a391b596852d2254
  Author: andig 
  Date:   2017-10-01 (Sun, 01 Oct 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Add apcu before installing dependencies




[vz-dev] [volkszaehler/volkszaehler.org] a3cd92: Update composer.json

2017-10-01 Diskussionsfäden GitHub
  Branch: refs/heads/andig-patch-1
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: a3cd92213d892b157063023b1a89f69c2da34450
  
https://github.com/volkszaehler/volkszaehler.org/commit/a3cd92213d892b157063023b1a89f69c2da34450
  Author: andig 
  Date:   2017-10-01 (Sun, 01 Oct 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update composer.json




[vz-dev] [volkszaehler/volkszaehler.org] 588290: Remove dead code (#632)

2017-09-29 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 5882902ac746b10bec99bb367b44c9e62510a5b5
  
https://github.com/volkszaehler/volkszaehler.org/commit/5882902ac746b10bec99bb367b44c9e62510a5b5
  Author: andig 
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
R lib/Exception/ConfigurationException.php
R lib/Exception/HttpExceptionInterface.php
M lib/View/View.php

  Log Message:
  ---
  Remove dead code (#632)




[vz-dev] [volkszaehler/volkszaehler.org] 0ab968: Remove php 5.6 builds

2017-09-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: 0ab968c11f5288914ac27a5b2592f54079ef68d4
  
https://github.com/volkszaehler/volkszaehler.org/commit/0ab968c11f5288914ac27a5b2592f54079ef68d4
  Author: andig 
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Remove php 5.6 builds




[vz-dev] [volkszaehler/volkszaehler.org] f87132: Handle fatal errors (#630)

2017-09-28 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: f8713297700d0a2f90d67e08881ce3c535061e2f
  
https://github.com/volkszaehler/volkszaehler.org/commit/f8713297700d0a2f90d67e08881ce3c535061e2f
  Author: andig 
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
M composer.json
M lib/Router.php
M lib/View/JSON.php
M lib/View/JpGraph.php
M lib/View/View.php

  Log Message:
  ---
  Handle fatal errors (#630)




[vz-dev] [volkszaehler/volkszaehler.org] af691f: Add support for mysqli database driver (#629)

2017-09-27 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: af691fa7fbdb81d459d497ea803eab69802e0add
  
https://github.com/volkszaehler/volkszaehler.org/commit/af691fa7fbdb81d459d497ea803eab69802e0add
  Author: andig 
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
M lib/Interpreter/DataIterator.php
M lib/Interpreter/SQL/SQLOptimizer.php

  Log Message:
  ---
  Add support for mysqli database driver (#629)




[vz-dev] [volkszaehler/vzlogger] 841997: fix clang warning about preventing copy elision (#...

2017-09-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 8419971185dce51ea3791d94239de1fb1b088cff
  
https://github.com/volkszaehler/vzlogger/commit/8419971185dce51ea3791d94239de1fb1b088cff
  Author: Matthias Behr 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M include/Channel.hpp

  Log Message:
  ---
  fix clang warning about preventing copy elision (#330)




[vz-dev] [volkszaehler/vzlogger] 87b7cd: Typo

2017-09-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 87b7cda548bccd31bb4e210b91676da48ed9138e
  
https://github.com/volkszaehler/vzlogger/commit/87b7cda548bccd31bb4e210b91676da48ed9138e
  Author: andig 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M config.hpp.in

  Log Message:
  ---
  Typo




[vz-dev] [volkszaehler/vzlogger] 9eddc1: fix cross-compiling

2017-09-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 9eddc1b40ba5c3337a18635fbf4912ae3c9c8db3
  
https://github.com/volkszaehler/vzlogger/commit/9eddc1b40ba5c3337a18635fbf4912ae3c9c8db3
  Author: Hannes Schmelzer 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M modules/CompilerFlags.cmake

  Log Message:
  ---
  fix cross-compiling

The cmake module 'CompilerFlags' trys to run some build output, which
doesn't work in cross-compiling mode (for example building on a x86 host
we cannot run ARM binaries there).

We modify therefore the check in case of cross-compiling into a simple
"does-compile" check rather then try running the binary.

Behaviour on native build ist the same as before.

Signed-off-by: Hannes Schmelzer 


  Commit: 80b8511f78c37f1c19ec5bb5d3bc57c978255860
  
https://github.com/volkszaehler/vzlogger/commit/80b8511f78c37f1c19ec5bb5d3bc57c978255860
  Author: andig 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M modules/CompilerFlags.cmake

  Log Message:
  ---
  Merge pull request #328 from oe5hpm/fix-cross-compile

Fix cross-compiling (#328)


Compare: 
https://github.com/volkszaehler/vzlogger/compare/24a36c5d2931...80b8511f78c3

[vz-dev] [volkszaehler/vzlogger] 6c089d: avoid compiler warnung due to uninitalized variabl...

2017-09-26 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 6c089d453eefb8f3c9ef4858dbf664f591eb1134
  
https://github.com/volkszaehler/vzlogger/commit/6c089d453eefb8f3c9ef4858dbf664f591eb1134
  Author: Hannes Schmelzer 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/api/MySmartGrid.cpp
M src/protocols/MeterOMS.cpp

  Log Message:
  ---
  avoid compiler warnung due to uninitalized variabled

Signed-off-by: Hannes Schmelzer 


  Commit: 24a36c5d29313a2e09557f861756042dc5c2b7e8
  
https://github.com/volkszaehler/vzlogger/commit/24a36c5d29313a2e09557f861756042dc5c2b7e8
  Author: andig 
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M src/api/MySmartGrid.cpp
M src/protocols/MeterOMS.cpp

  Log Message:
  ---
  Merge pull request #327 from oe5hpm/fix-uninitialized-var

Mute cross-compile warning (#327)


Compare: 
https://github.com/volkszaehler/vzlogger/compare/6911dbb5b96a...24a36c5d2931

[vz-dev] [volkszaehler/volkszaehler.org] dd2a88: Refactor array type cast (#631)

2017-09-25 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: dd2a88edbdb04dd5e9b076ea478e24966609f927
  
https://github.com/volkszaehler/volkszaehler.org/commit/dd2a88edbdb04dd5e9b076ea478e24966609f927
  Author: andig 
  Date:   2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
M lib/Controller/AggregatorController.php
M lib/Controller/Controller.php
M lib/Controller/DataController.php

  Log Message:
  ---
  Refactor array type cast (#631)




  1   2   3   4   5   6   7   >