thanks for the info. 
I have adjusted the NodeRed Flow below,
now with all particles areas of the SPS30.
[
{
"id": "168fbfbd.1b349",
"type": "tab",
"label": "Map-Sensor-Community ",
"disabled": false,
"info": "https://devices.sensor.community/sensors"
},
{
"id": "8456d0bc.fbecd",
"type": "comment",
"z": "168fbfbd.1b349",
"name": "Post homematic Data to https://api.sensor.community/v1/push-sensor-data/",
"info": "",
"x": 350,
"y": 60,
"wires": []
},
{
"id": "28c280c5.420378",
"type": "ccu-value",
"z": "168fbfbd.1b349",
"name": "PM_2.5",
"iface": "HmIP-RF",
"channel": "00271D8993DCDA:1",
"datapoint": "MASS_CONCENTRATION_PM_2_5",
"mode": "",
"start": true,
"change": true,
"cache": false,
"queue": false,
"on": 0,
"onType": "undefined",
"ramp": 0,
"rampType": "undefined",
"working": false,
"ccuConfig": "38263145.35ea0e",
"topic": "${CCU}/${Interface}/${channel}/${datapoint}",
"x": 140,
"y": 180,
"wires": [
[
"6273c588.8e5af4"
]
]
},
{
"id": "7b740d5b.d39214",
"type": "ccu-value",
"z": "168fbfbd.1b349",
"name": "PM_10",
"iface": "HmIP-RF",
"channel": "00271D8993DCDA:1",
"datapoint": "MASS_CONCENTRATION_PM_10",
"mode": "",
"start": true,
"change": true,
"cache": false,
"queue": false,
"on": 0,
"onType": "undefined",
"ramp": 0,
"rampType": "undefined",
"working": false,
"ccuConfig": "38263145.35ea0e",
"topic": "${CCU}/${Interface}/${channel}/${datapoint}",
"x": 140,
"y": 240,
"wires": [
[
"99377a93.bbeef"
]
]
},
{
"id": "91343d53.60237",
"type": "debug",
"z": "168fbfbd.1b349",
"name": "",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 1010,
"y": 380,
"wires": []
},
{
"id": "bb44220e.9c8ae",
"type": "ccu-value",
"z": "168fbfbd.1b349",
"name": "PM_Temperature",
"iface": "HmIP-RF",
"channel": "00271D8993DCDA:1 Feinstaubsensor:1",
"datapoint": "ACTUAL_TEMPERATURE",
"mode": "",
"start": true,
"change": true,
"cache": false,
"queue": false,
"on": 0,
"onType": "undefined",
"ramp": 0,
"rampType": "undefined",
"working": false,
"ccuConfig": "38263145.35ea0e",
"topic": "${CCU}/${Interface}/${channel}/${datapoint}",
"x": 170,
"y": 300,
"wires": [
[
"e00d9f12.d75c1"
]
]
},
{
"id": "1f67f8c6.2f425f",
"type": "ccu-value",
"z": "168fbfbd.1b349",
"name": "PM_Humidity",
"iface": "HmIP-RF",
"channel": "00271D8993DCDA:1 Feinstaubsensor:1",
"datapoint": "HUMIDITY",
"mode": "",
"start": true,
"change": true,
"cache": false,
"queue": false,
"on": 0,
"onType": "undefined",
"ramp": 0,
"rampType": "undefined",
"working": false,
"ccuConfig": "38263145.35ea0e",
"topic": "${CCU}/${Interface}/${channel}/${datapoint}",
"x": 160,
"y": 360,
"wires": [
[
"1cb5402.8992d4"
]
]
},
{
"id": "6273c588.8e5af4",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_pm25",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "pm25",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 420,
"y": 180,
"wires": [
[
"cc7a7438.78d0f"
]
]
},
{
"id": "cc7a7438.78d0f",
"type": "join",
"z": "168fbfbd.1b349",
"name": "",
"mode": "custom",
"build": "object",
"property": "payload",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "3",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 630,
"y": 180,
"wires": [
[
"7dca90ee.dd1e"
]
]
},
{
"id": "99377a93.bbeef",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_pm10",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "pm10",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 420,
"y": 240,
"wires": [
[
"cc7a7438.78d0f"
]
]
},
{
"id": "7dca90ee.dd1e",
"type": "function",
"z": "168fbfbd.1b349",
"name": "Prepare json Data",
"func": "msg.headers = {\n \"Content-Type\": \"application/json\",\n \"X-Pin\": \"1\",\n \"X-Sensor\": \"raspi-12345\"\n};\nmsg.payload = {\n \"software_version\": \"NRZ- 2020129\",\n \"sensordatavalues\": [\n {\"value_type\": \"P0\", \"value\": parseFloat(msg.payload.pm0)},\n {\"value_type\": \"P1\", \"value\": parseFloat(msg.payload.pm25)},\n {\"value_type\": \"P2\", \"value\": parseFloat(msg.payload.pm10)}\n ]\n};\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 790,
"y": 180,
"wires": [
[
"6062b7a6.f11b4",
"7e61aafa.bdf9d4"
]
]
},
{
"id": "6062b7a6.f11b4",
"type": "http request",
"z": "168fbfbd.1b349",
"name": "POST PM DATA",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://api.sensor.community/v1/push-sensor-data/",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"x": 1000,
"y": 180,
"wires": [
[]
]
},
{
"id": "209ee0bb.85d3b8",
"type": "function",
"z": "168fbfbd.1b349",
"name": "Prepare json Data",
"func": "msg.headers = {\n \"Content-Type\": \"application/json\",\n \"X-Pin\": \"11\",\n \"X-Sensor\": \"raspi-12345\"\n};\nmsg.payload = {\n \"software_version\": \"NRZ- 2020129\",\n \"sensordatavalues\": [\n {\"value_type\": \"temperature\", \"value\": parseFloat(msg.payload.temperature)},\n {\"value_type\": \"humidity\", \"value\": parseFloat(msg.payload.humidity)},\n {\"value_type\": \"pressure\", \"value\": parseFloat(msg.payload.pressure)}\n ]\n};\nreturn msg;\n\n\n\n",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 810,
"y": 340,
"wires": [
[
"781e1a98.6fd29c",
"91343d53.60237"
]
]
},
{
"id": "781e1a98.6fd29c",
"type": "http request",
"z": "168fbfbd.1b349",
"name": "POST DATA",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://api.sensor.community/v1/push-sensor-data/",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"x": 1010,
"y": 340,
"wires": [
[]
]
},
{
"id": "e00d9f12.d75c1",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_temperature",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "temperature",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 400,
"y": 300,
"wires": [
[
"d31e430e.ec1b48"
]
]
},
{
"id": "d31e430e.ec1b48",
"type": "join",
"z": "168fbfbd.1b349",
"name": "",
"mode": "custom",
"build": "object",
"property": "payload",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "3",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 650,
"y": 340,
"wires": [
[
"209ee0bb.85d3b8"
]
]
},
{
"id": "1cb5402.8992d4",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_humidity",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "humidity",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 410,
"y": 360,
"wires": [
[
"d31e430e.ec1b48"
]
]
},
{
"id": "ab77be26.de1d7",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_pressure",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "pressure",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 490,
"y": 420,
"wires": [
[
"d31e430e.ec1b48"
]
]
},
{
"id": "9339e84a.e1b108",
"type": "json",
"z": "168fbfbd.1b349",
"name": "",
"property": "payload",
"action": "obj",
"pretty": false,
"x": 450,
"y": 540,
"wires": [
[
"8b65c7d6.1a6228"
]
]
},
{
"id": "834eb211.ed0578",
"type": "mqtt in",
"z": "168fbfbd.1b349",
"name": "tele/tasmota_E08D2C/SENSOR",
"topic": "tele/tasmota_E08D2C/SENSOR",
"qos": "2",
"datatype": "json",
"broker": "eec9b617.98a998",
"x": 210,
"y": 420,
"wires": [
[
"9339e84a.e1b108"
]
]
},
{
"id": "2ac9c776.a95bf",
"type": "function",
"z": "168fbfbd.1b349",
"name": "offset",
"func": "msg.payload = Number(msg.payload)+9;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 450,
"y": 460,
"wires": [
[
"ab77be26.de1d7"
]
]
},
{
"id": "8b65c7d6.1a6228",
"type": "function",
"z": "168fbfbd.1b349",
"name": "BME280.Pressure",
"func": "var msg_pres = {payload:msg.payload.BME280.Pressure.toFixed(0)};\nreturn msg_pres;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 490,
"y": 500,
"wires": [
[
"2ac9c776.a95bf"
]
]
},
{
"id": "7e61aafa.bdf9d4",
"type": "debug",
"z": "168fbfbd.1b349",
"name": "",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 990,
"y": 220,
"wires": []
},
{
"id": "7ba02232.4e7db4",
"type": "ccu-value",
"z": "168fbfbd.1b349",
"name": "PM_1",
"iface": "HmIP-RF",
"channel": "00271D8993DCDA:1",
"datapoint": "MASS_CONCENTRATION_PM_1",
"mode": "",
"start": true,
"change": true,
"cache": false,
"queue": false,
"on": 0,
"onType": "undefined",
"ramp": 0,
"rampType": "undefined",
"working": false,
"ccuConfig": "38263145.35ea0e",
"topic": "${CCU}/${Interface}/${channel}/${datapoint}",
"x": 130,
"y": 120,
"wires": [
[
"804459cf.c2b768"
]
]
},
{
"id": "804459cf.c2b768",
"type": "change",
"z": "168fbfbd.1b349",
"name": "set_topic_pm1 = pm0",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "pm0",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 400,
"y": 120,
"wires": [
[
"cc7a7438.78d0f"
]
]
},
{
"id": "38263145.35ea0e",
"type": "ccu-connection",
"name": "192.168.2.113",
"host": "192.168.2.113",
"regaEnabled": true,
"bcrfEnabled": true,
"iprfEnabled": true,
"virtEnabled": true,
"bcwiEnabled": false,
"cuxdEnabled": false,
"regaPoll": true,
"regaInterval": "30",
"rpcPingTimeout": "60",
"rpcInitAddress": "192.168.2.113",
"rpcServerHost": "192.168.2.113",
"rpcBinPort": "2047",
"rpcXmlPort": "2048",
"tls": false,
"inSecure": false,
"authentication": false,
"username": "Username",
"password": "pwd",
"queueTimeout": "5000",
"queuePause": "250",
"contextStore": ""
},
{
"id": "eec9b617.98a998",
"type": "mqtt-broker",
"name": "Mosquitto",
"broker": "192.168.2.122",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": ""
}
]