Solarman modbus integration

Yes sorry, it’s just to format better the result:

deye-temperature.js

(function(data) {
  return (data - 1000) / 10
})(input)

divideBy10.js

(function(data) {
    return data/10;
})(input)