---
title: iAeris 20
tags: Device Integration
image:
---
# iAeris20
:::info
Sysinno | iAeris2 | 室內空氣品質感測器 (Device in lab: Temperature, Humidity only)
* [產品資訊](https://www.sysinnotec.com/product-cn)
:::
* iAeris simple Command
[iAeris simple Command here](https://hackmd.io/@eric82418/iAeris20SimpleUsermanual)
* config 設定
.00000000000000000000000000000!!!注意Modbus必須將系統範例中的[server device]換成[master,slaves]!!!

```
{
"master": {
"slaves":[
{
"type": "serial",
"method": "rtu",
"port": "/dev/ttyUSB0",
"baudrate": 9600,
"timeout": 35,
"unitId": 2,
"bytesiaze": 8,
"byteOrder":"BIG",
"wordOrder":"BIG",
"retris":true,
"retryOnEmpty":true,
"pollPeriod":5000,
"unitID":1,
"deviceName": "iAeris 20",
"deviceType":"intelligent cabinet",
"attributesPollPeriod": 5000,
"timeseriesPollPeriod": 5000,
"sendDataOnlyOnChange": false,
"connectAttemptTimeMs":5000,
"connectAttempCount":5,
"waitAfterFailedAttemptsMs":300000,
"attributes": [
],
"timeseries":[
{
"tag": "temperature",
"type": "16uint",
"functionCode": 3,
"objectsCount": 1,
"address": 26
},
{
"tag" : "humidity",
"type": "16uint",
"functionCode": 3,
"objectsCount": 1,
"address": 27
},
{
"tag" : "HCHO",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":24
},
{
"tag" : "CO2",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":25
},
{
"tag" : "CO",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":28
},
{
"tag" : "PM10",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":29
},
{
"tag" : "PM2.5",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":30
},
{
"tag" : "TVOC",
"type" : "16uint",
"functionCode":3,
"objectsCount":1,
"address":31
}
],
"attributeUpdates":[
],
"rpc":[
]
}
]
}
}
```
## References
* [Sysinno 官網](https://www.sysinnotec.com/)