Sum up three outputs from mqtt

You have told it to Combine Each msg.svalue1, but the messages do not have a property svalue1, they do have a property payload.svalue1. Change the Combine each to msg.payload.svalue1, then look at the svalue1 property of the payload in the output debug.

By adding a Change node you can make the output simpler, it may seem like a waste of resources but maybe makes it easier to follow what it going on. This can be particularly useful when you re-visit a flow six months later and haven't the foggiest idea how it is supposed to work.

[{"id":"b108c597.c51b7","type":"debug","z":"514a90a5.c7bae8","name":"uitkomst","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":666,"y":308,"wires":[]},{"id":"7c71bff4.71fb88","type":"switch","z":"514a90a5.c7bae8","name":"Delivery_P1","property":"payload.idx","propertyType":"msg","rules":[{"t":"eq","v":"25","vt":"str"},{"t":"eq","v":"24","vt":"str"},{"t":"eq","v":"23","vt":"str"}],"checkall":"true","repair":false,"outputs":3,"x":327,"y":207,"wires":[["76c10d9c.d8c7cc","3182d7ac.2969a"],["76c10d9c.d8c7cc","3182d7ac.2969a"],["76c10d9c.d8c7cc","3182d7ac.2969a"]]},{"id":"f9ec7181.be9098","type":"join","z":"514a90a5.c7bae8","name":"opgeteld","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"3","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":709,"y":208,"wires":[["b108c597.c51b7"]]},{"id":"76c10d9c.d8c7cc","type":"debug","z":"514a90a5.c7bae8","name":"#1","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":503,"y":100,"wires":[]},{"id":"bbceff77.112588","type":"inject","z":"514a90a5.c7bae8","name":"","topic":"","payload":"{\"Battery\":255,\"RSSI\":12,\"description\":\"\",\"dtype\":\"Usage\",\"id\":\"0000000\",\"idx\":25,\"name\":\"Delivery L3\",\"nvalue\":0,\"stype\":\"Electric\",\"svalue1\":\"25.0\",\"unit\":6}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":87,"y":167,"wires":[["7c71bff4.71fb88"]]},{"id":"74a13e6b.7952a8","type":"inject","z":"514a90a5.c7bae8","name":"","topic":"","payload":"{\"Battery\":255,\"RSSI\":12,\"description\":\"\",\"dtype\":\"Usage\",\"id\":\"0000000\",\"idx\":23,\"name\":\"Delivery L1\",\"nvalue\":0,\"stype\":\"Electric\",\"svalue1\":\"23.0\",\"unit\":4}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":87,"y":247,"wires":[["7c71bff4.71fb88"]]},{"id":"6e5c44f7.0e8abc","type":"inject","z":"514a90a5.c7bae8","name":"","topic":"","payload":"{\"Battery\":255,\"RSSI\":12,\"description\":\"\",\"dtype\":\"Usage\",\"id\":\"0000000\",\"idx\":24,\"name\":\"Delivery L2\",\"nvalue\":0,\"stype\":\"Electric\",\"svalue1\":\"24.0\",\"unit\":5}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":87,"y":207,"wires":[["7c71bff4.71fb88"]]},{"id":"3182d7ac.2969a","type":"change","z":"514a90a5.c7bae8","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"payload.name","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"payload.svalue1","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":534.5,"y":208,"wires":[["f9ec7181.be9098"]]}]