Skip to main content

Asynchronous Python client for the Powerfox devices

Project description

alt Banner of the Powerfox package

GitHub Release Python Versions Project Stage Project Maintenance License

GitHub Activity PyPi Downloads GitHub Last Commit Open in Dev Containers

Build Status Typing Status Maintainability Code Coverage

Asynchronous Python client for Powerfox devices (poweropti's).

About

A python package with which you can read the data from a poweropti device, via your Powerfox account (cloud polling). Powerfox has various poweropti devices on the market that you can use with a power, heat and water meter.

Installation

pip install powerfox

Datasets

  • List of all your Poweropti devices linked to your account.
  • Get information from a specific Poweropti device.
CLICK HERE! to see all datasets

All Devices

Name Type Description
device_id str The unique identifier of the device.
name str The name of the device.
date_added datetime The date the device was added to your account.
main_device bool If the device is the main device.
bidirectional bool If the device is bidirectional.
division int The division number of the device.

Poweropti for Power meters

Name Type Description
outdated bool If the data from the device is outdated.
timestamp datetime The timestamp of the data.
power int The amount of power used in W.
energy_usage float The amount of energy used (from the grid) in kWh.
energy_return float The amount of energy returned (to the grid) in kWh.
energy_usage_high_tariff float The amount of energy used in kWh during high tariff.
energy_usage_low_tariff float The amount of energy used in kWh during low tariff.

Poweropti for Water meters

Name Type Description
outdated bool If the data from the device is outdated.
timestamp datetime The timestamp of the data.
cold_water float The amount of cold water used in m³.
warm_water float The amount of warm water used in m³.

Example

import asyncio

from powerfox import Powerfox


async def main() -> None:
    """Show example on using this package."""
    async with Powerfox(
        username="EMAIL_ADDRESS",
        password="PASSWORD",
    ) as client:
        devices = await client.all_devices()
        print(devices)


if __name__ == "__main__":
    asyncio.run(main())

More examples can be found in the examples folder.

Class Parameters

Parameter value Type Description
username str The email address of your Powerfox account.
password str The password of your Powerfox account.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! :heart_eyes:

Setting up development environment

The simplest way to begin is by utilizing the Dev Container feature of Visual Studio Code or by opening a CodeSpace directly on GitHub. By clicking the button below you immediately start a Dev Container in Visual Studio Code.

Open in Dev Containers

This Python project relies on Poetry as its dependency manager, providing comprehensive management and control over project dependencies.

You need at least:

Installation

Install all packages, including all development requirements:

poetry install

Poetry creates by default an virtual environment where it installs all necessary pip packages.

Pre-commit

This repository uses the pre-commit framework, all changes are linted and tested with each commit. To setup the pre-commit check, run:

poetry run pre-commit install

And to run all checks and tests manually, use the following command:

poetry run pre-commit run --all-files

Testing

It uses pytest as the test framework. To run the tests:

poetry run pytest

To update the syrupy snapshot tests:

poetry run pytest --snapshot-update

License

MIT License

Copyright (c) 2024 Klaas Schoute

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

powerfox-0.2.0.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

powerfox-0.2.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file powerfox-0.2.0.tar.gz.

File metadata

  • Download URL: powerfox-0.2.0.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for powerfox-0.2.0.tar.gz
Algorithm Hash digest
SHA256 588ed8d06d08f47294ce5db26668b325608fa0685eaea3d3b51421f661872fb6
MD5 5d48b5e9ac7d0b94bd479eac8efe9b8c
BLAKE2b-256 179c54e9cb78413bc2c83ad002bc177f05472bbccd1fba34406a93950d31187f

See more details on using hashes here.

Provenance

The following attestation bundles were made for powerfox-0.2.0.tar.gz:

Publisher: release.yaml on klaasnicolaas/python-powerfox

Attestations:

File details

Details for the file powerfox-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: powerfox-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for powerfox-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4a019fa0552bf1969e3da5727ea1d54f6b9ac14df76c0f3b30b69da9868321f
MD5 ef5c7a472bba4ef21764de8864696321
BLAKE2b-256 0c2df3426c7361175b5c601cc12b425a7944bf1e71a9bac0f81f8b78fa49568b

See more details on using hashes here.

Provenance

The following attestation bundles were made for powerfox-0.2.0-py3-none-any.whl:

Publisher: release.yaml on klaasnicolaas/python-powerfox

Attestations:

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