As Jashom said you cannot do floating point type numbers with PLUS1 controllers, so that's one thing that you'll need to handle (which is pretty much as easy as just scaling down your load factor and maybe using bit shifting). Also, is it possible that your Danfoss display isn't programmed to correctly unpack the data? Double check which bytes you're combining, what order they're in, and what the scaling/offset is.
On that image you posted the red crosses indicate that those lines aren't actually connected, so that won't compile. Ebby, we'd need technical documents on your sensor to say for sure if that looks correct. Also, it seems weird that what I think are your first two bytes are S8 data type while 2 and 3 are U8 (and 4 - 7 are U16?). I'd double check your data typing.