forked from sunspec/pysunspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
43 lines (36 loc) · 2.04 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
========================
pySunSpec Release Notes
========================
Version 1.0.4 21 Jun 2014
---------------------------
- Updated to not read point values of all models on client device creation. Model point values need to be read explicitly after creation either at the device or model level. Speeds up device creation/scan significantly for devices with multiple models.
- Updated connection usage for device scan for Modbus TCP devices.
- Augmented mbmap functionality.
- Augmented SunSpec data record functionality.
- Corrected uninitialized point type variable when processing model types.
- Added support for count and uint64 types.
- Added unit test to read all smdx model files in the model directory.
--- Include latest SMDX model definitions which have been updated with the following changes:
- Common model documentation typo (fix the description for Opt and Vr to correct length of 16 chars)
- Update SC and MPPT models to use "count".
- Changed the 'N' attribute to be of type count. (This does not effect device implementations, clients may treat 'count' as uint16)
- Corrected model name attributes in model 201 and model 306.
Version 1.0.5 7 Apr 2015
---------------------------
- Corrected curve example in documentation.
- Added SMDX symbol support.
- Updated setting of point base value based on type.
- Updated client interface type strings.
- Updated ModbusMap to support 'mapid' attribute.
- Corrected suns integer and long conversion to handle non-string arguments.
- Added support for eui48 (MAC) SunSpec type.
--- Include latest SMDX model definitions which have been updated with the following changes:
- Corrected MAC address point in model 11.
- Added storage models 801, 802, 803.
Version 1.0.6 4 Jun 2015
---------------------------
- Corrected support for constant scale factor.
- Updated to observe point address boundry on model read.
--- Include latest SMDX model definitions which have been updated with the following changes:
- Model 63001 - Added constant scale factor point and label info.
- Model 63002 - Added label info.