Skip to main content

Api wrapper for Plum Econet devices

Project description

Plum Econet api wrapper

This package aims to simplify using Plum Econet api available via local network.

Based on and tested with local router connected to HKS Lazar SmartFire pellet furnace.

Basic usage

import asyncio
from plum_econet import Smartfire

async def main():
    smartfire = Smartfire("<host>", "username", "password")
    await smartfire.update()
    print(f"Current temperature {smartfire.boiler.temperature}")
    print(f"Target temperature {smartfire.boiler.target_temperature}")
    await smartfire.boiler.set_target_temperature(76)
    await asyncio.sleep(5)
    await smartfire.update()
    print(f"Target temperature {smartfire.boiler.target_temperature}")

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

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

plum_econet-0.13.0.tar.gz (9.8 kB view details)

Uploaded Source

File details

Details for the file plum_econet-0.13.0.tar.gz.

File metadata

  • Download URL: plum_econet-0.13.0.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for plum_econet-0.13.0.tar.gz
Algorithm Hash digest
SHA256 a265eea022fdf94d7b366a5ad69d57cae973694bd6836a43bffe56b007100a29
MD5 6c3895062f980adbf9e7c96272bf38fe
BLAKE2b-256 93f83b306a03bceb80910cf5a82e447b0ddfc4c988b090ebfd7d58ecb1c10583

See more details on using hashes here.

Supported by

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