Skip to main content

Python Wrapper for interacting with the Volkszahler API.

Project description

Python API for interacting with Volkszaehler. At the moment only the consumption of data is supported. Sorry, uploading is not possible.

This module is not official, developed, supported or endorsed by Volkzaehler.

Installation

The module is available from the Python Package Index.

$ pip3 install volkszaehler

On a Fedora-based system or a CentOS/RHEL host with EPEL.

$ sudo dnf -y install python3-volkszaehler

Usage

The file example.py contains an example about how to use this module.

Basically it’s just a wrapper to get the JSON data from a given UUID which represents the device.

$ curl http://demo.volkszaehler.org/middleware.php/data/57acbef0-88a9-11e4-934f-6b0f9ecd95a8.json
{
   "version":"0.3",
   "data":{
      "tuples":[
         [
            1521193871692,
            0.18,
            1
         ]
      ],
      "uuid":"57acbef0-88a9-11e4-934f-6b0f9ecd95a8",
      "from":1521193871682,
      "to":1521193871692,
      "min":[
         1521193871692,
         0.18
      ],
      "max":[
         1521193871692,
         0.18
      ],
      "average":0.18,
      "consumption":0,
      "rows":2
   }
}

Development

For development is recommended to use a venv.

$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

python-volkszaehler is licensed under MIT, for more details check LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

volkszaehler-0.1.3-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file volkszaehler-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: volkszaehler-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for volkszaehler-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 67eaa35679b48845eeb2ead95ba2bd935a8009caa17089d13616119cd24c5d82
MD5 6e4d95333339983e7814c49ecf452a1e
BLAKE2b-256 b19815db3619fb38f1c7bffeb72dda2be041db72d1f5b4b7889ee3a76333fae2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page