From 41fff7579d66bbf9e4d6ecda103ad9f99ac655c7 Mon Sep 17 00:00:00 2001 From: vaterlangen Date: Sun, 15 Sep 2024 19:50:07 +0200 Subject: [PATCH 1/3] explicitly disable NRF24 when useing CMT + W5500. Fixes #1257 --- docs/DeviceProfiles/opendtu_fusion.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/DeviceProfiles/opendtu_fusion.json b/docs/DeviceProfiles/opendtu_fusion.json index cf20772da..a4d91bc9f 100644 --- a/docs/DeviceProfiles/opendtu_fusion.json +++ b/docs/DeviceProfiles/opendtu_fusion.json @@ -208,6 +208,14 @@ }, { "name": "OpenDTU Fusion v2 with CMT2300A and W5500 ethernet", + "nrf24": { + "miso": -1, + "mosi": -1, + "clk": -1, + "irq": -1, + "en": -1, + "cs": -1 + }, "cmt": { "clk": 6, "cs": 4, From b30df64a732fb5f05146c7d7067850848a62c68d Mon Sep 17 00:00:00 2001 From: vaterlangen Date: Sun, 15 Sep 2024 19:51:44 +0200 Subject: [PATCH 2/3] added missing LED mapping for W5500 profiles --- docs/DeviceProfiles/opendtu_fusion.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/DeviceProfiles/opendtu_fusion.json b/docs/DeviceProfiles/opendtu_fusion.json index a4d91bc9f..7daeedce5 100644 --- a/docs/DeviceProfiles/opendtu_fusion.json +++ b/docs/DeviceProfiles/opendtu_fusion.json @@ -197,6 +197,10 @@ "en": 38, "cs": 37 }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40, @@ -224,6 +228,10 @@ "gpio2": 3, "gpio3": 8 }, + "led": { + "led0": 17, + "led1": 18 + }, "w5500": { "sclk": 39, "mosi": 40, From 906efebfb207d708d0bb1363e035b232691ddf17 Mon Sep 17 00:00:00 2001 From: vaterlangen Date: Mon, 16 Sep 2024 19:20:45 +0200 Subject: [PATCH 3/3] explicitly disable CMT when using NRF + W5500 --- docs/DeviceProfiles/opendtu_fusion.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/DeviceProfiles/opendtu_fusion.json b/docs/DeviceProfiles/opendtu_fusion.json index 7daeedce5..b74058a44 100644 --- a/docs/DeviceProfiles/opendtu_fusion.json +++ b/docs/DeviceProfiles/opendtu_fusion.json @@ -197,6 +197,14 @@ "en": 38, "cs": 37 }, + "cmt": { + "clk": -1, + "cs": -1, + "fcs": -1, + "sdio": -1, + "gpio2": -1, + "gpio3": -1 + }, "led": { "led0": 17, "led1": 18