ioBroker.modbus
ioBroker.modbus copied to clipboard
Request: Double (Float64) WordSwap Support
The Go.E Charger supports now the setting of the Energy in Wh to be charged (it will stop automatically afterwards). For some strange reasons they decided to use a Float64 Type for this (even though in the Mobile App the amount can only be set in kWh). For all other Values the Wallbox uses WordSwap on 32 Bit Integers. As the Double Big Endian Datatype does not work at all and little Endian gives strange results, I assume that a Word/Byte Swap is needed. Could you add this?
That would be great!!! I did some research and it would need this format: AABBCCDDEEFFGGHH => GGHHEEFFCCDDAABB
Would be incredible if you could implement this. Many thanks!