Skip to content

legrego/homeassistant-combustion

Repository files navigation

🔥 Combustion BLE Integration

Integrate Combustion predictive probes into Home Assistant.

GitHub Release License Project Maintenance

This integration will set up the following platforms.

Platform Description
binary_sensor Show battery status from probes on your Meatnet.
sensor Show temperature data from probes on your Meatnet.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called combustion.
  4. Download all the files from the custom_components/combustion/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. Ensure you have a Combustion device turned on, and within bluetooth range of Home Assistant .
  8. In the HA UI go to "Configuration" -> "Integrations" to see your discovered Combustion device.

Configuration

There is currently no configuration required for this integration. Once the integration discovers your Combustion device(s), it will prompt you to add them on the Integrations page.

Supported devices

This integration supports reading temperature and battery data from Combustion's Predictive Thermometer.

This integration can read data from a probe directly, or via a Meatnet repeater such as the Range-Extending Booster or Range-Extending Display.

This integration will not display information about the repeater itself, only the probes connected to it.

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines

Credits

Combustion, Inc. for their wonderful documentation and code samples.