Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Migrated Code to Python 3 + Support for 4200 Model #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ul-gh
Copy link

@ul-gh ul-gh commented May 31, 2019

  • Added support for Solarmax 4200 device model
    (e.g. using serial => socket connection via netcat command:
    nc -lk localhost 12345 >/dev/ttyUSB0 </dev/ttyUSB0)

  • Added command keywords "PAM" for AC power limit setting and
    "ILM" for L1 current limit setting

  • Fixed handling of "OK/KO" device response.

Ulrich Lukas added 2 commits June 1, 2019 00:53
* Added support for Solarmax 4200 device model
    (e.g. using serial => socket connection via netcat command:
     nc -l localhost 12345 >/dev/ttyUSB0 </dev/ttyUSB0)

* Added command keywords "PAM" for AC power limit setting and
    "ILM" for L1 current limit setting

* Fixed handling of "OK/KO" device response.
Use netcat -lk instead of netcat -l to keep nc running on port closing
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant