From 587723f338c8b4996738ddd618d9577e6f997910 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 19 Feb 2024 14:39:04 +0200 Subject: [PATCH] Add SMA-Tripower inverter protocol to builds --- .github/workflows/compile-all-batteries.yml | 1 + .github/workflows/compile-all-combinations.yml | 1 + .github/workflows/compile-all-inverters.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/compile-all-batteries.yml b/.github/workflows/compile-all-batteries.yml index c0c1493e..7e2febc5 100644 --- a/.github/workflows/compile-all-batteries.yml +++ b/.github/workflows/compile-all-batteries.yml @@ -49,6 +49,7 @@ jobs: # - LUNA2000_MODBUS # - PYLON_CAN # - SMA_CAN +# - SMA_TRIPOWER_CAN # - SOFAR_CAN # - SOLAX_CAN diff --git a/.github/workflows/compile-all-combinations.yml b/.github/workflows/compile-all-combinations.yml index 7a507f58..38f5aba4 100644 --- a/.github/workflows/compile-all-combinations.yml +++ b/.github/workflows/compile-all-combinations.yml @@ -52,6 +52,7 @@ jobs: - LUNA2000_MODBUS - PYLON_CAN - SMA_CAN + - SMA_TRIPOWER_CAN - SOFAR_CAN - SOLAX_CAN diff --git a/.github/workflows/compile-all-inverters.yml b/.github/workflows/compile-all-inverters.yml index 954e263c..55a6787b 100644 --- a/.github/workflows/compile-all-inverters.yml +++ b/.github/workflows/compile-all-inverters.yml @@ -47,6 +47,7 @@ jobs: - LUNA2000_MODBUS - PYLON_CAN - SMA_CAN + - SMA_TRIPOWER_CAN - SOFAR_CAN - SOLAX_CAN