Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Module for Solax Gen5 #1972

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

New Module for Solax Gen5 #1972

wants to merge 6 commits into from

Commits on Oct 24, 2024

  1. New Module for Solax Gen5

    Added new Module vor Solax GEN5 Inverters with up to 3 PV Strings and up to 2 Batteries
    rgrae81 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5d93ed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    c39d1da View commit details
    Browse the repository at this point in the history
  2. Update inverter.py

    Error: packages/modules/devices/solax/solax_gen5/inverter.py:3:1: F401 'pymodbus.constants.Endian' imported but unused
    rgrae81 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2152ab2 View commit details
    Browse the repository at this point in the history
  3. Update bat.py

    Error: packages/modules/devices/solax/solax_gen5/bat.py:36:15: E111 indentation is not a multiple of 4
    Error: packages/modules/devices/solax/solax_gen5/bat.py:38:15: E111 indentation is not a multiple of 4
    Error: packages/modules/devices/solax/solax_gen5/bat.py:41:15: E111 indentation is not a multiple of 4
    Error: packages/modules/devices/solax/solax_gen5/bat.py:42:15: E111 indentation is not a multiple of 4
    Error: packages/modules/devices/solax/solax_gen5/bat.py:44:15: E111 indentation is not a multiple of 4
    Error: packages/modules/devices/solax/solax_gen5/bat.py:54:1: E305 expected 2 blank lines after class or function definition, found 1
    rgrae81 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    def46f8 View commit details
    Browse the repository at this point in the history
  4. Update counter.py

    Error: packages/modules/devices/solax/solax_gen5/counter.py:31:121: E501 line too long (138 > 120 characters)
    Error: packages/modules/devices/solax/solax_gen5/counter.py:46:29: E122 continuation line missing indentation or outdented
    Error: packages/modules/devices/solax/solax_gen5/counter.py:50:22: E124 closing bracket does not match visual indentation
    Warning: packages/modules/devices/solax/solax_gen5/counter.py:51:1: W293 blank line contains whitespace
    rgrae81 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bd7f2e1 View commit details
    Browse the repository at this point in the history
  5. Update device.py

     Error: packages/modules/devices/solax/solax_gen5/device.py:10:121: E501 line too long (127 > 120 characters)
    rgrae81 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    34d86db View commit details
    Browse the repository at this point in the history