Python interface for waterfurnace geothermal systems
Project description
waterfurnace
Python interface for waterfurnace and geostar geothermal systems.
This provides basic sensor readings for waterfurnace geothermal systems by using the websocket interface that exists for the symphony website. This is not a documented or stable interface, so don't use this for critical systems. However, it is useful to record historical usage of your waterfurnace system.
Usage
from waterfurnace.waterfurnace import WaterFurnace
wf = WaterFurnace(user, pass)
wf.login()
data = wf.read()
The waterfurnace symphony service websocket monitors it's usage, so you need to do a data reading at least every 30 seconds otherwise the websocket is closed on the server side for resource constraints. The symphony website does a poll on the websocket every 5 seconds.
The software now supports a CLI. For details, use waterfurnace --help
Known Issues / limitations
- The python websocket code goes into a blocked state after long periods of usage (always takes at least days if not weeks or months to get to this state). I've yet to discover why. Help welcome.
License
- Free software: Apache Software License 2.0
- Documentation: https://waterfurnace.readthedocs.io.
Changelog
1.5.1 (2026-01-31)
- pypi build fixes
1.5.0 (2026-01-31)
- expose detailed location data for waterfurnace (thanks @masterkoppa)
- project main branch transition from
mastertomain - convert .rst to .md docs
- cleanup of obsolete files
1.4.0 (2026-01-09)
- Add get_energy_data, useful for homeassistant (thanks @masterkoppa)
1.3.1 (2026-01-07)
- Automate pypi build process
1.3.0 (2026-01-07)
- CLI enhanced to allow prompt for password (thanks @masterkoppa)
- Allow selecting device if multiple exist in your account (thanks @sam-kleiner)
1.2.0 (2025-09-13)
- Add SSL legacy compatibility to connect with modern SSL. Addresses
UNSAFE_LEGACY_RENEGOTIATION_DISABLEDerror. - Add LeavingWaterTemp and WaterFlowRate sensors (Series 7 WF)
- Added features to CLI (for details see --help)
- Added debug flag
- Added option sensor list specification
- Added continous reporting
- Added ability to specify furnace in a multi unit system
1.1.0 (2019-01-07)
- Fix retry logic
1.0.0 (2018-12-05)
- Detect unit automatically
- Add series 7 sensors
0.7.0 (2018-07-13)
- Add workaround timer to handle socket failures
0.6.0 (2018-02-21)
- Add timeout on socket
0.5.0 (2018-02-16)
- Update exception handling to be more Home Assistant friendly
0.4.0 (2018-02-05)
- More exceptions to distinguish errors we are expecting
0.3.0 (2018-01-23)
- Handle tid rollover
0.2.0 (2018-01-19)
- Library specific exceptions for login failures.
0.1.0 (2018-01-17)
- First release on PyPI.
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 waterfurnace-1.5.1.tar.gz.
File metadata
- Download URL: waterfurnace-1.5.1.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f2baf7e8f51e5523351d21314c81f5e4e9d5a5a3bfdea58e6587800fa5463f0
|
|
| MD5 |
d9fe7c2131980c55d98bf511bce41f7a
|
|
| BLAKE2b-256 |
977458d9a7209b58d8cd4ed6421b7a78c9c9c21b587483fe340243a1514ec0ef
|
Provenance
The following attestation bundles were made for waterfurnace-1.5.1.tar.gz:
Publisher:
pypi-upload.yml on sdague/waterfurnace
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
waterfurnace-1.5.1.tar.gz -
Subject digest:
1f2baf7e8f51e5523351d21314c81f5e4e9d5a5a3bfdea58e6587800fa5463f0 - Sigstore transparency entry: 881406290
- Sigstore integration time:
-
Permalink:
sdague/waterfurnace@289595d402016f43eb68f4bf36b40f4d91cb2520 -
Branch / Tag:
refs/tags/v1.5.1 - Owner: https://github.com/sdague
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-upload.yml@289595d402016f43eb68f4bf36b40f4d91cb2520 -
Trigger Event:
push
-
Statement type:
File details
Details for the file waterfurnace-1.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: waterfurnace-1.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
665794c5ddf349f91286f78f62da251170d09692515ed4ec6d71c55089220412
|
|
| MD5 |
d0b0679ecddbdabe70736bc432b9f824
|
|
| BLAKE2b-256 |
7fc64a0242f96ad7313458cc8f7cfcc65b7675db3bda0ec002be233d44d04cd7
|
Provenance
The following attestation bundles were made for waterfurnace-1.5.1-py2.py3-none-any.whl:
Publisher:
pypi-upload.yml on sdague/waterfurnace
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
waterfurnace-1.5.1-py2.py3-none-any.whl -
Subject digest:
665794c5ddf349f91286f78f62da251170d09692515ed4ec6d71c55089220412 - Sigstore transparency entry: 881406348
- Sigstore integration time:
-
Permalink:
sdague/waterfurnace@289595d402016f43eb68f4bf36b40f4d91cb2520 -
Branch / Tag:
refs/tags/v1.5.1 - Owner: https://github.com/sdague
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-upload.yml@289595d402016f43eb68f4bf36b40f4d91cb2520 -
Trigger Event:
push
-
Statement type: