Home Assistant Interface
RoomSense IQ supports the integration of Home Assistant through MQTT auto-discovery protocol. Follow the steps below to create the interface.
Note: Before proceeding, ensure that the MQTT settings are configured correctly as explained on the settings page and that the connection to the broker has been successfully established.
1. Install MQTT Mosquitto Broker add-on and run it on your HA.
2. Navigate to the "Home Assistant Settings" tab and go to "Devices & Services." Find the MQTT integration, click "configure," and then "submit." A device called "RoomSense IQ" will then appear.
3. All entities will then be available under the RoomSense IQ device. Entity names follow this format:
roomsense_iq_<location><type><serial number>
Note: You may need to restart your Home Assistant to view all entities.
The tables below provide details about each entity.
Entity Name |
Unit |
Description |
---|---|---|
roomsense_iq_<location>_pir_<sn> |
|
Passive Infrared sensor (off = No motion, on = Motion) |
roomsense_iq_<location>_presence_<sn> |
Presence of a person in the room (pir AND radar) |
|
roomsense_iq_<location>_distance_cm_<sn> |
cm |
Distance to an occupant in centimeters |
roomsense_iq_<location>_distance_ft_<sn> |
ft |
Distance to an occupant in feet |
roomsense_iq_<location>_light_<sn> |
raw |
Light levels |
roomsense_iq_<location>_location_<sn> |
Location of the sensor |
|
roomsense_iq_<location>_movement_direction_<sn> |
Direction of walking movement |
|
roomsense_iq_<location>_temperature_c_<sn> |
°C |
Temperature in Celsius |
roomsense_iq_<location>_temperature_f_<sn> |
F |
Temperature in Fahrenheit |
roomsense_iq_<location>_humidity_<sn> |
% |
Humidity levels in the room |
Entity Name |
Unit |
Description |
---|---|---|
roomsense_iq_<location>_dew_point_<sn> |
°C |
Dew point based on temperature and humidity |
roomsense_iq_<location>_co2_<sn> |
ppm |
Carbon dioxide levels in the room |
roomsense_iq_<location>_co_<sn> |
ppm |
Carbon monoxide levels in the room |
roomsense_iq_<location>_pm1_<sn> |
μg/m3 |
Concentration of particulate matter less than 1 micrometer in diameter |
roomsense_iq_<location>_pm2_5_<sn> |
μg/m3 |
Concentration of particulate matter less than 2.5 micrometers in diameter |
roomsense_iq_<location>_pm10_<sn> |
μg/m3 |
Concentration of particulate matter less than 10 micrometers in diameter |
roomsense_iq_<location>_tvoc_<sn> |
index |
Total volatile organic compounds in the air |
roomsense_iq_<location>_co_status_<sn> |
Status of carbon monoxide levels (No Alarm, Carbon Monoxide Detected) |
|
roomsense_iq_<location>_pm_status_<sn> |
Status of particulate matter levels (No Alarm, Elevated Levels, Extremely High) |