Page MenuHomeFreeBSD

[NEW-PORT] comms/py-sdm_modbus: Library for Eastron SDM kWh meters
ClosedPublic

Authored by kiwi on Jan 11 2025, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 14, 8:16 PM
Unknown Object (File)
Fri, Feb 7, 5:04 PM
Unknown Object (File)
Tue, Jan 28, 10:55 PM
Unknown Object (File)
Tue, Jan 28, 10:55 PM
Unknown Object (File)
Tue, Jan 28, 10:55 PM
Unknown Object (File)
Tue, Jan 28, 10:54 PM
Unknown Object (File)
Tue, Jan 28, 10:34 PM
Unknown Object (File)
Wed, Jan 22, 4:17 PM
Subscribers
None

Details

Summary
comms/py-sdm_modbus: Library for Eastron SDM kWh meters

Library that collects data from Eastron SDM single and three phase kWh
meters over Modbus RTU or Modbus TCP

Approved by: 0mp (mentor)
Test Plan

Tested with python 3.11 on FreeBSD 14.2 with some modbus TCP Eastron Meters.
Pet portlint/portclippy
Poudriere test on 14.2

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kiwi requested review of this revision.Jan 11 2025, 5:30 PM
kiwi created this revision.
0mp requested changes to this revision.Jan 13 2025, 3:43 PM
0mp added inline comments.
comms/py-sdm_modbus/Makefile
3

Please use DISTVERSION by default. Only use PORTVERSION if necessary.

comms/py-sdm_modbus/pkg-descr
3
This revision now requires changes to proceed.Jan 13 2025, 3:43 PM
kiwi marked 2 inline comments as done.

Added suggested changes

One more question before we land it :)

comms/py-sdm_modbus/Makefile
19

BTW, is this one necessary?

In D48431#1105468, @0mp wrote:

One more question before we land it :)

Well after tests, this is not necessary, update will come soon

Looks almost perfect. Two small bits left then it's ready to land.

comms/py-sdm_modbus/Makefile
3
comms/py-sdm_modbus/pkg-descr
3

The period is still missing.

Use DISTVERSION
Added missing dot at end of pkg-descr

kiwi marked 2 inline comments as done.Fri, Feb 7, 4:56 PM

All requested bits has been done !

This revision is now accepted and ready to land.Fri, Feb 7, 4:57 PM