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.
Hermann Detz 534322b534 Makeshift version to debug nymea app (issue #443)
Furthermore:
Modbus registers defined according to heat pump manual (RegisterList in
idm.h)
The plugin presently just delivers a hard-coded value of 24.5 for the
outside temperature for testing.
2021-06-27 17:24:38 +02:00

17 lines
263 B
Prolog

include(../plugins.pri)
QT += \
network \
serialbus \
SOURCES += \
idm.cpp \
integrationpluginidm.cpp \
../modbus/modbustcpmaster.cpp \
HEADERS += \
idm.h \
idminfo.h \
integrationpluginidm.h \
../modbus/modbustcpmaster.h \