Async client for Poolex Silverline / Tuya v3.3 pool heat pumps.
Project description
pysilverline
Async client for Poolex Silverline / Tuya v3.3 pool heat pumps. Speaks the local Tuya protocol (TCP/6668, AES-128-ECB) directly — no cloud, no Smart Life account at runtime.
This package is the I/O layer underneath the
poolex_silverline Home
Assistant integration but works standalone too.
Install
pip install pysilverline
Use
import asyncio
from pysilverline import SilverlineClient
async def main():
client = SilverlineClient(
host="10.0.0.50",
device_id="bf1234567890abcdefghij",
local_key="0123456789abcdef",
)
await client.connect()
state = await client.get_status()
print(state)
await client.set_dp(2, 28) # set target temp to 28 °C
await client.set_dp(4, "BoostHeat")
await client.disconnect()
asyncio.run(main())
Listen for spontaneous push updates from the device:
def on_update(state):
print("push:", state.mode, state.temp_current)
unsub = client.add_listener(on_update)
# ... later
unsub()
Compatible devices
The Tuya schema is shared across the Poolex Silverline FI family and several OEM siblings: Poolex JetLine Selection FI, Steinbach Silent Mini, Brustec BR series, Phalén Calidi XP. DPs 1, 2, 3, 4, 13 are confirmed across the family; DPs 101–111 are firmware-dependent.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysilverline-0.3.5.tar.gz.
File metadata
- Download URL: pysilverline-0.3.5.tar.gz
- Upload date:
- Size: 48.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff2cb6a6d04362e13dfc5ba22307dfd0d1385c8b3c8243f7b73e1b866b84817b
|
|
| MD5 |
df9a5601d0b1fb327b2cc6d730a96c2e
|
|
| BLAKE2b-256 |
8896679e39d0d2c9040a10aa374c83e97f40a7e0ba84171ba208bb463a017041
|
Provenance
The following attestation bundles were made for pysilverline-0.3.5.tar.gz:
Publisher:
pysilverline-pypi.yaml on christianreiss/ha-silverline
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pysilverline-0.3.5.tar.gz -
Subject digest:
ff2cb6a6d04362e13dfc5ba22307dfd0d1385c8b3c8243f7b73e1b866b84817b - Sigstore transparency entry: 1860300736
- Sigstore integration time:
-
Permalink:
christianreiss/ha-silverline@3bd6d2743615ab9556ecc6ba49b4a60b0900a3d4 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/christianreiss
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pysilverline-pypi.yaml@3bd6d2743615ab9556ecc6ba49b4a60b0900a3d4 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file pysilverline-0.3.5-py3-none-any.whl.
File metadata
- Download URL: pysilverline-0.3.5-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a60d797b0c67680f79c60279792c1066775ef25bfccd5549b590d9b12610828
|
|
| MD5 |
a001d1f98ef3d01b72386d41c967d546
|
|
| BLAKE2b-256 |
a03d680da8bea72ccc87404b99547494d030bfa9257ed7d747c419ce7c9bcc8a
|
Provenance
The following attestation bundles were made for pysilverline-0.3.5-py3-none-any.whl:
Publisher:
pysilverline-pypi.yaml on christianreiss/ha-silverline
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pysilverline-0.3.5-py3-none-any.whl -
Subject digest:
7a60d797b0c67680f79c60279792c1066775ef25bfccd5549b590d9b12610828 - Sigstore transparency entry: 1860300887
- Sigstore integration time:
-
Permalink:
christianreiss/ha-silverline@3bd6d2743615ab9556ecc6ba49b4a60b0900a3d4 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/christianreiss
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pysilverline-pypi.yaml@3bd6d2743615ab9556ecc6ba49b4a60b0900a3d4 -
Trigger Event:
workflow_dispatch
-
Statement type: