[vz-dev] [volkszaehler/vzlogger] 1a333c: first version of OMS based meter support

GitHub noreply at github.com
Sun Jul 12 17:54:52 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/vzlogger
  Commit: 1a333c075d5349c9044455ecdcaa8e3192e9fb7c
      https://github.com/volkszaehler/vzlogger/commit/1a333c075d5349c9044455ecdcaa8e3192e9fb7c
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-11 (Sat, 11 Jul 2015)

  Changed paths:
    M CMakeLists.txt
    M config.hpp.in
    M etc/vzlogger_generic.schema.json
    M include/meter_protocol.hpp
    A include/protocols/MeterOMS.hpp
    A modules/FindMBus.cmake
    M src/CMakeLists.txt
    M src/Meter.cpp
    M src/Reading.cpp
    M src/protocols/CMakeLists.txt
    A src/protocols/MeterOMS.cpp
    M tests/CMakeLists.txt
    M tests/mocks/CMakeLists.txt
    A tests/mocks/mock_MeterOMS.cpp
    M tests/ut_api_volkszaehler.cpp

  Log Message:
  -----------
  first version of OMS based meter support


  Commit: 5b821b8d7469008fa71d6c419ad308f4e8797c2d
      https://github.com/volkszaehler/vzlogger/commit/5b821b8d7469008fa71d6c419ad308f4e8797c2d
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-11 (Sat, 11 Jul 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  added libmbus to travis


  Commit: 52ea3a11c0aa8f44f942a9911f7442558112c1a0
      https://github.com/volkszaehler/vzlogger/commit/52ea3a11c0aa8f44f942a9911f7442558112c1a0
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M include/protocols/Protocol.hpp
    M src/protocols/MeterOMS.cpp

  Log Message:
  -----------
  provide the local time with each reading. we can't use meter time as the info is only in min not even secs granularity


  Commit: cd3a8a59d8701ac9d1a4be02309d94b6d1ee3c2d
      https://github.com/volkszaehler/vzlogger/commit/cd3a8a59d8701ac9d1a4be02309d94b6d1ee3c2d
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M CMakeLists.txt
    M src/PushData.cpp
    M src/vzlogger.cpp

  Log Message:
  -----------
  fixed hang on program termination. dumped version to 0.4.3


  Commit: f610eb81c99ef0421cca582e44f82813c22f346d
      https://github.com/volkszaehler/vzlogger/commit/f610eb81c99ef0421cca582e44f82813c22f346d
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M src/protocols/MeterOMS.cpp
    M tests/mocks/mock_MeterOMS.cpp

  Log Message:
  -----------
  use time provided from meter with each reading


  Commit: 4bba322f0fe8d1ccb06c981127f027c88271b361
      https://github.com/volkszaehler/vzlogger/commit/4bba322f0fe8d1ccb06c981127f027c88271b361
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M src/protocols/MeterOMS.cpp
    M tests/mocks/mock_MeterOMS.cpp

  Log Message:
  -----------
  struct tm  months is 0-based not 1-based. all months off by 1


  Commit: 90bd2aa1c47397fbde5c8006c83d85e941b30507
      https://github.com/volkszaehler/vzlogger/commit/90bd2aa1c47397fbde5c8006c83d85e941b30507
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    A etc/vzlogger.conf.meterOMS

  Log Message:
  -----------
  added example conf for meterOMS


  Commit: b4e2799d22ac4ab18d7692227afba4947354ce93
      https://github.com/volkszaehler/vzlogger/commit/b4e2799d22ac4ab18d7692227afba4947354ce93
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M include/protocols/MeterOMS.hpp
    M src/protocols/MeterOMS.cpp

  Log Message:
  -----------
  ignore telegrams with duplicated timeframe


  Commit: 4e9cdd8f4bbac712deea12b6d78f574a6ef0e7b7
      https://github.com/volkszaehler/vzlogger/commit/4e9cdd8f4bbac712deea12b6d78f574a6ef0e7b7
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M src/protocols/MeterOMS.cpp

  Log Message:
  -----------
  reduced trace infos if mbus_debug not activated


  Commit: 343b19afcdb004e1b0d7fe274b9ee97219849a5c
      https://github.com/volkszaehler/vzlogger/commit/343b19afcdb004e1b0d7fe274b9ee97219849a5c
  Author: Matthias Behr <mbehr at mcbehr.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M config.hpp.in
    A etc/vzlogger.conf.meterOMS
    M etc/vzlogger_generic.schema.json
    M include/meter_protocol.hpp
    A include/protocols/MeterOMS.hpp
    M include/protocols/Protocol.hpp
    A modules/FindMBus.cmake
    M src/CMakeLists.txt
    M src/Meter.cpp
    M src/PushData.cpp
    M src/Reading.cpp
    M src/protocols/CMakeLists.txt
    A src/protocols/MeterOMS.cpp
    M src/vzlogger.cpp
    M tests/CMakeLists.txt
    M tests/mocks/CMakeLists.txt
    A tests/mocks/mock_MeterOMS.cpp
    M tests/ut_api_volkszaehler.cpp

  Log Message:
  -----------
  Merge pull request #181 from mbehr1/MeterOMSv1

first version of OMS based meter support


Compare: https://github.com/volkszaehler/vzlogger/compare/d9498b5a3c62...343b19afcdb0


More information about the volkszaehler-dev mailing list