@rossko57
What are the different readValueType formats.
In thedoc of the registers for my inverter, I see U32, U64, S32 and STR32, S16.
In the modbus doc I dont see S32, STR32 and S16.
What are these type?
Bit value type must be used with coils and discrete inputs. With registers all value types are applicable.
Valid values are:
"int64", "int64_swap", "uint64", "uint64_swap", "float32", "float32_swap", "int32", "int32_swap", "uint32", "uint32_swap", "int16", "uint16", "int8", "uint8", or "bit".
In my original setup (original copied from Nana) I had uint32 readValueType in some data, even though the SMA modbus register says format int32…
Is it a typo/mistake/anything? It doesnt seem to do any harm though.
I have changed it to int32 in my new setup. Still no harm done, (I hope).