ThermoWorks Smoke
The thermoworks_smoke
sensor platform pulls data for your ThermoWorks Smoke Thermometer
You will need to have previously registered your smoke to your account via the mobile app and provide the email and password you used to in the configuration for this sensor in order to connect and pull your data.
Configuration
To add the sensors to your installation, add the following to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file:
Configuration Variables
The email address with the device registered in the thermoworks smoke mobile app.
The sensors to add. Default is probe1
and probe2
. The full list is probe1
, probe2
, probe1_min
, probe1_max
, probe2_min
, probe2_max
.
Examples
This section includes some examples of how to use this sensor.
Only Probe 1
This will show only Probe 1 with min and max data.
Ignore a Device
This will exclude a device from creating sensors. You would replace "00:00:00:00:00:00"
with your device’s serial number.
Notify when Probe 1 goes above a certain temperature
This will use an automation to trigger a notification when Probe 1 goes above a temperature stored in an input_number variable.
By default, your smoke is named “My Smoke” in the app. If you have changed it you will need to change the sensor name from my_smoke_probe_1
to your_name_probe_1
.