This is the Debug Messsage and I would like to add the 2663.03774 and 3205.9554799999996 and show the value in a gauge
3/8/2023, 11:10:04 AMnode: Total DC Watts
sbfspot/2130438358 : msg.payload : Object
object
sbfspot/2130438237: 2663.03774
sbfspot/2130438358: 3205.9554799999996
This is what I tried but it does not work: Get a NaN message
3/8/2023, 11:45:03 AM[node: Total DC Watts](http://192.168.1.110:1880/#)sbfspot/2130438358 : msg.payload : number
NaN
This is my edit node
msg.payload = (msg.payload.sbfspot / 2130438237) + (msg.payload.sbfspot / 2130438358);
return msg;