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

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.6 -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 Distribution

volkszaehler-0.1.1.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file volkszaehler-0.1.1.tar.gz.

File metadata

  • Download URL: volkszaehler-0.1.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for volkszaehler-0.1.1.tar.gz
Algorithm Hash digest
SHA256 78f9ba36cfcfdfbffdf3fbd8f5c75b802192cf64d63d91cc10144523e7e14729
MD5 beb98c506f12e6fd8a1b0668ef88ca9e
BLAKE2b-256 de4898222d6f7bfeeaac5f4b38904e3457d7a262ba7b68f7814e3e645830f166

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