sunspec / pysunspec2

SunSpec Python library for interfacing with SunSpec devices.
Apache License 2.0
57 stars 21 forks source link

Modbus client performs full model read on scan when there is no model definition #53

Closed bobfox closed 2 years ago

bobfox commented 2 years ago

The Modbus client performs full model read on scan when there is not model definition. This can cause issues if the model is larger than allowed by a single Modbus read. Without a model definition, there is not point boundary information to guide the reads.