diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2c7031b..f51ae3d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,7 @@ name: Python application on: push: - branches: [ "main", "dev-*" ] + branches: [ "main", "dev-*", "*/issue*" ] paths-ignore: - '**.md' # Do no build on *.md changes - '**.yml' # Do no build on *.yml changes diff --git a/README.md b/README.md index de53248..67a6ead 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ In the following table you will find an overview of which inverter model has bee A combination with a red question mark should work, but I have not checked it in detail. - + diff --git a/app/src/scheduler.py b/app/src/scheduler.py index 785bbcd..6f54b6d 100644 --- a/app/src/scheduler.py +++ b/app/src/scheduler.py @@ -41,7 +41,7 @@ class Schedule: fnc = getattr(m, "send_modbus_cmd", None) if callable(fnc): await fnc(Modbus.READ_REGS, 0x3008, 21, logging.DEBUG) - if 0 == (cls.count % 30): - # logging.info("Regular Modbus Status request") - await fnc(Modbus.READ_REGS, 0x2007, 2, logging.DEBUG) + # if 0 == (cls.count % 30): + # # logging.info("Regular Modbus Status request") + # await fnc(Modbus.READ_REGS, 0x2007, 2, logging.DEBUG) cls.count += 1
Micro Inverter ModelFw. 1.00.06Fw. 1.00.17Fw. 1.00.20Fw. 1.1.00.0B
Micro Inverter ModelFw. 1.00.06Fw. 1.00.17Fw. 1.00.20Fw. 4.0.10
GEN3 micro inverters (single MPPT):
MS300, MS350, MS400
MS400-D
GEN3 micro inverters (dual MPPT):
MS600, MS700, MS800
MS600-D, MS800-D
✔️✔️✔️
GEN3 PLUS micro inverters:
MS1600, MS1800, MS2000
MS2000-D
✔️