Skip to main content

A tool for controlling Hcalory diesel heaters over Bluetooth.

Project description

hcalory-control

A little tool to control BLE-capable Hcalory heaters. This has only been tested on the Hcalory W1 model.

CLI Usage

❯ hcalory-control --help
usage: hcalory-control [-h] --address ADDRESS {start_heat,stop_heat,up,down,gear,thermostat,pump_data}

positional arguments:
  {start_heat,stop_heat,up,down,gear,thermostat,pump_data}

options:
  -h, --help            show this help message and exit
  --address ADDRESS     Bluetooth MAC address of heater

To get the current state of the heater, use pump_data:

❯ hcalory-control --address ec:b1:c3:00:4d:61 pump_data
{
    "ambient_temperature": 87,
    "body_temperature": 226,
    "heater_mode": "thermostat",
    "heater_setting": 74,
    "heater_state": "running",
    "voltage": 13
}

Temperature/"gear" mode changes are done by incrementing/decrementing, not by setting the absolute value you want:

❯ hcalory-control --address ec:b1:c3:00:4d:61 up
Before command:
{
    "ambient_temperature": 86,
    "body_temperature": 219,
    "heater_mode": "thermostat",
    "heater_setting": 74,
    "heater_state": "running",
    "voltage": 13
}
After command:
{
    "ambient_temperature": 86,
    "body_temperature": 219,
    "heater_mode": "thermostat",
    "heater_setting": 75,
    "heater_state": "running",
    "voltage": 13
}

Usage as a library

The main and run_command functions should serve as a decent example. Getting the current running state out of these heaters is weird. In order to get your notification on the read characteristic to give you anything, you have to ask the heater to send something by writing to the write characteristic. The official app does this once a second, which seems wildly inefficient to me. I've no idea why they didn't just make the heater push data out on its own when things changed.

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

hcalory_control-0.0.6.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

hcalory_control-0.0.6-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file hcalory_control-0.0.6.tar.gz.

File metadata

  • Download URL: hcalory_control-0.0.6.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.1

File hashes

Hashes for hcalory_control-0.0.6.tar.gz
Algorithm Hash digest
SHA256 f62c6fff80d24b4fb1c6ec71c9fc31ac66dce650d39a77265cffd55a48932a01
MD5 535b7004a99aaeed70c5e0112eb859fd
BLAKE2b-256 1497c814284740f797d1af10526cb01d37d321af3b97d981e0f89c787cb790d1

See more details on using hashes here.

File details

Details for the file hcalory_control-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for hcalory_control-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 03f2431653e1e36d061a6e107f37de6e04a4b73e46febe98865692c1d5ca87c3
MD5 3a9e5fe05abd3b90b02a201c3d0fed07
BLAKE2b-256 e849d6b7d9d4afe52e8a2d6ba72f6d7c4d40ab202e0d33505afe50b1d698759a

See more details on using hashes here.

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