Page 1 of 1

PMS5003 dust sensor, receiving data from ESPEasy

Posted: Tuesday 26 September 2017 12:05
by phantasm
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:

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
}
]}>
Unit should be [ug / m3]
Are you able to provide such type of sensor or guide me how to extract the data to Domoticz?

Re: PMS5003 dust sensor, receiving data from ESPEasy

Posted: Friday 16 February 2018 17:42
by romix
Hi, have you found a solution for this problem yet? I have just installed a PMS1003 on a Wemos D1 lite, running ESP 2.0, like you.
A custom sensor only reads one of the outputs (PM1.0), we want all three.