Skip to main content

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())

Release files for plum-econet 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for plum-econet 1.1.0
File Size Uploaded
plum_econet-1.1.0.tar.gz 16.8 kB Details

Release files / plum_econet-1.1.0.tar.gz

Download URL plum_econet-1.1.0.tar.gz
Size 16.8 kB
Tags Source
SHA-256 checksum
How to use checksums
6b0b26dbe82d851f4fa7fccd77afe269cd0676abf1af4903aeabe5043b670d63
BLAKE2b-256 checksum
How to use checksums
a58c32f5cde091afbc563054bfd69996d49f1c8bf8edf0307d44cc82a2e95227
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release history Release notifications | RSS feed

This release

1.1.0 This release

1 release file

1.0.0

1 release file

0.13.0

1 release file

0.12.0

1 release file

0.11.1

1 release file

0.11.0

1 release file

0.10.0

1 release file

0.9.3

1 release file

0.9.1

1 release file

0.9.0

1 release file

0.8.1

1 release file

0.8.0

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page