From 604d33f5e323aa84c48c37454baeb38fb6abc30f Mon Sep 17 00:00:00 2001 From: mmercalde Date: Sat, 21 Jun 2025 16:01:18 -0700 Subject: [PATCH 1/5] Create schneidermodbustcp.json --- libraries/schneidermodbustcp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/schneidermodbustcp.json diff --git a/libraries/schneidermodbustcp.json b/libraries/schneidermodbustcp.json new file mode 100644 index 000000000..00b281bd9 --- /dev/null +++ b/libraries/schneidermodbustcp.json @@ -0,0 +1,12 @@ +{ + "name": "SchneiderModbusTCP", + "version": "1.0.0", + "author": "Michael Mercalde", + "maintainer": "Michael Mercalde ", + "sentence": "Modbus TCP client for Schneider Conext equipment using ESP32.", + "paragraph": "A lightweight Modbus TCP client that supports 16/32-bit register reads and writes, coil control, and Schneider-specific byte/word ordering. Compatible with Conext XW, MPPT, AGS, and Battery Monitor devices.", + "category": "Communication", + "url": "https://github.com/mmercalde/SchneiderModbusTCP", + "architectures": ["esp32"], + "types": ["Arduino"] +} From 3d24e8cc04fb5a9a1601ab001df6f808023f2c7f Mon Sep 17 00:00:00 2001 From: mmercalde Date: Sat, 21 Jun 2025 16:08:21 -0700 Subject: [PATCH 2/5] Delete libraries/schneidermodbustcp.json --- libraries/schneidermodbustcp.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libraries/schneidermodbustcp.json diff --git a/libraries/schneidermodbustcp.json b/libraries/schneidermodbustcp.json deleted file mode 100644 index 00b281bd9..000000000 --- a/libraries/schneidermodbustcp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SchneiderModbusTCP", - "version": "1.0.0", - "author": "Michael Mercalde", - "maintainer": "Michael Mercalde ", - "sentence": "Modbus TCP client for Schneider Conext equipment using ESP32.", - "paragraph": "A lightweight Modbus TCP client that supports 16/32-bit register reads and writes, coil control, and Schneider-specific byte/word ordering. Compatible with Conext XW, MPPT, AGS, and Battery Monitor devices.", - "category": "Communication", - "url": "https://github.com/mmercalde/SchneiderModbusTCP", - "architectures": ["esp32"], - "types": ["Arduino"] -} From 58841056f68f4a93b3bba06a8937f1627bf4b50f Mon Sep 17 00:00:00 2001 From: mmercalde Date: Sat, 21 Jun 2025 16:09:37 -0700 Subject: [PATCH 3/5] Create SchneiderModbusTCP.json --- libraries/SchneiderModbusTCP.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/SchneiderModbusTCP.json diff --git a/libraries/SchneiderModbusTCP.json b/libraries/SchneiderModbusTCP.json new file mode 100644 index 000000000..00b281bd9 --- /dev/null +++ b/libraries/SchneiderModbusTCP.json @@ -0,0 +1,12 @@ +{ + "name": "SchneiderModbusTCP", + "version": "1.0.0", + "author": "Michael Mercalde", + "maintainer": "Michael Mercalde ", + "sentence": "Modbus TCP client for Schneider Conext equipment using ESP32.", + "paragraph": "A lightweight Modbus TCP client that supports 16/32-bit register reads and writes, coil control, and Schneider-specific byte/word ordering. Compatible with Conext XW, MPPT, AGS, and Battery Monitor devices.", + "category": "Communication", + "url": "https://github.com/mmercalde/SchneiderModbusTCP", + "architectures": ["esp32"], + "types": ["Arduino"] +} From 5d266805f4f489cc2a843e98f92515d8b7ce77ee Mon Sep 17 00:00:00 2001 From: mmercalde Date: Sat, 21 Jun 2025 18:24:33 -0700 Subject: [PATCH 4/5] Update repositories.txt --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f6d0f9bf1..3ab84ff42 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8141,3 +8141,4 @@ https://github.com/G1OJS/G1OJS_Tiny_Si5351_CLK0 https://github.com/kkfranco98/QuickSerial https://github.com/elvandry13/UltrasonicA02YYUW https://github.com/codewitch-honey-crisis/htcw_chess +https://github.com/mmercalde/SchneiderModbusTCP From 14db1f88ce35c7147fe0bb690c76ba0214e2e0b0 Mon Sep 17 00:00:00 2001 From: mmercalde Date: Sat, 21 Jun 2025 19:16:11 -0700 Subject: [PATCH 5/5] Delete libraries/SchneiderModbusTCP.json @per1234 JSON file has been deleted. --- libraries/SchneiderModbusTCP.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libraries/SchneiderModbusTCP.json diff --git a/libraries/SchneiderModbusTCP.json b/libraries/SchneiderModbusTCP.json deleted file mode 100644 index 00b281bd9..000000000 --- a/libraries/SchneiderModbusTCP.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SchneiderModbusTCP", - "version": "1.0.0", - "author": "Michael Mercalde", - "maintainer": "Michael Mercalde ", - "sentence": "Modbus TCP client for Schneider Conext equipment using ESP32.", - "paragraph": "A lightweight Modbus TCP client that supports 16/32-bit register reads and writes, coil control, and Schneider-specific byte/word ordering. Compatible with Conext XW, MPPT, AGS, and Battery Monitor devices.", - "category": "Communication", - "url": "https://github.com/mmercalde/SchneiderModbusTCP", - "architectures": ["esp32"], - "types": ["Arduino"] -}