Cheap Zigbee Temperature & Humidity Sensor from Temu – Home Assistant Review

Testing a cheap Zigbee temperature and humidity sensor from Temu with Home Assistant, Zigbee2MQTT, and ZHA. Is this budget sensor worth adding to your smart home?

👉 Buy Zigbee Temperature & Humidity Sensor on Temu

Cheap Zigbee devices have become extremely popular among Home Assistant users. They allow you to expand your smart home with sensors and automation without spending a lot of money. While premium brands like Aqara or Philips Hue offer polished ecosystems, many inexpensive Zigbee devices can provide similar functionality for a fraction of the price.

One category that offers particularly good value is temperature and humidity sensors. These small devices allow you to monitor the climate in different rooms and use the data for advanced automations in Home Assistant.

Zigbee Temperature and Humidity Sensor (Temu)

One example is this inexpensive Zigbee temperature and humidity sensor available on Temu. It is a compact, battery-powered sensor designed to measure ambient temperature and humidity and report the values through a Zigbee network.

For Home Assistant users running ZHA or Zigbee2MQTT, sensors like this can be very useful. Once paired with your Zigbee coordinator, the device typically exposes the following entities:

  • Temperature
  • Humidity
  • Battery level

This data can be used directly in dashboards, graphs, or automations.

Example Use Cases

Advanced Home Assistant setups can use sensors like this in many ways:

  • Monitor humidity levels in basements or bathrooms
  • Trigger ventilation when humidity gets too high
  • Turn on heating if a room temperature drops below a threshold
  • Track climate conditions in a server rack, garage, or greenhouse

Example automation in Home Assistant:

1
2
3
4
5
6
7
8
alias: Turn on ventilation when humidity is high
trigger:
  - platform: numeric_state
    entity_id: sensor.bathroom_humidity
    above: 70
action:
  - service: switch.turn_on
    entity_id: switch.bathroom_fan

Temu Discount

If you want to try this sensor yourself, you can get 30% off your first Temu order.

Use code:

ALE496622

when checking out in the Temu app.

comments powered by Disqus