-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add Probe Plus integration documentation #38665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
joostlek
merged 8 commits into
home-assistant:next
from
pantherale0:integration/probe_plus
May 19, 2025
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d242a16
Add Probe Plus integration documentation
pantherale0 abba159
Fix typos and standardize 'ha_iot_class' value in Probe Plus document…
pantherale0 cde5580
grammer corrections
pantherale0 617981b
Update source/_integrations/probe_plus.markdown
pantherale0 cc9cf1a
Update source/_integrations/probe_plus.markdown
pantherale0 95074a5
Update source/_integrations/probe_plus.markdown
pantherale0 7220005
Move removal section to end of the page
pantherale0 165e843
tiny style tweaks
c0ffeeca7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: Probe Plus | ||
description: Instructions on how to integrate Probe Plus food temperature probes into Home Assistant. | ||
ha_release: 2025.5.0 | ||
ha_category: | ||
- Sensor | ||
ha_iot_class: local_push | ||
ha_config_flow: true | ||
ha_domain: probe_plus | ||
ha_platforms: | ||
- sensor | ||
ha_bluetooth: true | ||
ha_codeowners: | ||
- '@pantherale0' | ||
ha_integration_type: device | ||
ha_quality_scale: bronze | ||
--- | ||
|
||
The **Probe Plus** {% term integration %} allows you to view food temperature probe details supported by [Probe Plus](https://play.google.com/store/apps/details?id=com.yscoco.thermoex) through Home Assistant. | ||
|
||
c0ffeeca7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
If your probe is within Bluetooth range to your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2. If you are configuring the device manually, your probe needs to be turned on during setup. | ||
|
||
Once the integration is set up, Home Assistant will try to connect to your probe every 15 seconds. This means there is sometimes a small delay between you removing the probe from its dock and Home Assistant connecting to it. | ||
|
||
{% include integrations/config_flow.md %} | ||
|
||
{% configuration_basic %} | ||
Device: | ||
description: "The Bluetooth device that is your probe." | ||
{% endconfiguration_basic %} | ||
|
||
## Available functionality | ||
|
||
### Sensors | ||
|
||
- **Battery**: Current battery level of the relay and probe. | ||
- **Temperature**: Current temperature reading from the probe. | ||
- **Probe signal strength**: The signal strength of the probe to its charging dock. | ||
- **Relay voltage**: Voltage of the battery within the charging dock (not supported on all models). | ||
- **Probe voltage**: Voltage of the battery inside the probe. | ||
|
||
## Supported devices | ||
|
||
The following devices have been tested successfully with this integration: | ||
|
||
- FMC210/FMC213 | ||
|
||
If you have successfully tested this integration with another probe model, please let us know by enhancing this documentation, or by opening an issue in GitHub. | ||
|
||
## Possible use-cases | ||
|
||
This integration can be used to monitor food temperatures, you could combine this with your Home Assistant Voice to alert you when the food has finished cooking. As a bonus, multiple probes are supported and therefore if you are cooking a large family meal, you can view all your food temperatures on one dashboard. | ||
|
||
## Known limitations | ||
|
||
- While this integration is configured for your device, you won't be able to use the official app, as only one connection at a time is supported. | ||
- This assumes that the probe is configured to read the temperature in Celsius. Make sure you have changed this in the app before setting up in case you are using Fahrenheit. A template helper can be used to convert between units. | ||
|
||
## Troubleshooting | ||
|
||
{% details "Device not discovered or found" %} | ||
|
||
Make sure your probe is removed from the charging dock and the dock is within Bluetooth range to your Home Assistant instance. [ESPHome Bluetooth Proxies](https://esphome.io/components/bluetooth_proxy.html) are a great way to increase the range if your instance is too far away. Turn on debug settings in the Probe Plus integration and check your logs. | ||
{% enddetails %} | ||
|
||
## Removing the integration | ||
|
||
This integration follows standard integration removal, no extra steps are required. | ||
|
||
{% include integrations/remove_device_service.md %} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025.6
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the catch! fixed in #39110