diff --git a/stiebeleltron/integrationpluginstiebeleltron.cpp b/stiebeleltron/integrationpluginstiebeleltron.cpp index 36f0c2e..6f8a7dc 100644 --- a/stiebeleltron/integrationpluginstiebeleltron.cpp +++ b/stiebeleltron/integrationpluginstiebeleltron.cpp @@ -231,7 +231,7 @@ void IntegrationPluginStiebelEltron::setupThing(ThingSetupInfo *info) { connect(connection, &StiebelEltronModbusConnection::sgReadyStateChanged, thing, [thing](StiebelEltronModbusConnection::SmartGridState smartGridState) { - qCDebug(dcStiebelEltron()) << thing << "SG Ready activation changed" << smartGridState; + qCDebug(dcStiebelEltron()) << thing << "SG Ready mode changed" << smartGridState; switch (smartGridState) { case StiebelEltronModbusConnection::SmartGridStateModeOne: thing->setStateValue(stiebelEltronSgReadyModeStateTypeId, "Off");