Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions libraries/SchneiderModbusTCP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SchneiderModbusTCP",
"version": "1.0.0",
"author": "Michael Mercalde",
"maintainer": "Michael Mercalde <mmercalde@gmail.com>",
"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"]
}