MQTT payload as input number

Plz format what u post correctly, makes reading it and helping alot easier.

Having said that, states are always a string i believe. So you need to define what u want it to be.
In this case int or float, do not forget to set a default value.

{{ states('sensor.node_1_payloadl') | int(0)}}