This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Simon Stürz 4d54c662cb New plugin: Solax inverter, meter and battery
modbus-tool: Introduce queued update request mechanism for TCP connections
2023-10-04 14:10:42 +02:00

15 lines
288 B
Prolog

include(../plugins.pri)
# Generate modbus connection
MODBUS_CONNECTIONS += solax-registers.json
#MODBUS_TOOLS_CONFIG += VERBOSE
include(../modbus.pri)
HEADERS += \
integrationpluginsolax.h \
solaxdiscovery.h
SOURCES += \
integrationpluginsolax.cpp \
solaxdiscovery.cpp