You are not sending "Amps" correctly from the transmitter. The receiver is receiving a binary data type as a string, this will yield weird data. You need to either convert "Amps" to a string before transmitting it or you need to receive it as a double.