Just wondered if someone could help me with a little issue of mine?
I’m trying to poll some data from my schneider smartlink system, and the data type is int64.
How will I be able to get these values in my openhab2 system?
the version 2 of the binding does not yet support int64 type directly, at least not the same way as int32 or float32. However, you should be able to form the number based on advice from @BrutalBirdie.