Releases: nmakel/sdm_modbus
Releases · nmakel/sdm_modbus
0.7.0
0.6.1
0.6.0
- Fixed breaking change in pymodbus 3.0.0 release
- Reverted from poetry to setup.py packaging
- Added missing holding registers to SDM120 (thanks @radokristof )
- Added SDM120 documentation v2.5
0.5.3
- Added support for Eastron SDM72D-M v2 (thanks @MartinKutz)
- Corrected documentation of
read_all()
to reflect actual implementation (thanks @radokristof)
0.5.2
0.5.1
0.5.0
- Warning: renamed various p1/p2/p3 registers to conform to industry wide convention to use l1/l2/l3.
- New devices: Garo GNM3D-RS485 (thanks @ksjoberg) and a ESP2866/ESP32 based DSMR 5.0 P1 meter.
- Fixed inherited parent connection unit logic.
- Switched to poetry build system. (thanks @ksjoberg)
- Added testing framework. (thanks @ksjoberg)
- Scaling informating added to register maps, usable by adding
scaling=True
toread_all()
orread()
functions. - Extended SDM72 registers, PR #11. (thanks @thokis)