FAQ

How can I integrate an IP thermometer and an IP temperature & humidity sensor with Home Assistant?

Integrating the IP Thermometer with Home Assistant (HA) is straightforward. Just add the following code snippet to your configuration.yaml file and reload your configuration:

rest:
  scan_interval: 10
  resource: http://your_thermometer_ip/t
  sensor:
    - name: "IP Thermometer Basic"

Once added, the sensor will appear in your list of entities. You can then use it in dashboard cards, automations, and more.

To help you get started, we’ve set up a demo device online. Feel free to try it out with your system:
	•	Device main screen: http://ipthermometer.eu:8888/
	•	Temperature data URL: http://ipthermometer.eu:8888/t