PMS5003 dust sensor, receiving data from ESPEasy
Posted: Tuesday 26 September 2017 12:05
Hi
I've got dust sensor PMS5003 connected thru NodeMCU with ESPEasy FW (v2.0.0-dev12).
This dust sensor gives three different values - PM1.0, PM2.5 and PM10 particles.
I would like to add whole three as a one device in Domoticz, unofrtunately now using Custom sensor it gives me only the first value which is PM1.0.
Are you able to prepare new device with three variables for this kind of sensor?
I attached ss from espeasy and below is JSON:
Unit should be [ug / m3]
Are you able to provide such type of sensor or guide me how to extract the data to Domoticz?
I've got dust sensor PMS5003 connected thru NodeMCU with ESPEasy FW (v2.0.0-dev12).
This dust sensor gives three different values - PM1.0, PM2.5 and PM10 particles.
I would like to add whole three as a one device in Domoticz, unofrtunately now using Custom sensor it gives me only the first value which is PM1.0.
Are you able to prepare new device with three variables for this kind of sensor?
I attached ss from espeasy and below is JSON:
Code: Select all
{"System":{
"Build": 20000,
"Unit": 0,
"Uptime": 64,
"Free RAM": 18680
},
"Sensors":[
{
"TaskName": "PMS5003_dust",
"pm1.0": 15.00,
"pm2.5": 24.00,
"pm10": 26.00
}
]}>
Are you able to provide such type of sensor or guide me how to extract the data to Domoticz?