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
F125497696: D48431.diff
Fri, Aug 8, 10:13 AM
Unknown Object (File)
Sat, Aug 2, 8:49 PM
Unknown Object (File)
Sat, Aug 2, 3:06 PM
Unknown Object (File)
Fri, Aug 1, 10:22 PM
Unknown Object (File)
Thu, Jul 31, 10:25 PM
Unknown Object (File)
Wed, Jul 30, 10:50 AM
Unknown Object (File)
Mon, Jul 28, 12:17 AM
Unknown Object (File)
Sun, Jul 27, 5:03 AM
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 Skipped
Unit
Tests Skipped

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.Feb 7 2025, 4:56 PM

All requested bits has been done !

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