Ds18b20 Node-red-piervin-sensor-wired not work on rpi zero wh with node red 1.02

Your node output contains an object with id and temperature. You need to add a change node to get the temperature. Set msg.payload to msg.payload.temperature, that should do the trick.