I can enter if but not execute statements inside

if you receive /enciende_luz_dormitorio, in

if (respuesta == "/enciende_luz_dormitorio") {
      //dormitorio
      Serial.println("Here");
      bool xd = true;
      knx.groupWriteBool("1/0/1", xd);
    }

No launch "Here"