ThermoPro

Integrates ThermoPro devices into KS Assistant.

Supported devices

The ThermoPro integration will automatically discover devices once the Bluetooth integration is enabled and functional.

Configuration

To add the ThermoPro integration to your KS Assistant instance, use this My button:

Manual configuration steps

If the above My button doesn’t work, you can also perform the following steps manually:

Buttons

These actionsActions are used in several places in KS Assistant. As part of a script or automation, actions define what is going to happen once a trigger is activated. In scripts, an action is called sequence. [Learn more] allow one to set the time on supported devices (TP358, TP393) via KS Assistant.

Button Set Date&Time

Sets the date & time on target devices to the system time in 24-hour notation. The device is capable of showing 12-hour notation (AM/PM) but setting this is currently not implemented.

For example, the following automation sets the datetime of the thermometer each day.

mode: single
triggers:
  - trigger: time
    at: "03:03:03"
conditions: []
actions:
  - action: button.press
    target:
      entity_id: button.tp_358_xxxx_your_device_set_date_time
    data: {}