Monitors indoor air quality including CO2, formaldehyde, VOCs, and particulate matter.
Overview
The Inbiot Mica Wall is an indoor air quality sensor communicating over Modbus RTU at 9600 baud. This template reads temperature, humidity, CO2, formaldehyde, total VOCs, suspended particles, and a renovation-hour signal indicating when ventilation is needed.
Key readings
Temperature
Humidity
CO2
Formaldehyde / O3
VOCs
PMs and Renovation-hour
Use cases
Monitor CO2, humidity, and temperature trends in office buildings to verify ventilation performance.
Create an alert when the renovation-hour signal activates so the building manager is notified to increase ventilation.
Log formaldehyde and TVOC levels over time to document indoor air quality compliance for building certifications.
Track particulate matter readings across multiple zones by deploying several Mica Wall sensors on one Modbus RTU bus.
Generate periodic IAQ reports for facility managers using historical data stored in the ModbusCloud platform.
Installation
1Wire the Inbiot Mica Wall to the ModbusCloud gateway (MCG or MLP series) using a shielded RS-485 cable, connecting A, B, and GND terminals.
2Set the Modbus RTU slave address on the Mica Wall according to its configuration manual, ensuring it does not conflict with other devices on the same bus.
3Confirm the baud rate is set to 9600 on both the Mica Wall and the ModbusCloud gateway.
4Import the Inbiot Mica Wall template from the ModbusCloud template library into your project.
5Assign the correct slave address in the template configuration to match the physical device address.
6Verify that temperature, humidity, and other readings appear on the ModbusCloud dashboard within a few polling cycles.
Things to watch for
01
Why do temperature and humidity show incorrect or very large values?
Temperature and humidity are stored as float32 values spanning two registers each. Ensure the byte order and word order in your gateway configuration match the Mica Wall's format. The template handles this automatically, but manual overrides can cause misreads.
02
What baud rate and serial settings should I use?
The default is 9600 baud, 8 data bits, no parity, 1 stop bit (8N1). If you have changed the settings on the Mica Wall, update the gateway serial port configuration to match.
03
Can I connect multiple Mica Wall sensors to one gateway?
Yes. Assign a unique Modbus slave address to each Mica Wall and add a separate template instance per device in ModbusCloud. Keep the total bus length within RS-485 limits and use proper termination resistors.
04
What does the renovation-hour register indicate?
It is a uint16 value that signals when indoor air quality has degraded enough to warrant ventilation. You can use this value to create threshold-based alerts in ModbusCloud.
Registers (7)
7 read / 0 write
Name
Address
Function
Type
Unit
Access
Temp.
1
FC03
float32
°C
R
CO2
3
FC03
uint16
ppm
R
Humidity
2
FC03
float32
%
R
Formaldehyde _ O3
4
FC03
uint16
ug/m3
R
COVs
5
FC03
uint16
ug/m3
R
PMs
6
FC03
uint16
ug/m3
R
Renovation-hour
7
FC03
uint16
ren / hora
R
Working with Modbus in your projects?
ModbusCloud is the hardware-plus-software platform that installers use to monitor, visualise and control Modbus devices from one portal. This template is one of hundreds you can use right away.