For the last hours I have tried to work it out but since I am back here you know what the answer is.......didn't succeed. I have set up an inject node to simulate json data and tried different options, unfortunately, would not happen today. so here is my test flow I someone could take a look I would be grateful.
[{"id":"e7255c2c.81bb4","type":"inject","z":"e9e4c2cf.74d2","name":"","topic":"tele/Wemos/SENSOR","payload":"{\"Time\":\"2019-07-16T07:16:50\",\"DS18B20-1\":{\"Id\":\"0317714CDDFF\",\"Temperature\":21.9},\"DS18B20-2\":{\"Id\":\"0416A23873FF\",\"Temperature\":22},\"TempUnit\":\"C\"}","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":1340,"wires":[["1f5b6b68.dfdfd5"]]},{"id":"1f5b6b68.dfdfd5","type":"json","z":"e9e4c2cf.74d2","name":"","property":"payload","action":"","pretty":false,"x":290,"y":1400,"wires":[["7f7a2070.721908"]]},{"id":"7f7a2070.721908","type":"change","z":"e9e4c2cf.74d2","name":"","rules":[{"t":"change","p":"payload","pt":"msg","from":"payload[\"DS18B20-1\"].Temperature","fromt":"msg","to":"DS18B20-1","tot":"msg"},{"t":"change","p":"payload","pt":"msg","from":"payload[\"DS18B20-2\"].Temperature","fromt":"msg","to":"DS18B20-2","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":1360,"wires":[["a8e33692.179f3"]]},{"id":"a8e33692.179f3","type":"debug","z":"e9e4c2cf.74d2","name":"debuginfo","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":640,"y":1340,"wires":[]}]