home-assistant.io/source/_integrations/beewi_smartclim.markdown

2.4 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_release ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type related ha_quality_scale
BeeWi SmartClim BLE sensor Instructions on how to integrate MBeeWi SmartClim BLE sensor with Home Assistant.
Sensor
0.99 Local Polling
@alemuro
beewi_smartclim
sensor
integration
docs title
/docs/configuration/ Configuration file
legacy

The beewi_smartclim sensor platform allows one to monitor room or external temperature and humidity. The BeeWi SmartClim BLE is a Bluetooth Low Energy sensor device that monitors temperature from a room or a garden from your smartphone by using an APP. Use this integration to track these metrics from any location thanks to Home Assistant, as well as to create some automation scripts based on your room's temperature.

Installation

Depending on the operating system you're running, you have to configure the proper Bluetooth backend on your system:

  • beewi_smartclim will work out of the box as long as the host supports Bluetooth (like the Raspberry Pi does).
  • Using Home Assistant Container installation: Works out of the box with --net=host and properly configured Bluetooth on the host.

Configuration

Start a scan to determine the MAC addresses of the sensor:

$ sudo hcitool lescan
LE Scan ...
D0:5F:B8:51:9B:36 BeeWi SmartClim
[...]

Or if your distribution is using bluetoothctl:

$ bluetoothctl
[bluetooth]# scan on
Discovery started
[CHG] Controller XX:XX:XX:XX:XX:XX Discovering: yes
[NEW] Device D0:5F:B8:51:9B:36 BeeWi SmartClim

Check for BeeWi SmartClim or similar entries, those are your sensor.

To use your Mi Temperature and Humidity sensor in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
sensor:
  - platform: beewi_smartclim
    mac: "xx:xx:xx:xx:xx:xx"

{% configuration %} mac: description: The MAC address of your sensor. required: true type: string name: description: The name displayed in the frontend. required: false type: string {% endconfiguration %}

Full example

A full configuration example could look like the one below:

# Example configuration.yaml entry
sensor:
  - platform: beewi_smartclim
    mac: "xx:xx:xx:xx:xx:xx"
    name: Garden